Changeset 36461 for tags/ipp-20140114
- Timestamp:
- Jan 22, 2014, 6:39:15 AM (13 years ago)
- File:
-
- 1 edited
-
tags/ipp-20140114/ippTasks/staticsky.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20140114/ippTasks/staticsky.pro
r34814 r36461 64 64 end 65 65 66 $RA_POLL_MAX = 360 67 68 macro 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 74 end 75 macro get.ra.max 76 echo $RA_POLL_MAX 77 end 78 66 79 ### Load tasks for staticsky 67 80 ### Tasks are loaded into staticskyResult. … … 79 92 task.exec 80 93 if ($LABEL:n == 0) break 81 $run = staticskytool -todo 94 $run = staticskytool -todo -ra_max $RA_POLL_MAX 82 95 if ($DB:n == 0) 83 96 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
