VisitPlotFlagSelector¶
- class lsst.analysis.tools.actions.vector.VisitPlotFlagSelector(*args, **kw)¶
- Bases: - FlagSelector- Select on a set of flags appropriate for making visit-level plots (i.e., using sourceTable_visit catalogs). - Attributes Summary - The suffix to apply to all the keys. - Names of the flag columns to select on when False ( - List, default- [])- Names of the flag columns to select on when True ( - List, default- [])- Methods Summary - __call__(data, **kwargs)- Select on the given flags - Return the schema an - AnalysisActionexpects to be present in the arguments supplied to the __call__ method.- Subclass hook for computing defaults. - Attributes Documentation - selectWhenFalse¶
- Names of the flag columns to select on when False ( - List, default- [])
 - selectWhenTrue¶
- Names of the flag columns to select on when True ( - List, default- [])
 - Methods Documentation - __call__(data: MutableMapping[str, ndarray[Any, dtype[_ScalarType_co]] | Scalar | HealSparseMap | Tensor | Mapping], **kwargs) ndarray[Any, dtype[_ScalarType_co]]¶
- Select on the given flags - Parameters:
- dataKeyedData
 
- data
- Returns:
- resultVector
- A mask of the objects that satisfy the given flag cuts. 
 
- result
 - Notes - Uses the columns in selectWhenFalse and selectWhenTrue to decide which columns to select on in each circumstance. 
 - getInputSchema() Mapping]]]¶
- Return the schema an - AnalysisActionexpects to be present in the arguments supplied to the __call__ method.- Returns:
- resultKeyedDataSchema
- The schema this action requires to be present when calling this action, keys are unformatted. 
 
- result
 
 - refMatchContext()¶