CpMonochromatorScanConfig#
- class lsst.cp.pipe.CpMonochromatorScanConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
EFD instance to use for monochromator results.
Units to use for EFD monochromator results.
Header keyword to use for observation date.
Half-size of the box used for fitting the spectrum peak.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- efdClientInstance#
EFD instance to use for monochromator results. (
str, default'usdf_efd')
- efdUnits#
Units to use for EFD monochromator results. (
str, default'nm')
- headerDateKey#
Header keyword to use for observation date. (
str, default'DATE-BEG')
- peakBoxSize#
Half-size of the box used for fitting the spectrum peak. (
int, default50)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)