| 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 | |
| | 95 | Programs that require any extra arguments will prompt the user. |
| | 96 | |
| | 97 | == queue.py == |
| | 98 | |
| | 99 | This 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 == |