ConsolidateHealSparsePropertyMapConfig#
- class lsst.pipe.tasks.healSparseMapping.ConsolidateHealSparsePropertyMapConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration parameters for ConsolidateHealSparsePropertyMapTask
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Consolidated HealSparse coverage map nside.
Property map computation objects (
RegistryInstanceDict, default['exposure_time', 'psf_size', 'psf_e1', 'psf_e2', 'psf_maglim', 'sky_noise', 'sky_background', 'dcr_dra', 'dcr_ddec', 'dcr_e1', 'dcr_e2', 'epoch'])Flag to enable/disable saving of log output for a task, enabled by default.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- nside_coverage#
Consolidated HealSparse coverage map nside. Must be power of 2. (
int, default32)
- property_maps#
Property map computation objects (
RegistryInstanceDict, default['exposure_time', 'psf_size', 'psf_e1', 'psf_e2', 'psf_maglim', 'sky_noise', 'sky_background', 'dcr_dra', 'dcr_ddec', 'dcr_e1', 'dcr_e2', 'epoch'])
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
Methods Documentation