IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27383


Ignore:
Timestamp:
Mar 21, 2010, 6:05:58 PM (16 years ago)
Author:
eugene
Message:

adding more tests

Location:
branches/eam_branches/largefiles.20100314/Ohana/src/addstar/test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/largefiles.20100314/Ohana/src/addstar/test/simple.dvo

    r27352 r27383  
    22input tap.dvo
    33
    4 # create a populated catdir with a couple of cmf files
    5 macro test.fields.simple
     4macro test.all
     5  test.fields.type PS1_V1
     6
     7end 
     8
     9# create a populated catdir with a single cmf -- test each field
     10macro test.fields.type
     11  if ($0 != 2)
     12    echo "USAGE: test.fields.type (cmftype) (dvotype?)"
     13    break
     14  end
    615
    716  tapPLAN 51
     
    1322
    1423  mkinput
    15   exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time 01:00:00 -radec $RA $DEC
     24  exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time 01:00:00 -radec $RA $DEC -type $1
    1625  exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf
    1726
     
    8493# list of cmf fields to test matched to mextract fields
    8594# this list is good for PS1_DEV_1
    86 list testfields
     95list testfields_PS1_DEV_V1
    8796  IPP_IDET          : detid
    8897  X_PSF             : xccd
     
    106115end
    107116
     117... etc ...
     118# this list is good for PS1_DEV_0
     119list testfields_PS1_DEV_V0
     120  IPP_IDET          : detid
     121  X_PSF             : xccd
     122  Y_PSF             : yccd
     123  X_PSF_SIG         : xccd:err
     124  Y_PSF_SIG         : yccd:err
     125  PSF_INST_MAG      : mag:inst
     126  PSF_INST_MAG_SIG  : mag:err
     127  PEAK_FLUX_AS_MAG  : SKIP
     128  SKY               : sky
     129  SKY_SIG           : sky_err
     130  PSF_CHISQ         : psf_chisq
     131  CR_NSIGMA         : cr_nsigma
     132  EXT_NSIGMA        : ext_nsigma
     133  PSF_WIDTH_X       : FWHM_MAJ
     134  PSF_WIDTH_Y       : FWHM_MIN
     135  PSF_THETA         : THETA
     136  PSF_QF            : PSF_QF
     137  N_FRAMES          : SKIP
     138  FLAGS             : phot_flags
     139end
     140
Note: See TracChangeset for help on using the changeset viewer.