Skip to content

Commit

Permalink
some updates for flat-fielding
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Nov 10, 2023
1 parent 1957854 commit ffd42b2
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,20 @@
]
),
ImageSelector(
(TARGET_KEY, ["timed_requests_11_09_2023_19_1699588705.db_0", "dark"]),
(
TARGET_KEY,
[
"timed_requests_11_09_2023_18_1699582760.db_0",
"timed_requests_11_09_2023_19_1699585528.db_0",
"timed_requests_11_09_2023_19_1699588705.db_0",
"timed_requests_11_09_2023_19_1699588705.db_0",
"timed_requests_11_09_2023_22_1699596785.db_0",
"timed_requests_11_09_2023_21_1699595765.db_0",
"timed_requests_11_09_2023_23_1699600374.db_0",
"timed_requests_11_09_2023_23_1699600102.db_0",
"timed_requests_11_04_2023_18_1699147583.db_16" "dark",
],
),
),
]

Expand All @@ -328,7 +341,17 @@

flat_calibrate = [
ImageDebatcher(),
ImageBatcher(["BOARD_ID", "FILTER", "SUBCOORD", "GAINCOLT", "GAINCOLB", "GAINROW"]),
ImageBatcher(
[
"BOARD_ID",
"FILTER",
"SUBCOORD",
"GAINCOLT",
"GAINCOLB",
"GAINROW",
TARGET_KEY,
]
),
# SkyFlatCalibrator(cache_sub_dir="skycals"),
FlatCalibrator(
cache_sub_dir="calibration_flats", select_flat_images=select_winter_flat_images
Expand Down

0 comments on commit ffd42b2

Please sign in to comment.