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.stack.pro

    r9104 r9338  
    3939  # success
    4040  task.exit    0
    41     # XXX is it necessary for these to be local?
    42     # drop after this task macro is done?
    4341    local i Nqueue
    4442
     
    5149      $DET_ID   = $word:0
    5250      $ITER     = $word:1
    53       $TYPE    = $word:2
     51      $DET_TYPE = $word:2
    5452      $CLASS_ID = $word:3
    5553      $CAMERA   = $word:4
    56       echo queuepush DetrendStackClass -uniq -key 1:2:4 "NEW $DET_ID $ITER $TYPE $CLASS_ID $CAMERA"
    57       queuepush DetrendStackClass -uniq -key 1:2:4 "NEW $DET_ID $ITER $TYPE $CLASS_ID $CAMERA"
     54      queuepush DetrendStackClass -uniq -key 1:2:4 "NEW $DET_ID $ITER $DET_TYPE $CLASS_ID $CAMERA"
    5855    end
    5956
     
    10198    $DET_ID   = $word:0
    10299    $ITER     = $word:1
    103     $TYPE    = $word:2
     100    $DET_TYPE = $word:2
    104101    $CLASS_ID = $word:3
    105102    $CAMERA   = $word:4
    106103
    107     stdout $CAMERA.$TYPE.$DET_ID.$ITER.$CLASS_ID.log
    108     stderr $CAMERA.$TYPE.$DET_ID.$ITER.$CLASS_ID.log
     104    # XXX add $WORKDIR/$LOG_DIR
     105    stdout $CAMERA.$DET_TYPE.$DET_ID.$ITER.$CLASS_ID.log
     106    stderr $CAMERA.$DET_TYPE.$DET_ID.$ITER.$CLASS_ID.log
    109107
    110108    # specify choice of remote host:
     
    118116    options "$line"
    119117    # detrend_stack.pl --det_id 1 --iteration 0 --class_id isp --det_type bias --camera ISP || exit 1
    120     echo command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $TYPE --camera $CAMERA
    121     command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $TYPE --camera $CAMERA
     118    echo command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA
     119    command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA
    122120  end
    123121
Note: See TracChangeset for help on using the changeset viewer.