LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes
lsst.meas.algorithms.debugger Namespace Reference

Classes

class  MeasurementDebuggerConfig
 
class  MeasurementDebuggerRunner
 
class  MeasurementDebuggerArgumentParser
 
class  MeasurementDebuggerTask
 

Detailed Description

This is a useful module for debugging measurements.

It relies on the presence of a catalog already produced by running
measurements in the regular context.  You provide the image and
catalog on the command-line, a list of source identifiers and the
measurement configuration in the config; the module reads the inputs,
subsets the catalog to contain only the sources of interest, and measures
those.  This reduces the frustration of waiting for image processing
and the measurements to run on many other sources, greatly increasing
debugging efficiency.