spacetelescope / ullyses

Code to create products for the ULLYSES program
https://ullyses.stsci.edu/
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Clean up make_flagged_fuse.py #7

Closed jotaylor closed 2 years ago

jotaylor commented 2 years ago

DR lists are hardcoded, should use a dictionary instead. Right now, lines like this have to be updated each DR manually: all_targs = FUSE_DR2 + FUSE_DR3 + FUSE_DR4