SourceObjectTableAnalysisConfig#
- class lsst.analysis.tools.tasks.SourceObjectTableAnalysisConfig(*args, **kw)#
Bases:
AnalysisBaseConfigAttributes Summary
If True, the connections class output name will be prefixed to the analysis 'atools' name when the value is dispatched to sasquatch.
Apply proper motions and parallaxes to source positions.
Column names for position and motion parameters in the astrometric correction catalogs.
The analysis tools that are to be run by this task at execution (
ConfigurableActionStructField)Filter bands on which to run all of the actions (
List, default['u', 'g', 'r', 'i', 'z', 'y'])Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Radius in mas with which to match the mean positions of the sources with the positions in the astrometricCorrectionCatalog.
An identifier to be associated with output Metrics (
str, defaultNone)Name of column in refCat to use for declination.
Name of column in refCat corresponding to the epoch to which sources will be shifted.
List of tags which will be added to all configurable actions (
List, default[])The analysis tools that are to be run by this task at execution (
ConfigurableActionStructField)The analysis tools that are to be run by this task at execution (
ConfigurableActionStructField)Name of column in refCat to use for right ascension.
Radius in mas with which to match the mean positions of the sources with the positions in the reference catalog.
Bands in refCat to be combined with
refCat_selectorsto build refCat column names.Remove objects for which these flags are true.
A package who's version, at the time of metric upload to a time series database, will be converted to a timestamp of when that version was produced (
str, default'lsst_distrib')Flag to enable/disable saving of log output for a task, enabled by default.
Which time stamp should be used as the reference timestamp for a metric in a time series database, valid values are; reference_package_timestamp, run_timestamp, current_timestamp, dataset_timestamp and explicit_timestamp:datetime where datetime is given in the form %Y%m%dT%H%M%S%z (
str, default'run_timestamp')Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- addOutputNamePrefix#
If True, the connections class output name will be prefixed to the analysis ‘atools’ name when the value is dispatched to sasquatch. (
bool, defaultFalse)
- applyAstrometricCorrections#
Apply proper motions and parallaxes to source positions. (
bool, defaultTrue)
- astrometricCorrectionParameters#
Column names for position and motion parameters in the astrometric correction catalogs. (
Dict, default{'ra': 'ra', 'dec': 'dec', 'pmRA': 'raPM', 'pmDec': 'decPM', 'parallax': 'parallax', 'isolated_star_id': 'isolated_star_id'})
- atools#
The analysis tools that are to be run by this task at execution (
ConfigurableActionStructField)
- bands#
Filter bands on which to run all of the actions (
List, default['u', 'g', 'r', 'i', 'z', 'y'])
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- correctionsMatchingRadius#
Radius in mas with which to match the mean positions of the sources with the positions in the astrometricCorrectionCatalog. (
float, default0.2)
- dataset_identifier#
An identifier to be associated with output Metrics (
str, defaultNone)
- dec_column#
Name of column in refCat to use for declination. (
str, default'r_dec')
- epoch_column#
Name of column in refCat corresponding to the epoch to which sources will be shifted. Should correspond to the positions in
ra_columnanddec_column. (str, default'r_epoch')
- metric_tags#
List of tags which will be added to all configurable actions (
List, default[])
- metrics#
The analysis tools that are to be run by this task at execution (
ConfigurableActionStructField)
- plots#
The analysis tools that are to be run by this task at execution (
ConfigurableActionStructField)
- ra_column#
Name of column in refCat to use for right ascension. (
str, default'r_ra')
- refCatMatchingRadius#
Radius in mas with which to match the mean positions of the sources with the positions in the reference catalog. (
float, default1.0)
- refCat_bands#
Bands in refCat to be combined with
refCat_selectorsto build refCat column names. (List, default['u', 'g', 'r', 'i', 'z', 'y'])
- refCat_selectors#
Remove objects for which these flags are true. These strings are combined with
refCat_bandsto build the full refCat column names (List, default['pixelFlags_saturated', 'pixelFlags_saturatedCenter'])
- reference_package#
A package who’s version, at the time of metric upload to a time series database, will be converted to a timestamp of when that version was produced (
str, default'lsst_distrib')
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- timestamp_version#
Which time stamp should be used as the reference timestamp for a metric in a time series database, valid values are; reference_package_timestamp, run_timestamp, current_timestamp, dataset_timestamp and explicit_timestamp:datetime where datetime is given in the form %Y%m%dT%H%M%S%z (
str, default'run_timestamp')
Methods Documentation