Skip to content

Commit

Permalink
Update location of sv1-exposures.fits
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly authored and araichoor committed Jan 28, 2021
1 parent 415c622 commit 2862584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/desisurvey/scripts/afternoon_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def afternoon_plan(night=None, restore_etc_stats='most_recent',
else:
print('Enter desi collaboration password to download status file.')
pwstr = '--ask-password '
os.system('wget -q https://data.desi.lbl.gov/desi/users/raichoor/'
'fiberassign-sv1/sv1-exposures.fits ' + pwstr +
os.system('wget -q https://data.desi.lbl.gov/desi/survey/observations/'
'SV1/sv1-exposures.fits ' + pwstr +
'--user=desi -O ./sv1-exposures.fits')
offlinedepthfn = './sv1-exposures.fits'
else:
Expand Down

0 comments on commit 2862584

Please sign in to comment.