Skip to content

Commit

Permalink
devbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Aug 25, 2024
1 parent c434964 commit 3dcaaae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
11 changes: 10 additions & 1 deletion mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,15 @@

dark_calibrate = [
ImageRebatcher(
["BOARD_ID", EXPTIME_KEY, "SUBCOORD", "GAINCOLT", "GAINCOLB", "GAINROW"]
[
"BOARD_ID",
EXPTIME_KEY,
"SUBCOORD",
"GAINCOLT",
"GAINCOLB",
"GAINROW",
"SCHDNAME",
]
),
DarkCalibrator(
cache_sub_dir="calibration_darks",
Expand All @@ -368,6 +376,7 @@
"GAINCOLB",
"GAINROW",
TARGET_KEY,
"SCHDNAME",
]
),
FlatCalibrator(
Expand Down
8 changes: 4 additions & 4 deletions mirar/pipelines/winter/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
required_field="EXPTIME",
required_values=[
"120.0", # J/Y
"60.0", # Hs
"3.0", # J flats
"4.0", # Y flats
"5.0", # Hs flats
# "60.0", # Hs
# "3.0", # J flats
# "4.0", # Y flats
# "5.0", # Hs flats
],
),
]
Expand Down
1 change: 1 addition & 0 deletions mirar/pipelines/winter/winter_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class WINTERPipeline(Pipeline):
+ detect_candidates
+ process_candidates
+ avro_broadcast,
"reduce_unpacked_subset": reduce_unpacked_subset,
"default_subset": reduce_unpacked_subset
+ imsub
+ detect_candidates
Expand Down

0 comments on commit 3dcaaae

Please sign in to comment.