lsst.faro.measurement

Contributing

lsst.faro.measurement is developed at https://github.com/lsst/faro. You can find Jira issues for this module under the faro component.

Pipeline tasks

PatchMatchedMeasurementTask
A base class for tasks that compute one metric from input datasets.
PatchMatchedMultiBandMeasurementTask
A base class for tasks that compute one metric from input datasets.
PatchMeasurementTask
A base class for tasks that compute one metric from input datasets.
TractMatchedMeasurementTask
A base class for tasks that compute one metric from input datasets.
TractMeasurementTask
A base class for tasks that compute one metric from input datasets.
TractMultiBandMeasurementTask
A base class for tasks that compute one metric from input datasets.
VisitMeasurementTask
A base class for tasks that compute one metric from input datasets.

Tasks

AB1Task
Base class for data processing tasks.
ADxTask
Base class for data processing tasks.
AFxTask
Base class for data processing tasks.
AMxTask
Base class for data processing tasks.
HistMedianTask
Base class for data processing tasks.
PA1Task
A Task that computes the PA1 photometric repeatability metric from an input set of multiple visits of the same field.
PF1Task
A Task that computes PF1, the percentage of photometric repeatability measurements that deviate by more than PA2 mmag from the mean.
StarFracTask
Base class for data processing tasks.
WPerpTask
Base class for data processing tasks.

Configurations

AB1TaskConfig
Base class for configuration (config) objects.
AMxTaskConfig
Base class for configuration (config) objects.
PA1TaskConfig
Config fields for the PA1 photometric repeatability metric.
PatchMatchedMeasurementTaskConfig
Configuration class for PipelineTask
PatchMatchedMultiBandMeasurementTaskConfig
Configuration class for PipelineTask
PatchMeasurementTaskConfig
Configuration class for PipelineTask
TractMatchedMeasurementTaskConfig
Configuration class for PipelineTask
TractMeasurementTaskConfig
Configuration class for PipelineTask
TractMultiBandMeasurementTaskConfig
Configuration class for PipelineTask
VisitMeasurementTaskConfig
Configuration class for PipelineTask
WPerpTaskConfig
Base class for configuration (config) objects.

Python API reference

lsst.faro.measurement Package

Classes

AB1Task([config, name, parentTask, log])
AB1TaskConfig
ADxTask([config, name, parentTask, log])
AFxTask([config, name, parentTask, log])
AMxTask([config, name, parentTask, log])
AMxTaskConfig
DetectorMeasurementTask(config, *args, **kwargs)
DetectorMeasurementTaskConfig
HistMedianTask([config, name, parentTask, log])
PA1Task(config, *args, **kwargs) A Task that computes the PA1 photometric repeatability metric from an input set of multiple visits of the same field.
PA1TaskConfig Config fields for the PA1 photometric repeatability metric.
PF1Task(config, *args, **kwargs) A Task that computes PF1, the percentage of photometric repeatability measurements that deviate by more than PA2 mmag from the mean.
PF1TaskConfig
PatchMatchedMeasurementTask(config, *args, …)
PatchMatchedMeasurementTaskConfig
PatchMatchedMeasurementTaskConnections(*, config)
PatchMatchedMultiBandMeasurementTask(config, …)
PatchMatchedMultiBandMeasurementTaskConfig
PatchMatchedMultiBandMeasurementTaskConnections(*, …)
PatchMeasurementTask(config, *args, **kwargs)
PatchMeasurementTaskConfig
PatchMeasurementTaskConnections(*, config)
StarFracTask([config, name, parentTask, log])
TExTask([config, name, parentTask, log])
TExTaskConfig
TractMatchedMeasurementTask(config, *args, …)
TractMatchedMeasurementTaskConfig
TractMatchedMeasurementTaskConnections(*, config)
TractMeasurementTask(config, *args, **kwargs)
TractMeasurementTaskConfig
TractMeasurementTaskConnections(*, config)
TractMultiBandMeasurementTask(config, *args, …)
TractMultiBandMeasurementTaskConfig
TractMultiBandMeasurementTaskConnections(*, …)
VisitMeasurementTask(config, *args, **kwargs)
VisitMeasurementTaskConfig
WPerpTask([config, name, parentTask, log])
WPerpTaskConfig