IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38905


Ignore:
Timestamp:
Oct 20, 2015, 4:00:02 PM (11 years ago)
Author:
eugene
Message:

need to supply -xrad to addstar for forcedwarp and run dvolens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/mkgpc1data.dvo

    r38892 r38905  
    298298    exec mkcmf -forcedwarp -photcode SIMTEST.r.ForcedWarp $rawfile $cmffile -extroot SkyChip -date $myDATE -time $myTIME -mjd $mjd -radec $RA $DEC -type $1 -imageID $ID -sourceID 1 -tess_id $TESS_ID -skycell $SKYCELL
    299299
    300     echo addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass
    301     exec addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass
     300    echo addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -xrad
     301    exec addstar -D SKY_DEPTH 4 -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass -xrad
    302302  end
    303303
    304304  echo relphot -D CATDIR $catdir -region 8 12 18 22 -images g,r,i,z,y -update
    305305  exec relphot -D CATDIR $catdir -region 8 12 18 22 -images g,r,i,z,y -update
     306
     307  echo dvolens -D CATDIR $catdir -region 8 12 18 22 -update-objects -update
     308  exec dvolens -D CATDIR $catdir -region 8 12 18 22 -update-objects -update
    306309
    307310  if ($PARALLEL)
Note: See TracChangeset for help on using the changeset viewer.