RequireUnresolved#
- class lsst.meas.algorithms.RequireUnresolved(*args, **kw)#
Bases:
BaseLimitSelect sources using star/galaxy separation
This object can be used as a
lsst.pex.config.Configfor configuring the limit, and then theapplymethod can be used to identify sources in the catalog that match the configured limit.Attributes Summary
Select objects with value less than this (
float, defaultNone)Select objects with value greater than this (
float, defaultNone)Name of column for star/galaxy separation (
str, default'base_ClassificationSizeExtendedness_value')Methods Summary
apply(catalog)Apply the flag requirements to a catalog
Set default
Attributes Documentation
- maximum#
Select objects with value less than this (
float, defaultNone)
- minimum#
Select objects with value greater than this (
float, defaultNone)
- name#
Name of column for star/galaxy separation (
str, default'base_ClassificationSizeExtendedness_value')
Methods Documentation
- apply(catalog)#
Apply the flag requirements to a catalog
Returns whether the source is selected.
Parameters#
- catalog
lsst.afw.table.SourceCatalog Catalog of sources to which the requirements will be applied.
Returns#
- selected
numpy.ndarray Boolean array indicating for each source whether it is selected (True means selected).
- catalog
- setDefaults()#
Set default
Values below the threshold are unresolved.