ConsolidateHealSparsePropertyMapTask

ConsolidateHealSparsePropertyMapTask consolidates a set of survey-wide survey property maps in the healsparse format. One map is created per map type per band.

This task is to be run after HealSparsePropertyMapTask has been run on all tracts. The configuration for property_maps in ConsolidateHealSparsePropertyMapConfig must be the same as that used for the HealSparsePropertyMapTask and enforced by default when the pipetask quantum graph is generated.

In the creation of the survey-wide survey property maps, each individual tract map is truncated to its inner region before consolidation. In this way, the property maps generated by this task match any consolidated object tables that retain only primary objects.

Python API summary

from lsst.pipe.tasks.healSparseMapping import ConsolidateHealSparsePropertyMapTask
classConsolidateHealSparsePropertyMapTask(**kwargs)

Task to consolidate HealSparse property maps...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(**kwargs)

Run task algorithm on in-memory data...

See also

See the ConsolidateHealSparsePropertyMapTask API reference for complete details.

Configuration fields

connections

Data type

lsst.pipe.base.config.ConsolidateHealSparsePropertyMapConfigConnections

Field type

ConfigField

Configurations describing the connections of the PipelineTask to datatypes

nside_coverage

Default
32
Field type

int Field

Consolidated HealSparse coverage map nside. Must be power of 2.

saveLogOutput

Default
True
Field type

bool Field

Flag to enable/disable saving of log output for a task, enabled by default.

saveMetadata

Default
True
Field type

bool Field

Flag to enable/disable metadata saving for a task, enabled by default. Deprecated: This field is deprecated and will be removed after v26.