Skip to content

Commit

Permalink
Normal working version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 11, 2024
1 parent 7fbcd20 commit ecea409
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down Expand Up @@ -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",
Expand All @@ -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]),
Expand Down

0 comments on commit ecea409

Please sign in to comment.