Skip to content

Commit

Permalink
minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 4, 2024
1 parent 2277688 commit 22a6745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py/specprodDB/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def patch_exposures(src_exposures, dst_exposures, first_night=None):
assert (dst_exposures_patched['FAPRGRM'] == dst_exposures['FAPRGRM']).all()
assert (dst_exposures_patched['FAFLAVOR'] == dst_exposures['FAFLAVOR']).all()
#
# Patch missing MJD. We're only going to patch exposures that satisfy
# Patch missing MJD.
#
# We're only going to patch exposures that satisfy
# EFFTIME_SPEC > 0 and NIGHT >= first_src_night *because*, empirically,
# we know that we *can* obtain MJD from the raw data headers.
# Outside of that range, that is not necessarily the case.
Expand Down

0 comments on commit 22a6745

Please sign in to comment.