IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32944 for trunk/ippTasks


Ignore:
Timestamp:
Dec 13, 2011, 11:14:14 AM (15 years ago)
Author:
bills
Message:

tweaks to the video photometry tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/vp.pro

    r32556 r32944  
    1313$vp_DB = 0
    1414$vp_revert_DB = 0
     15
     16$VP_POLL_LIMIT = 20
    1517
    1618### Check status of vping tasks
    … …  
    3234    active true
    3335  end
    34   task vp.revert
    35     active true
    36   end
    3736end
    3837
    … …  
    4544    active false
    4645  end
    47   task vp.revert
    48     active false
    49   end
    5046end
    5147
    … …  
    6056    active false
    6157  end
     58end
     59
     60macro set.vp.poll
     61    $VP_POLL_LIMIT = $1
     62end
     63macro get.vp.poll
     64    echo $VP_POLL_LIMIT
    6265end
    6366
    … …  
    9093    add_poll_args run
    9194    add_poll_labels run
     95    $run = $run -limit $VP_POLL_LIMIT
    9296    command $run
    9397  end
    … …  
    159163    stdout $LOGSUBDIR/vp.log
    160164    stderr $LOGSUBDIR/vp.log
     165
     166    host anyhost
    161167
    162168    $run = videophot_process.pl --vp_id $VP_ID --outroot $outroot --redirect-output --camera $CAMERA
Note: See TracChangeset for help on using the changeset viewer.