MatchedObjectSelector

class lsst.analysis.tools.actions.vector.MatchedObjectSelector(*args, **kw)

Bases: RangeSelector

A selector that selects matched objects with finite distances.

Attributes Summary

maximum

The maximum value (exclusive) (float, default inf)

minimum

The minimum value (inclusive) (float, default -1.7976931348623157e+308)

plotLabelKey

Key to use when populating plot info, ignored if empty string (str, default '')

vectorKey

Key to select from data (str)

Methods Summary

setDefaults()

Subclass hook for computing defaults.

Attributes Documentation

maximum

The maximum value (exclusive) (float, default inf)

minimum

The minimum value (inclusive) (float, default -1.7976931348623157e+308)

plotLabelKey

Key to use when populating plot info, ignored if empty string (str, default '')

vectorKey

Key to select from data (str)

Methods Documentation

setDefaults()

Subclass hook for computing defaults.

Notes

Derived Config classes that must compute defaults rather than using the Field instances’s defaults should do so here. To correctly use inherited defaults, implementations of setDefaults must call their base class’s setDefaults.