Changeset 27840 for branches/simtest_nebulous_branches/ippTasks/simtest.pro
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/simtest.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTasks/simtest.pro
r24202 r27840 85 85 86 86 ## XXX this will need to be optional as well 87 ## we could use the book to find OBSTYPE = OBJECT, get CENTER.RA, CENTER.DEC 88 ## or else we could have ppSimSequence generate an appropriate skycells call 87 89 file TESS/Images.dat found 88 90 if ($found == 0) 89 exec skycells -mode square -level 8 -scale 0.2 -D CATDIR TESS 91 # this command is approriate only to the dither pattern and camera define in simtest.basic.config 92 exec skycells -mode local -scale 0.2 -center 270.75 -23.70 -size 0.3 0.3 -nx 3 -ny 3 -D CATDIR TESS 90 93 end 91 94 end … … 111 114 112 115 automate.load $SIMTEST_AUTO $SIMTEST_CAMERA $dbname 116 117 tasks.revert.off 118 113 119 run 114 120 end … … 154 160 end 155 161 162 macro tasks.revert.off 163 chip.revert.off 164 camera.revert.off 165 fake.revert.off 166 warp.revert.off 167 diff.revert.off 168 stack.revert.off 169 end 170 macro tasks.revert.on 171 chip.revert.on 172 camera.revert.on 173 fake.revert.on 174 warp.revert.on 175 diff.revert.on 176 stack.revert.on 177 end
Note:
See TracChangeset
for help on using the changeset viewer.
