Next: SCATTERGRAM Up: REBIN Prev: Parameters

Examples

  ICL> REBIN ds_1 ds_2               - rebin ds_1 into ds_2 prompting
                                       for mode etc.
  ICL> REBIN ds_1 ds_2 OPT=1 RAT1=2  - reduce number of bins by half
  ICL> REBIN ds_1 ds_2 RAT1=2 \      - same as above
  ICL> REBIN ds_1 ds_2 OPT=2         - output to be specified by number
                                       of bins for each axis (prompted for)
  ICL> REBIN cube_1 cube_2 OPT=5 AXES=3 CLONE=1D_dataset
                                    - rebin only 3rd axis of cube using
                                      a 1D clone
  


Next: SCATTERGRAM Up: REBIN Prev: Parameters