Next: CORRECT Up: BINSUBSET Prev: Parameters

Examples

Take subset of DS1 and put into DS2, giving axis ranges in response to prompts

  > BINSUB DS1 DS2
  
Same but discarding specified data

  > BINSUB DS1 DS2 NOKEEP
  
Ranges to be specified by bin index

  > BINSUB DS1 DS2 INDEX
  


Next: CORRECT Up: BINSUBSET Prev: Parameters