IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35014


Ignore:
Timestamp:
Jan 22, 2013, 5:11:12 AM (13 years ago)
Author:
eugene
Message:

add -append option to mkcmf; add -extname option to mkcmf; add FPA.ZP to test stacks (required); change mergedvoRun state to full

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/test/mkgpc1data.dvo

    r35003 r35014  
    138138    wd dummy $cmffile
    139139
    140     exec ftable -list $cmffile
    141 
    142140    mkinput $offset $rawfile
    143     exec mkcmf $rawfile $cmffile -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 0
    144 
    145     exec ftable -list $cmffile
     141    exec mkcmf -append $rawfile $cmffile -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 0
    146142
    147143    # keywords which are read from image extension
     
    236232
    237233    mkinput $offset $rawfile
    238     exec mkcmf $rawfile $cmffile -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 1
     234    exec mkcmf $rawfile $cmffile -extname SkyChip -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 1
     235
     236    # add some required header keywords:
     237    exec echo "HIERARCH FPA.ZP =          25. / Magnitude zero point" > tmp.hdr
     238    exec fits_insert $cmffile tmp.hdr
     239
    239240    exec addstar -D CATDIR $catdir -D CAMERA simtest $cmffile -D CATFORMAT $2 -quick-airmass
    240241  end
     
    329330  dbinsert minidvodbProcessed (minidvodb_id, fault) values (2, 0)
    330331 
    331   dbinsert mergedvodbRun (minidvodb_id, merge_id, state, mergedvodb) values (2, 2, "merged", "catdir.stk")
     332  dbinsert mergedvodbRun (minidvodb_id, merge_id, state, mergedvodb) values (2, 2, "full", "catdir.stk")
    332333  dbinsert mergedvodbProcessed (merge_id, fault) values (2, 0)
    333334end
Note: See TracChangeset for help on using the changeset viewer.