IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:20:43 PM (20 years ago)
Author:
eugene
Message:

substantial work to use current db tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.reject.pro

    r9104 r9338  
    4848      $ITER     = $word:1
    4949      $DET_TYPE = $word:2
    50       queuepush DetrendRejectExposure -uniq -key 1:2 "NEW $DET_ID $ITER $DET_TYPE"
     50      $CAMERA   = $word:3
     51      queuepush DetrendRejectExposure -uniq -key 1:2 "NEW $DET_ID $ITER $DET_TYPE $CAMERA"
    5152    end
    5253
     
    9394    $ITER     = $word:1
    9495    $DET_TYPE = $word:2
     96    $CAMERA   = $word:3
    9597
    9698    # I'd like to add CAMERA to the log file...
    97     stdout isp.$DET_TYPE.$DET_ID.$ITER.log
    98     stderr isp.$DET_TYPE.$DET_ID.$ITER.log
     99    stdout $CAMERA.$DET_TYPE.$DET_ID.$ITER.log
     100    stderr $CAMERA.$DET_TYPE.$DET_ID.$ITER.log
    99101
    100102    # specify choice of remote host:
Note: See TracChangeset for help on using the changeset viewer.