Skip to content

Commit

Permalink
move imageselector
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Dec 2, 2024
1 parent c54e57d commit 4740e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,11 @@
cache_image_name_header_keys=["FILTER", "BOARD_ID"],
flat_mode="pixel",
),
ImageSelector((OBSCLASS_KEY, ["science"])),
ImageSaver(output_dir_name="domeflatcal"),
]

sky_flats = [
ImageSelector((OBSCLASS_KEY, ["science"])),
ImageRebatcher(
[
"BOARD_ID",
Expand Down

0 comments on commit 4740e1d

Please sign in to comment.