-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate clustering.yaml for DC2 and RC2 cases
- visit_detector (step1) clustering requires distinct pipetask lists for - DC2 (LSSTCam-imsim) and RC2 (HSC) cases
- Loading branch information
1 parent
c5e775a
commit 929cca8
Showing
5 changed files
with
5,289 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
# For HSC campaigns, one uses the default clustering file | ||
# without changes. | ||
# | ||
# Use it by adding: | ||
# | ||
# includeConfigs: | ||
# - ${DRP_PIPE_DIR}/bps/clustering/HSC/DRP-RC2-clustering.yaml | ||
# | ||
# (with no outer indentation) to your BPS config file. | ||
imports: | ||
- $DRP_PIPE_DIR/bps/clustering/DRP-recalibrated.yaml |
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,27 @@ | ||
# | ||
# For DC2 campaigns, the visit_detector (step1) clustering is modified since | ||
# astrometric and photometric calibration are skipped in DC2 | ||
# this file swaps out two pipetasks: writePreSourceTable and | ||
# transformPreSourceTable and replaces them with | ||
# writeSourceTable and transformSourceTable | ||
# for step1 clustering. | ||
# | ||
# Use it by adding: | ||
# | ||
# includeConfigs: | ||
# - ${DRP_PIPE_DIR}/bps/clustering/LSSTCam-imSim/DRP-DC2-clustering.yaml | ||
# | ||
# (with no outer indentation) to your BPS config file. | ||
# | ||
imports: | ||
- location: "$DRP_PIPE_DIR/bps/clustering/DRP-recalibrated.yaml" | ||
exclude: | ||
- visit_detector | ||
- sourceTable | ||
|
||
cluster: | ||
visit_detector: | ||
pipetasks: isr,inject_exposure,characterizeImage,calibrate,inject_visit,writeSourceTable,transformSourceTable | ||
dimensions: visit,detector | ||
equalDimensions: visit:exposure | ||
|
||
Oops, something went wrong.