CcdVisitTableAnalysisConfig#
- class lsst.analysis.tools.tasks.CcdVisitTableAnalysisConfig(*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.
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.
An identifier to be associated with output Metrics (
str, defaultNone)Whether to introspect the dataset referred to in makeWarpConfig connection to obtain the actual maxEllipResidual and maxScalesSizeScatter thresholds in this run? Set to True only if makeDirectWarp (or makeWarp in older versions) has been run on given collection.
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)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')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)
- 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.
- dataset_identifier#
An identifier to be associated with output Metrics (
str, defaultNone)
- introspectMakeWarpConfig#
Whether to introspect the dataset referred to in makeWarpConfig connection to obtain the actual maxEllipResidual and maxScalesSizeScatter thresholds in this run? Set to True only if makeDirectWarp (or makeWarp in older versions) has been run on given collection. When False, a default set of threshold values (meant to reflect current stack defaults) will be set for reference. (
bool, defaultFalse)
- 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)
- 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')