-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
72 deletions.
There are no files selected for viewing
35 changes: 0 additions & 35 deletions
35
doc/lsst.ip.diffim/tasks/lsst.ip.diffim.GetCoaddAsTemplateTask.rst
This file was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
doc/lsst.ip.diffim/tasks/lsst.ip.diffim.GetTemplateTask.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.. lsst-task-topic:: lsst.ip.diffim.GetTemplateTask | ||
|
||
############### | ||
GetTemplateTask | ||
############### | ||
|
||
Build a template from existing coadds, which may span multiple tracts. | ||
The assembled template inherits the WCS of the selected | ||
skymap tract and the resolution of the template exposures. Overlapping box | ||
regions of the input template patches are pixel by pixel copied into the | ||
assembled template image. There is no warping or pixel resampling. | ||
|
||
Pixels with no overlap of any available input patches are set to ``nan`` | ||
value and ``NO_DATA`` flagged. | ||
|
||
.. _lsst.ip.diffim.GetTemplateTask-api: | ||
|
||
Python API summary | ||
================== | ||
|
||
.. lsst-task-api-summary:: lsst.ip.diffim.GetTemplateTask | ||
|
||
.. _lsst.ip.diffim.GetTemplateTask-subtasks: | ||
|
||
Retargetable subtasks | ||
===================== | ||
|
||
.. lsst-task-config-subtasks:: lsst.ip.diffim.GetTemplateTask | ||
|
||
.. _lsst.ip.diffim.GetTemplateTask-configs: | ||
|
||
Configuration fields | ||
==================== | ||
|
||
.. lsst-task-config-fields:: lsst.ip.diffim.GetTemplateTask |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters