IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 199 and Version 200 of ippToPsps


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v199 v200  
    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]
    100100
    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
     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
    107107
    108108More detail about each program follows.