-
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-43077: Convert all tasks to use CalibrateImageTask outputs #157
base: main
Are you sure you want to change the base?
Changes from all commits
52dbbea
050a011
e89ae97
a3c0d6a
f42bd38
cd196af
40ae6fc
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 | ||||
---|---|---|---|---|---|---|
|
@@ -11,9 +11,7 @@ subsets: | |||||
step1: | ||||||
subset: | ||||||
- isr | ||||||
- characterizeImage | ||||||
- calibrate | ||||||
- writePreSourceTable | ||||||
- calibrateImage | ||||||
- transformPreSourceTable | ||||||
description: | | ||||||
Per-detector tasks that can be run together to start the DRP pipeline. | ||||||
|
@@ -52,15 +50,14 @@ subsets: | |||||
step2d: | ||||||
subset: | ||||||
- finalizeCharacterization | ||||||
- writeRecalibratedSourceTable | ||||||
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. Is |
||||||
- transformSourceTable | ||||||
- consolidateSourceTable | ||||||
- updateVisitSummary | ||||||
description: | | ||||||
Visit-level tasks. | ||||||
Allowed data query constraints: visit | ||||||
|
||||||
writeRecalibratedSourceTable, transformSourceTable run per-detector | ||||||
transformSourceTable run per-detector | ||||||
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.
Suggested change
|
||||||
consolidateSourceTable produces one data product per visit. | ||||||
finalizeCharacterization will eventually model full focal plane PSFs. | ||||||
step2e: | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -40,9 +40,7 @@ subsets: | |||||
step1: | ||||||
subset: | ||||||
- isr | ||||||
- characterizeImage | ||||||
- calibrate | ||||||
- writePreSourceTable | ||||||
- calibrateImage | ||||||
- transformPreSourceTable | ||||||
description: | | ||||||
Detector level tasks. TO DO: requests include synthetic source injection, | ||||||
|
@@ -79,15 +77,15 @@ subsets: | |||||
step2d: | ||||||
subset: | ||||||
- finalizeCharacterization | ||||||
- writeRecalibratedSourceTable | ||||||
- transformSourceTable | ||||||
- consolidateSourceTable | ||||||
- updateVisitSummary | ||||||
- reprocessVisitImage | ||||||
description: | | ||||||
Visit-level tasks. | ||||||
Allowed data query constraints: visit | ||||||
|
||||||
writeRecalibratedSourceTable, transformSourceTable run per-detector | ||||||
transformSourceTable run per-detector | ||||||
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.
Suggested change
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. or include |
||||||
consolidateSourceTable produces one data product per visit. | ||||||
finalizeCharacterization will eventually model full focal plane PSFs. | ||||||
step2e: | ||||||
|
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.
Is there a reason why
reprocessVisitImage
is not included here like many others below?