-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tickets/DM-39697
- Loading branch information
Showing
18 changed files
with
925 additions
and
383 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,10 +1,32 @@ | ||
description: | | ||
Tier2 plots and metrics to assess coadd quality | ||
Tier2 atools and metrics to assess coadd quality | ||
tasks: | ||
analyzeObjectTableExtended: | ||
class: lsst.analysis.tools.tasks.ObjectTableTractAnalysisTask | ||
config: | ||
connections.outputName: objectTableExtended | ||
# set plots to run | ||
atools.ap12PsfSky: Ap12PsfSkyPlot | ||
atools.shapeSizeDetRadiusVsCmodelMag: SizeMagnitudePlot | ||
atools.shapeSizeDetRadiusVsCmodelMag.size_type: "determinantRadius" | ||
atools.shapeSizeDetRadiusVsCmodelMag.mag_x: "cmodel_err" | ||
atools.shapeSizeDetRadiusVsCmodelMag.size_y: "shape_slot" | ||
atools.shapeSizeDetRadiusVsCmodelMag.applyContext: CoaddContext | ||
atools.shapeSizeDetRadiusVsPsfMag: SizeMagnitudePlot | ||
atools.shapeSizeDetRadiusVsPsfMag.size_type: "determinantRadius" | ||
atools.shapeSizeDetRadiusVsPsfMag.mag_x: "psf_err" | ||
atools.shapeSizeDetRadiusVsPsfMag.size_y: "shape_slot" | ||
atools.shapeSizeDetRadiusVsPsfMag.applyContext: CoaddContext | ||
atools.cModelBulgeSizeVsCmodelBulgeMag: SizeMagnitudePlot | ||
atools.cModelBulgeSizeVsCmodelBulgeMag.size_type: "singleColumnSize" | ||
atools.cModelBulgeSizeVsCmodelBulgeMag.mag_x: "bulge_err" | ||
atools.cModelBulgeSizeVsCmodelBulgeMag.size_y: "bulge" | ||
atools.cModelBulgeSizeVsCmodelBulgeMag.applyContext: CoaddContext | ||
atools.cModelDiskSizeVsCmodelDiskMag: SizeMagnitudePlot | ||
atools.cModelDiskSizeVsCmodelDiskMag.size_type: "singleColumnSize" | ||
atools.cModelDiskSizeVsCmodelDiskMag.mag_x: "disk_err" | ||
atools.cModelDiskSizeVsCmodelDiskMag.size_y: "disk" | ||
atools.cModelDiskSizeVsCmodelDiskMag.applyContext: CoaddContext | ||
python: | | ||
from lsst.analysis.tools.atools import * | ||
from lsst.analysis.tools.contexts import * |
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
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
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
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
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
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
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
Oops, something went wrong.