Skip to content

Commit

Permalink
fixing typo in sky skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmejia committed Dec 19, 2023
1 parent 2a2d496 commit 1a177e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmdrp/functions/run_quickdrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def quick_science_reduction(expnum: int, use_fiducial_master: bool = False,
# TODO: make sure the the master sky being subtracted in this step is stored in the correct extension

sky_tasks.quick_sky_subtraction(in_cframe=path.full("lvm_frame", mjd=sci_mjd, drpver=drpver, tileid=sci_tileid, expnum=sci_expnum, kind='CFrame'),
skip_subtraction=False)
skip_subtraction=skip_sky_subtraction)

# TODO: add quick report routine

Expand Down

0 comments on commit 1a177e9

Please sign in to comment.