| 100 | | 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 | Before any {{{loader.py}}} clients can do anything, you must queue something up. To do this run: |
| | 101 | |
| | 102 | {{{ |
| | 103 | ./run.sh queue.py someConfig |
| | 104 | }}} |
| | 105 | |
| | 106 | 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. |