IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2012, 6:20:27 AM (14 years ago)
Author:
eugene
Message:

add ohana version of realpath, fix rconnect version of relphot, update testing

File:
1 edited

Legend:

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

    r33297 r33301  
    132132
    133133  # run relphot on the parallel db and check that the images now match the expected values
    134   exec relphot -parallel-serial g,r,i -v -region 9.5 10.5 19.5 20.5 -D CATDIR $catdir.p0 -D STAR_TOOFEW 1 -D SIGMA_LIM 0.07 -statmode WT_MEAN -cloud-limit 0.5 -keep-ubercal -D IMAGE_OFFSET 0.5 -update >& log.relphot.p0
    135 
    136   exec dvodist -in $catdir.p0
     134  exec relphot -parallel g,r,i -v -region 9.5 10.5 19.5 20.5 -D CATDIR $catdir.p0 -D STAR_TOOFEW 1 -D SIGMA_LIM 0.07 -statmode WT_MEAN -cloud-limit 0.5 -keep-ubercal -D IMAGE_OFFSET 0.5 -update >& log.relphot.p0
     135
     136  exec dvodist -in $catdir.p0 >& log.dvodist.in
    137137
    138138  for i 0 mjd_nc[]
     
    432432  $catdir = $tmp1/$tmp2
    433433
    434   exec rsync -auv $catdir/ $catdir.p0/
     434  exec rsync -auv $catdir/ $catdir.p0/ >& log.rsync
    435435  mkdir $catdir.d1
    436436  mkdir $catdir.d2
     
    442442  exec echo "3 $hostname $catdir.d3" >> $catdir.p0/HostTable.dat
    443443
    444   exec dvodist -out $catdir.p0
    445 end
    446 
     444  exec dvodist -out $catdir.p0 >& log.dvodist.out
     445end
     446
Note: See TracChangeset for help on using the changeset viewer.