Changeset 33136
- Timestamp:
- Jan 23, 2012, 2:22:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/addstar/test/relphot.flatcorr.dvo
r33134 r33136 68 68 end 69 69 70 macro go 71 init 72 mkzptfile 73 mkstars 500 74 75 mkdir testdata 76 mksequence testdata/t1 77 end 78 70 79 macro mksequence 71 80 if ($0 != 2) … … 116 125 # XX echo mkcmf test.in.txt $ROOT.$ix.$iy.cmf -date $date -time $time -radec $ra $dec -type PS1_V2 -coords -photcode GPC1.$FILTER.XY$ix\$iy 117 126 118 exec mkcmf test.in.txt $ROOT.$ix.$iy.cmf -mjd $MJD -radec $ra $dec -type PS1_V2 -coords -photcode GPC1.$FILTER.XY$ix\$iy 119 echo mkcmf test.in.txt $ROOT.$ix.$iy.cmf -mjd $MJD -radec $ra $dec -type PS1_V2 -coords -photcode GPC1.$FILTER.XY$ix\$iy 127 exec mkcmf test.in.txt $ROOT.$ix.$iy.cmf -mjd $MJD -radec $ra $dec -type PS1_V2 -coords -photcode GPC1.$FILTER.XY$ix\$iy -no-noise 128 echo mkcmf test.in.txt $ROOT.$ix.$iy.cmf -mjd $MJD -radec $ra $dec -type PS1_V2 -coords -photcode GPC1.$FILTER.XY$ix\$iy -no-noise 129 130 exec addstar $ROOT.$ix.$iy.cmf -D CATDIR catdir.test -D CAMERA gpc1 120 131 end 121 132 end … … 147 158 # eddie says: M_real = M_inst + zpt + ff_offset 148 159 # thus, stars_mi = stars_mag - zpt - ff_offset = stars_m - offset 160 set stars_mi = zero(stars_m) 149 161 for i 0 stars_mi[] 150 162 $nx = cell_x[$i]
Note:
See TracChangeset
for help on using the changeset viewer.
