Changes between Version 28 and Version 29 of Czartool
- Timestamp:
- Nov 26, 2010, 12:03:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Czartool
v28 v29 18 18 19 19 * all plots (where relevant) can be given a date range, but will default to today from 6:30 if not is provided. Note that all times are in HST. When necessary (i.e. when querying rawExp in gpc1, HST is converted to UTC internally).[[BR]] 20 * date ranges can be given with {{{-b <beginTime>}}} and {{{-e <endTime>}}} flags or {{{- y <date>}}} for a single day[[BR]]20 * date ranges can be given with {{{-b <beginTime>}}} and {{{-e <endTime>}}} flags or {{{-d <date>}}} for a single day or with {{{-p <interval>}}} for a period in the past to present[[BR]] 21 21 * where relevant a stage can be chosen, else defaulting to 'all stages'[[BR]] 22 22 * were relevant a label can be chosen, else defaulting to 'all_stdscience_labels'[[BR]] … … 56 56 === First-derivative plots === 57 57 58 Using the {{{- d}}} arguments, first-derivative plots may be created for processed exposures against time.58 Using the {{{-f}}} arguments, first-derivative plots may be created for processed exposures against time. 59 59 60 60 {{{ 61 ./czarplot.pl - y 2010-10-18 -d61 ./czarplot.pl -d 2010-10-18 -f 62 62 }}} 63 63 64 64 [[Image(czarplot_linear_all_stdscience_labels_all_stages_d.png, 600px)]] 65 65 66 === Magic mask fraction ===66 === Magic-mask fraction === 67 67 68 68 Both a histogram and cumulative distribution of the magic mask fraction can be plotted for a data range. '''Warning''' these plots can take some time to complete due to multiple JOINS necessary in the query to the gpc1 database. … … 85 85 [[Image(czarplot_single_exp_magic_mask_fraction.png, 600px)]] 86 86 87 === Nebulous plots === 88 89 There are two Nebulous plots, one showing a snapshot of current cluster space, the other a time-series of available cluster space over time. Both require the {{{-n}}} argument, the latter with an additional {{{-t}}} denoting 'time-series' Example: 90 91 {{{ 92 ./czarplot.pl -n 93 ./czarplot.pl -n -t -p '1 month' 94 95 }}} 96 97 87 98 88 99 == Metrics ==
