IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 186 and Version 187 of ippToPsps


Ignore:
Timestamp:
Mar 9, 2012, 12:29:12 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v186 v187  
    8787= {{{ippToPsps}}} programs =
    8888
    89 {{{ippToPsps}}} contains a suite of programs:
    90 
    91  * queue.py
    92  * loader.py
    93  * metrics.py
    94  * cleanup.py
    95  * pollodm.py
     89{{{ippToPsps}}} contains a suite of programs, all of which can be run like this:
     90
     91{{{
     92./run.sh prog.py someConfigName
     93}}}
     94
     95Programs that require any extra arguments will prompt the user.
     96
     97== queue.py ==
     98
     99This program populates tables in the ippToPsps database so that any {{{loader.py}}} programs know what to processes. Data to be processed is divided up in a grid on the sky, using the RA/Dec and box-size settings in the config. The {{{plotter.py}}} program can generate a density plot of data still to be processed through {{{ippToPsps}}}, an example of which is shown below.
     100
     101
     102== loader.py ==
     103== metrics.py ==
     104== cleanup.py ==
     105== pollodm.py ==
     106== plotter.py ==
    96107
    97108All programs accept at least one argument, which is the nam of a config currently in the {{{ippToPsps}}} database.
    98 
    99109= Using the software =
    100110