diff --git a/paths.py b/paths.py index 5b92f54..cd24e89 100644 --- a/paths.py +++ b/paths.py @@ -48,6 +48,11 @@ def name_return_check(filename, path, no_check=False): path=os.path.join(data_path, "VLA/14B-088/HI/full_imaging_wGBT/")) +hi_17B162_1kms_data_path = partial(name_return_check, + path=os.path.join(data_path, + "VLA/17B-162/HI/full_imaging_1kms_wGBT/")) + + fig_path = os.path.expanduser("~/Dropbox/Various Plots/M33/NOEMA/") allfigs_path = lambda x: os.path.join(fig_path, x)