- Timestamp:
- Jul 28, 2014, 6:20:27 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
test/mkgpc1data.dvo (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20140717/ippToPsps/test/mkgpc1data.dvo
r35753 r37129 39 39 # mkcatdir.cam PS1_V3 PS1_V4 40 40 # mkcatdir.stk PS1_V3 PS1_V4 41 mkcatdir.cam PS1_V4 PS1_V4 42 mkcatdir.stk PS1_V4 PS1_V4 41 # mkcatdir.cam PS1_V4 PS1_V4 42 # mkcatdir.stk PS1_V4 PS1_V4 43 mkcatdir.cam PS1_V5 PS1_V5 44 mkcatdir.stk PS1_V5 PS1_V5 43 45 insert.stack.set 44 46 end … … 203 205 end 204 206 205 if ( $i == 5)207 if (0 && ($i == 5)) 206 208 echo "NOTE: adding image $i 2x to DVO, but without detections : this simulates a failure in LAP dvo" 207 209 208 echo addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -image -dup-images209 exec addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -image -dup-images210 echo addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -image -dup-images 211 exec addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -image -dup-images 210 212 end 211 213 212 if ( $i == 7)214 if (0 && ($i == 7)) 213 215 echo "NOTE: adding detections from image $i 2x to DVO, but with wrong photcode and duplicate image ID : this simulates a failure in LAP dvo" 214 echo addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -dup-images -image-id-override 7 -photcode 2MASS_J215 exec addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -dup-images -image-id-override 7 -photcode 2MASS_J216 echo addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -dup-images -image-id-override 7 -photcode 2MASS_J 217 exec addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -dup-images -image-id-override 7 -photcode 2MASS_J 216 218 end 217 219 218 echo addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 219 exec addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 220 end 220 echo addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 221 exec addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 222 end 223 224 echo relphot -D CATDIR $catdir -region 8 12 18 22 -images g,r,i,z,y -update 225 exec relphot -D CATDIR $catdir -region 8 12 18 22 -images g,r,i,z,y -update 221 226 222 227 if ($PARALLEL) … … 264 269 $offset = $word:2 265 270 271 ## this is not generating photcodes recognized as stack by relphot 272 266 273 mkinput $offset $rawfile 267 274 exec mkcmf $rawfile $cmffile -extname SkyChip -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 1 … … 271 278 exec fits_insert $cmffile tmp.hdr 272 279 273 exec addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 274 end 280 echo addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 281 exec addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass 282 end 283 284 echo relphot -D CATDIR $catdir.stk -region 8 12 18 22 -images g,r,i,z,y -update 285 exec relphot -D CATDIR $catdir.stk -region 8 12 18 22 -images g,r,i,z,y -update 275 286 276 287 if ($PARALLEL)
Note:
See TracChangeset
for help on using the changeset viewer.
