Skip to content

Commit

Permalink
Add rot corrected names
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Oct 7, 2018
1 parent 6b23153 commit eebea89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down

0 comments on commit eebea89

Please sign in to comment.