IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2013, 2:12:08 PM (13 years ago)
Author:
eugene
Message:

add a couple of duplicates for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/mkgpc1data.dvo

    r35097 r35123  
    140140
    141141    mkinput $offset $rawfile
    142     exec mkcmf -append $rawfile $cmffile -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 0
     142    exec mkcmf -no-noise -append $rawfile $cmffile -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 -imageID $ID -sourceID 0
    143143
    144144    # keywords which are read from image extension
     
    379379    end
    380380  end
     381  # XXX add 2 duplicate detections
     382  $i = 110; $j = 210
     383  fprintf " %6.1f %6.1f  %7.3f" $i $j {-15.0 + $1 + 2.5*($i + $j)/1000.0}
     384  $i = 210; $j = 110
     385  fprintf " %6.1f %6.1f  %7.3f" $i $j {-15.0 + $1 + 2.5*($i + $j)/1000.0}
    381386  output stdout
    382387end
Note: See TracChangeset for help on using the changeset viewer.