Skip to content

Commit

Permalink
Use original 'program' keyword in interpreting NTS return values.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly committed Feb 28, 2021
1 parent 4c1db66 commit 9a56fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desisurvey/scripts/run_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run_plan(nts_dir=None, verbose=False):
('%s %5.1f %6s %d %5.1f %5.1f %10s %3.1f '
'%4d %6s %3.1f/%3.1f/%3.1f') % (
mjd_to_azstr(t0), lst, res['conditions'],
res['fiberassign'], ra, dec, res['tile_program'],
res['fiberassign'], ra, dec, res['program'],
res['exposure_factor'], res['esttime'].astype('i4'),
('%dx%d' % (res['count'], res['exptime'])), *nsofar))
t0 += (res['exptime']+180)*res['count']/60/60/24
Expand Down

0 comments on commit 9a56fd4

Please sign in to comment.