IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2008, 12:41:17 PM (18 years ago)
Author:
bills
Message:

pass RUN_STATE to chip_imfile.pl. Don't turn on cleanup tasks by default.
Added chip.cleanup.on and chip.cleanup.off to toggle the state of those tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r19334 r19398  
    2929    active true
    3030  end
    31   task chip.cleanup.load
    32     active true
    33   end
    34   task chip.cleanup.run
    35     active true
    36   end
    3731end
    3832
     
    4438    active false
    4539  end
     40end
     41
     42macro chip.cleanup.on
     43  task chip.cleanup.load
     44    active true
     45  end
     46  task chip.cleanup.run
     47    active true
     48  end
     49end
     50
     51macro chip.cleanup.off
    4652  task chip.cleanup.load
    4753    active false
     
    152158    stderr $LOGDIR/chip.imfile.log
    153159
    154     # XXX EAM : use this line for update processing
    155160    $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE --outroot $outroot --redirect-output
    156     # $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output
    157161    if ("$REDUCTION" != "NULL")
    158162      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.