IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of LAP_Czar


Ignore:
Timestamp:
Nov 14, 2011, 1:54:01 PM (15 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAP_Czar

    v12 v13  
    2222
    2323Be aware that ippb00 is currently having disk issues, and is going up and down.  I dropped a few OTAs from further processing that had a missing MHPCC instance and an instance on ippb00 that was also being reported as missing, but since this is also the case when the host is down, I did '''not''' flag the raw imfile as corrupt. 
     24
    2425== Defining a new region to work on ==
    2526
     
    5354
    5455Caveat: this script blocks the region into bands in declination, to allow regions of five filter coverage to be generated quickly.  Because of this, it cycles through the filters in a different way for each block, as it selects the last filter of the previous block as the first filter of the current block. 
     56
     57== Increasing the number of simultaneous active lapRuns  ==
     58
     59Given a queue list file, the number of active lapRuns can be increased by finding the command line for the next unprocessed projection cell/filter, and issuing that command.  However, only one command should be issued at any time.  Due to the way the exposure sharing works, having two lapRuns with the state of 'new' in the same filter can cause multiple chipRuns to be queued for the same exposure.  To prevent this from happening, wait until there are no more lapRuns with state 'new' before adding a second lapRun.
     60
     61== Decreasing the number of simultaneous active lapRuns ==
     62
     63If there are too many currently active runs, you must wait for the processing to finish.  A replacement run is queued during the cleanup phase, using the queue list file defined in pantasks using 'lap.define.queue'.  If this queue file is not defined (or points at a non-existing file, or an empty file, etc.), no replacement run will be queued, and the cleanup phase will clean and deactivate the finished run.  To make this easier, an empty queue file exists ('/home/panstarrs/ipp/lap/off.queue') that can be used to cull down the number of active runs.
    5564
    5665== Determining when a block is finished ==