lsst.pipe.tasks geee7ff78d7+02fcafa6d1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask Class Reference
Inheritance diagram for lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask:

Public Member Functions

def run (self, wcs_bbox_tuple_list, oldSkyMap=None)
 

Static Public Attributes

 ConfigClass = MakeDiscreteSkyMapConfig
 

Detailed Description

Make a DiscreteSkyMap in a repository, using the bounding box of a set of calexps.

The command-line and run signatures and config are sufficiently different from MakeSkyMapTask
that we don't inherit from it, but it is a replacement, so we use the same config/metadata names.

Definition at line 66 of file makeDiscreteSkyMap.py.

Member Function Documentation

◆ run()

def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.run (   self,
  wcs_bbox_tuple_list,
  oldSkyMap = None 
)
Make a SkyMap from the bounds of the given set of calexp metadata.

Parameters
----------
wcs_bbox_tuple_list : `iterable`
   A list of tuples with each element expected to be a (Wcs, Box2I) pair.
oldSkyMap : `lsst.skymap.DiscreteSkyMap`, optional
   The SkyMap to extend if appending.

Returns
-------
skyMap : `lsst.pipe.base.Struct`
    Sky map returned as a struct with attributes:

    ``skyMap``
        The returned SkyMap (`lsst.skyMap.SkyMap`).

Definition at line 77 of file makeDiscreteSkyMap.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.ConfigClass = MakeDiscreteSkyMapConfig
static

Definition at line 73 of file makeDiscreteSkyMap.py.


The documentation for this class was generated from the following file: