IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2015, 2:42:04 PM (11 years ago)
Author:
eugene
Message:

clean up some test vebosity

File:
1 edited

Legend:

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

    r39021 r39027  
    5151
    5252list stackdata
    53 # stk_id sky_id filename         M_off filter
    54   1      1      $OUTDIR/stack.01 0.010 g
    55   2      2      $OUTDIR/stack.02 0.020 g
    56   3      3      $OUTDIR/stack.03 0.030 g
    57   4      1      $OUTDIR/stack.04 0.025 r
    58   5      2      $OUTDIR/stack.05 0.035 r
    59   6      3      $OUTDIR/stack.06 0.045 r
     53# stk_id sky_id filename         M_off filter  forcedgalaxy         
     54  1      1      $OUTDIR/stack.01 0.010 g       $OUTDIR/fgal.01
     55  2      2      $OUTDIR/stack.02 0.020 g       $OUTDIR/fgal.02
     56  3      3      $OUTDIR/stack.03 0.030 g       $OUTDIR/fgal.03
     57  4      1      $OUTDIR/stack.04 0.025 r       $OUTDIR/fgal.04
     58  5      2      $OUTDIR/stack.05 0.035 r       $OUTDIR/fgal.05
     59  6      3      $OUTDIR/stack.06 0.045 r       $OUTDIR/fgal.06
    6060end
    6161 
     
    339339    $stkID = $word:0
    340340    $rawfile = $word:2\.txt
    341     $cmffile = $word:2\.cmf
     341    $cmffile = $word:5\.cmf
    342342    $offset = $word:3
    343343    $filter = $word:4
     
    349349    exec mkcmf -forcedgalaxy -photcode SIMTEST.$filter.ForcedWarp $rawfile $cmffile -extroot SkyChip -date 2008/1/1 -time $i\:00:00 -mjd 54466.0 -radec $RA $DEC -type $1 -imageID $stkID -sourceID 1 -tess_id $TESS_ID -skycell $SKYCELL
    350350
    351     echo loadgalphot -D CATDIR $catdir $cmffile
    352     exec loadgalphot -D CATDIR $catdir $cmffile
     351    echo loadgalphot -D CATDIR $catdir -photcode SIMTEST.$filter.ForcedWarp -image-id $stkID $cmffile
     352    exec loadgalphot -D CATDIR $catdir -photcode SIMTEST.$filter.ForcedWarp -image-id $stkID $cmffile
    353353  end
    354354
Note: See TracChangeset for help on using the changeset viewer.