Changeset 27383 for branches/eam_branches/largefiles.20100314/Ohana
- Timestamp:
- Mar 21, 2010, 6:05:58 PM (16 years ago)
- Location:
- branches/eam_branches/largefiles.20100314/Ohana/src/addstar/test
- Files:
-
- 1 added
- 1 edited
-
dvomerge.dvo (added)
-
simple.dvo (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/addstar/test/simple.dvo
r27352 r27383 2 2 input tap.dvo 3 3 4 # create a populated catdir with a couple of cmf files 5 macro test.fields.simple 4 macro test.all 5 test.fields.type PS1_V1 6 7 end 8 9 # create a populated catdir with a single cmf -- test each field 10 macro test.fields.type 11 if ($0 != 2) 12 echo "USAGE: test.fields.type (cmftype) (dvotype?)" 13 break 14 end 6 15 7 16 tapPLAN 51 … … 13 22 14 23 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 16 25 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf 17 26 … … 84 93 # list of cmf fields to test matched to mextract fields 85 94 # this list is good for PS1_DEV_1 86 list testfields 95 list testfields_PS1_DEV_V1 87 96 IPP_IDET : detid 88 97 X_PSF : xccd … … 106 115 end 107 116 117 ... etc ... 118 # this list is good for PS1_DEV_0 119 list 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 139 end 140
Note:
See TracChangeset
for help on using the changeset viewer.
