IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33136


Ignore:
Timestamp:
Jan 23, 2012, 2:22:17 PM (14 years ago)
Author:
eugene
Message:

build test with no noise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/addstar/test/relphot.flatcorr.dvo

    r33134 r33136  
    6868end
    6969
     70macro go
     71  init
     72  mkzptfile
     73  mkstars 500
     74
     75  mkdir testdata
     76  mksequence testdata/t1
     77end
     78
    7079macro mksequence
    7180  if ($0 != 2)
     
    116125    # 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
    117126
    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
    120131  end
    121132 end
     
    147158  # eddie says: M_real = M_inst + zpt + ff_offset
    148159  # thus, stars_mi = stars_mag - zpt - ff_offset = stars_m - offset
     160  set stars_mi = zero(stars_m)
    149161  for i 0 stars_mi[]
    150162    $nx = cell_x[$i]
Note: See TracChangeset for help on using the changeset viewer.