Changes between Version 23 and Version 24 of Czartool
- Timestamp:
- Nov 26, 2010, 11:49:01 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Czartool
v23 v24 24 24 The available plots are as follows: 25 25 26 === Rate plots ===27 28 It is possible, using the {{{-r}}} argument, to create histograms of exposures-processed-per-some-interval (the interval can be specified with the {{{-i}}} argument, eg {{{-i 1 HOUR}}}) otherwise a 'sensible' interval will be chosen for you.29 30 {{{31 ./czarplot.pl -y 2010-11-09 -r32 }}}33 [[Image(czarplot_linear_all_stdscience_labels_all_stages_r.png, 600px)]]34 26 === Processing time-series === 35 27 … … 46 38 }}} 47 39 [[Image(czarplot_linear_all_stdscience_labels_warp_t.png, 600px)]] 40 41 === Processing histograms === 42 43 Using the {{{-h}}} argument, stacked histograms showing processed/pending/faults can be generated. For example: 44 45 {{{ 46 ./czarplot.pl -b 2010-10-20 -e '2010-10-20 11' -h 47 }}} 48 49 50 === Rate plots === 51 52 It is possible, using the {{{-r}}} argument, to create histograms of exposures-processed-per-some-interval (the interval can be specified with the {{{-i}}} argument, eg {{{-i 1 HOUR}}}) otherwise a 'sensible' interval will be chosen for you. 53 54 {{{ 55 ./czarplot.pl -y 2010-11-09 -r 56 }}} 57 [[Image(czarplot_linear_all_stdscience_labels_all_stages_r.png, 600px)]] 58 48 59 === Magic mask fraction === 49 60
