Next: Examples Up: REBIN Prev: Algorithm

Parameters

 Keyword   Posn  Type       Description
 -------   ----  ----       -----------
 INP         1   CHARACTER  Input dataset
    - GLOBAL.BINDS
 OUT         2   CHARACTER  Output dataset.
    -> GLOBAL.BINDS (the current binned dataset)
 OPT         -   INTEGER    Rebinning mode
 AXES        -   CHARACTER  List of axes to rebin
 CLONE       -   CHARACTER  Dataset to clone axes from
 RAT1        -   INTEGER    Rebinning ratio (>=1)
 NBIN1       -   INTEGER    Number of bins in this axis
 WID1        -   REAL       Width of (regular) output bins.
 BOUNDS1     -   CHARACTER  Boundaries of irregular output bins.
    .
    .
  RAT7
  NBIN7
  WID7
  BOUNDS7


Next: Examples Up: REBIN Prev: Algorithm