Closed jotaylor closed 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
all_targs = FUSE_DR2 + FUSE_DR3 + FUSE_DR4
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