From 024a100ff8626fe9fce3e3f03943a60c30c8d683 Mon Sep 17 00:00:00 2001 From: e-koch Date: Mon, 22 Oct 2018 16:38:43 -0600 Subject: [PATCH] Add 17B data path --- paths.py | 5 +++++ 1 file changed, 5 insertions(+) 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)