Skip to content

Commit

Permalink
Add 17B data path
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Oct 22, 2018
1 parent eebea89 commit 024a100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 024a100

Please sign in to comment.