From ecea40938ae3c8deee42c8d91269de9a55cf8567 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Sat, 11 May 2024 08:25:47 -0700 Subject: [PATCH] Normal working version --- mirar/pipelines/winter/blocks.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/mirar/pipelines/winter/blocks.py b/mirar/pipelines/winter/blocks.py index 629d48bf4..fc2a3917a 100644 --- a/mirar/pipelines/winter/blocks.py +++ b/mirar/pipelines/winter/blocks.py @@ -307,19 +307,6 @@ load_unpacked = [ ImageLoader(input_sub_dir="raw_unpacked", input_img_dir=base_output_dir), - ImageSelector( - ( - "TARGET", - [ - "flat", - "dark", - "request_2024A002_2024_05_01_17_29_20.db_3", - "domeflat", - "FLAT", - ], - ) - ), - # FIXME: remove the above line and uncomment the below line ImageRebatcher("UTCTIME"), CSVLog( export_keys=[ @@ -376,7 +363,6 @@ ), ImageSelector((OBSCLASS_KEY, ["science"])), ImageSaver(output_dir_name="domeflatcal"), - # FIXME Add in the old sky flat thing here post dome flat ImageRebatcher( [ "BOARD_ID", @@ -392,6 +378,7 @@ cache_sub_dir="sky_dither_flats", select_flat_images=select_winter_sky_flat_images, flat_mode="structure", + # flat_mode="median", ), ImageSaver(output_dir_name="allskyflatcal"), ImageRebatcher([BASE_NAME_KEY]),