Skip to content

Commit

Permalink
mmirs_pipeline_taskfile.create: Modify w_dir to include rawdir for ab…
Browse files Browse the repository at this point in the history
…solute paths
  • Loading branch information
astrochun committed Sep 13, 2019
1 parent 2941a8b commit 6a6c5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmirs_pipeline_taskfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1746,6 +1746,7 @@ def create(rawdir, w_dir='', dither=None, bright=False, extract=False,
# Mod on 31/01/2018, 18/02/2018
if w_dir == '':
w_dir_tmp = rawdir + 'reduced/'+uscore_name+'/'
w_dir = rawdir
else:
if w_dir[-1] != '/': w_dir = w_dir + '/'
w_dir_tmp = w_dir + uscore_name + '/'
Expand Down

0 comments on commit 6a6c5ae

Please sign in to comment.