Closed jeremykubica closed 1 month ago
Adds a function make_stamps_from_emphems() that will be useful for debugging, precovery, and followup. In the process I saw a bunch of small cleanups:
make_stamps_from_emphems()
load_deccam_layered_image()
util_functions.py
file_utils.py
mjd_to_day()
visualization_utils.py
get_work_unit()
FakeData
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Adds a function
make_stamps_from_emphems()
that will be useful for debugging, precovery, and followup. In the process I saw a bunch of small cleanups:load_deccam_layered_image()
into newutil_functions.py
and deletesfile_utils.py
.mjd_to_day()
into newutil_functions.py
and deletesvisualization_utils.py
.get_work_unit()
helper function toFakeData
.