Next: Quality Lists Up: EVBIN Prev: Options

Parameters

 Keyword  Posn   Type       Description
 -------  ----   ----       -----------
 INP         1   UNIV       Input event dataset.
            -GLOBAL.EVDS   (Default event dataset)
 OUT         2   UNIV       Name of the output binned dataset.
            ->GLOBAL.BINDS  (Default binned dataset)
 LISTS       3   CHAR       Index numbers of the lists to become output
                            dimensions. Separate entries
                            with spaces e.g. 1 2 3
 OPT1        -   LOGICAL    Allow irregular binning?
    Hidden default = NO
 OPT2        -   LOGICAL    Individually select how regular axes
                            are to be specified?
    Hidden default = NO
 OPT3        -   LOGICAL    Specify all regular axes by the No of
                            bins?
    Hidden default = NO
 The following 2 parameters only apply if a QUALITY list has been
 selected.
 QVAL        -   INTEGER    Events with QUALITY greater than QVAL
                            will be treated as BAD QUALITY data.
    Hidden default = 0
 QKEEP       -   LOGICAL    Write BAD QUALITY data to output
                            dataset?
    Hidden default = NO
 The following parameters are repeated for each output dimension
 (i.e. n = 1..7)
 REGn        -   LOGICAL    Is the nth list selected to be regularly
                            binned? Only asked if OPT1=YES
 USEBINSIZEn -   LOGICAL    Specify binning of the nth list by
                            bin width? Only asked if OPT2=YES,
                            and is regularly binned.
 BASEn       -   REAL       Lower bound of lowest bin. By default the
                            data minimum, but can be set to any value.
 BINSIZEn    -   REAL       Binsize for the nth list. Only asked if
                            regularly binned, and
                            binning specified by bin width.
 NBINSn      -   INTEGER    No of bins for the nth list. Only asked if
                            regularly binned, and
                            binning specified by No of bins.
 RANGESn     -   CHARACTER  Bin ranges for the nth list.
                            Only asked if irregularly binned.


Next: Quality Lists Up: EVBIN Prev: Options