| | 309 | {{{plotter.py}}} is used to manually generate the plots used my {{{metrics.py}}}. Like {{{metrics.py}}}, note that {{{plotter.py}}} invokes gnuplot and so needs to run on {{{ipp009}}} in order to save plots to file. Example usage would be: |
| | 310 | |
| | 311 | {{{ |
| | 312 | ./run.sh plotter.py newsa3 density |
| | 313 | }}} |
| | 314 | |
| | 315 | This will produce density plots for all batch types (P2, ST and OB) and save them in the local directory with a filename of format: {{{config_batchType_timestamp.png}}}, eg |
| | 316 | |
| | 317 | {{{ |
| | 318 | newsa3_OB_2012_0410_113615.png |
| | 319 | }}} |