From eebea89539fb9d57fbe391b2079d870b89715f6a Mon Sep 17 00:00:00 2001 From: e-koch Date: Sat, 6 Oct 2018 21:27:16 -0600 Subject: [PATCH] Add rot corrected names --- paths.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paths.py b/paths.py index 674ef2e..5b92f54 100644 --- a/paths.py +++ b/paths.py @@ -66,11 +66,11 @@ def find_dataproduct_names(path): "PeakTemp": "peaktemps", "PeakVels": "peakvels.", "Cube": "pbcor.K.com_beam.fits", - "Source_Mask": "pbcor.K.com_beam_source_mask.fits", } + "Source_Mask": "pbcor.K.com_beam_source_mask.fits", + "RotSub_Cube": "masked.rotation_corrected", + "RotSub_Mask": "masked_source_mask.rotation_corrected", } # "CentSub_Cube": "masked.centroid_corrected", # "CentSub_Mask": "masked_source_mask.centroid_corrected", - # "RotSub_Cube": "masked.rotation_corrected", - # "RotSub_Mask": "masked_source_mask.rotation_corrected", # "PeakSub_Cube": "masked.peakvels_corrected", # "PeakSub_Mask": "masked_source_mask.peakvels_corrected"}