Skip to content

Commit

Permalink
add back-patch step to main
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 1, 2024
1 parent 2cca3e4 commit d373b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/specprodDB/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ def main():
patched['exposures'] = patch_exposures(src['exposures'], dst['exposures'])
patched['frames'] = patch_missing_frames_mjd(patched['exposures'], patched['frames'])
patched['tiles'] = patch_tiles(src['tiles'], dst['tiles'], timestamp)
back_exposures, back_tiles = back_patch_inconsistent_values(patched)
#
# Write out data.
#
Expand Down

0 comments on commit d373b29

Please sign in to comment.