IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 10:16:49 AM (20 years ago)
Author:
Paul Price
Message:

Making poll and exec delays globally configurable.

File:
1 edited

Legend:

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

    r9490 r9506  
    2828  host         local
    2929
    30   periods      -poll 1.0
    31   periods      -exec 3.0
     30  periods      -poll $loadpoll
     31  periods      -exec $loadexec
    3232  periods      -timeout 30
    3333
     
    6969# copy new images, sending job to desired host
    7070task           dettool.reject.run
    71   periods      -poll 0.5
    72   periods      -exec 1.0
     71  periods      -poll $runpoll
     72  periods      -exec $runexec
    7373  periods      -timeout 30
    7474
     
    109109    # create example job options as a demonstration
    110110    options "$line"
    111     echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE
    112     command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE
     111    echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA
     112    command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA
    113113 end
    114114
Note: See TracChangeset for help on using the changeset viewer.