IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36461 for tags/ipp-20140114


Ignore:
Timestamp:
Jan 22, 2014, 6:39:15 AM (13 years ago)
Author:
bills
Message:

in staticsky.load apply a ra_max cut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/ippTasks/staticsky.pro

    r34814 r36461  
    6464end
    6565
     66$RA_POLL_MAX = 360
     67
     68macro set.ra.max
     69    if ($0 != 2)
     70        echo "USAGE: set.ra.max (ra_max_deg)"
     71        break
     72    end
     73    $RA_POLL_MAX = $1
     74end
     75macro get.ra.max
     76    echo $RA_POLL_MAX
     77end
     78
    6679### Load tasks for staticsky
    6780### Tasks are loaded into staticskyResult.
     
    7992  task.exec
    8093    if ($LABEL:n == 0) break
    81     $run = staticskytool -todo
     94    $run = staticskytool -todo -ra_max $RA_POLL_MAX
    8295    if ($DB:n == 0)
    8396      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.