IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 28 and Version 29 of Czartool


Ignore:
Timestamp:
Nov 26, 2010, 12:03:44 PM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Czartool

    v28 v29  
    1818 
    1919* 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]]
    2121* where relevant a stage can be chosen, else defaulting to 'all stages'[[BR]]
    2222* were relevant a label can be chosen, else defaulting to 'all_stdscience_labels'[[BR]]
     
    5656=== First-derivative plots ===
    5757
    58 Using the {{{-d}}} arguments, first-derivative plots may be created for processed exposures against time.
     58Using the {{{-f}}} arguments, first-derivative plots may be created for processed exposures against time.
    5959
    6060{{{
    61 ./czarplot.pl -y 2010-10-18 -d
     61./czarplot.pl -d 2010-10-18 -f
    6262}}}
    6363
    6464[[Image(czarplot_linear_all_stdscience_labels_all_stages_d.png, 600px)]]
    6565
    66 === Magic mask fraction ===
     66=== Magic-mask fraction ===
    6767
    6868Both 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.
     
    8585[[Image(czarplot_single_exp_magic_mask_fraction.png, 600px)]]
    8686
     87=== Nebulous plots ===
     88
     89There 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
    8798
    8899== Metrics ==