Changes between Version 34 and Version 35 of Czartool
- Timestamp:
- Nov 26, 2010, 12:18:28 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Czartool
v34 v35 45 45 46 46 [[Image(czarplot_linear_all_stdscience_labels_all_stages_h.png, 600px)]] 47 === Rate plots ===47 === Rate and 1st-derivative plots === 48 48 49 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. 49 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. You can also generate first-derivative plots, using the {{{-f}}} argument 50 50 51 51 {{{ 52 52 ./czarplot.pl -d 2010-11-09 -r 53 ./czarplot.pl -d 2010-10-18 -f 53 54 }}} 54 55 [[Image(czarplot_linear_all_stdscience_labels_all_stages_r.png, 600px)]] 55 56 === First-derivative plots ===57 58 Using the {{{-f}}} arguments, first-derivative plots may be created for processed exposures against time.59 60 {{{61 ./czarplot.pl -d 2010-10-18 -f62 }}}63 64 56 [[Image(czarplot_linear_all_stdscience_labels_all_stages_d.png, 600px)]] 65 57
