Source: cli/stream/spect_stream_data.pro
spect_stream_data Return the data from a single spect stream. Usage: spect_stream_data, index, rates, energy[, ebounds=ebounds] Arguments: index int input The index (2-element array) of the stream desired. rates float OUTPUT A named variable to contain the fluxes or count rates. energy float OUTPUT A named variable to contain the mid-point energies. Keyword: ebounds float OUTPUT A named variable to contain the upper and lower energy bounds. errors float OUPUT A named variable to contain the errors Datasets: SPECT:* History: Original: 25/8/00; SJT Added errors: 6/2/02; SJT