IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 198 and Version 199 of ippToPsps


Ignore:
Timestamp:
Mar 9, 2012, 2:42:48 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v198 v199  
    9898
    9999All programs catch Ctrl-C for clean exiting, and all programs write a log to stdout as well as to file, the location of which is set in the [browser:trunk/ippToPsps/config/settings.xml settings file]
     100
     101 * {{{queue.py}}} - for queueing up data to process for a given config
     102 * {{{loader.py}}} - to actually process and load the queued data in the form of ''batches''
     103 * {{{pollodm.py}}} - to poll the PSPS ODM to gather information about the process of each batch
     104 * {{{cleanup.py}}} - to cleanup batches from the datastore, DXLayer and local disk based on batch status acquired by {{{pollodm.py}}}
     105 * {{{metrics.py}}} - for monitoring processing. Vital statistics are stored in the czartool database
     106 * {{{plotter.py}}} - for generating density plots of pending data for a given config
     107
     108More detail about each program follows.
    100109== queue.py ==
    101110