IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36462 for tags/ipp-20140114


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

default RA_POLL_MAX to 0, which means don't apply the cut

File:
1 edited

Legend:

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

    r36461 r36462  
    6464end
    6565
    66 $RA_POLL_MAX = 360
     66$RA_POLL_MAX = 0
    6767
    6868macro set.ra.max
     
    9292  task.exec
    9393    if ($LABEL:n == 0) break
    94     $run = staticskytool -todo -ra_max $RA_POLL_MAX
     94    $run = staticskytool -todo
     95    if ($RA_POLL_MAX > 0)
     96        $run = $run -ra_max $RA_POLL_MAX
     97    end
    9598    if ($DB:n == 0)
    9699      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.