IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 316 and Version 317 of ippToPsps


Ignore:
Timestamp:
Apr 10, 2012, 11:40:43 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v316 v317  
    307307== plotter.py ==
    308308
     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
     315This 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{{{
     318newsa3_OB_2012_0410_113615.png
     319}}}
    309320
    310321== setupScratchDb.py ==