-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-45087: Remove step8 from HSC/ImSim and move its analysis tasks upstream #135
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,14 +158,7 @@ tasks: | |
objectTableCoreRefCatMatchWholeSkyPlot: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can remove all the configs expect "band" for matchedVisitCoreWholeSkyPlot and objectTableCoreWholeSkyPlot There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can also do this in pipelines/HSC/DRP-ci_hsc.yaml |
||
class: lsst.analysis.tools.tasks.WholeSkyAnalysisTask | ||
config: | ||
connections.inputName: "objectTable_tract_gaia_dr3_20230707_match_metricsTable" | ||
connections.outputName: "objectTableCoreRefCatMatch_wholeSky" | ||
atools.wholeSkyMetric: WholeSkyPlotTool | ||
atools.wholeSkyMetric.bands: ["g", "r", "i", "z", "y"] | ||
atools.wholeSkyMetric.plotKeys: [] | ||
atools.wholeSkyMetric.keysWithBand: parameters.objectTableCoreRefCatMatchKeysWithBand | ||
python: | | ||
from lsst.analysis.tools.atools import * | ||
psfPhotRepStar1: | ||
class: lsst.faro.measurement.TractMatchedMeasurementTask | ||
config: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can remove all the configs expect "band" for matchedVisitCoreWholeSkyPlot and objectTableCoreWholeSkyPlot