IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2021, 4:04:36 PM (5 years ago)
Author:
eugene
Message:

moved define.sunset and set.sunset.time from registration/input to register.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r39472 r41544  
    132132$sunrise = 17:30:00
    133133$sunset  = 03:30:00
     134
     135macro define.sunset
     136  if ($0 != 2)
     137    echo "USAGE: define.sunset DATE"
     138    break
     139  end
     140
     141  $sunset = $1
     142end
     143
     144macro set.sunset.time
     145  if ($0 != 2)
     146    echo "USAGE: set.sunset.time (time)"
     147    break
     148  end
     149
     150   $sunset = $1
     151end
    134152
    135153macro replace.survey.values
Note: See TracChangeset for help on using the changeset viewer.