comp_dyn_spect_stream::get_raw_data

Source: stream/dyn_spect/Track/comp_dyn_spect_stream__get_raw_data.pro

 comp_dyn_spect_stream::get_raw_data
        Get raw data from a comp dyn_spectrum stream.

 Usage:
        data=strid->get_raw_data({/rate|/time|/neff})
    or
        data=strid->get_raw_data(/pointer)

 Keywords:
        pointer If set and non-zero, then return a 3 element array of
                pointers the first pointing to the data, the second
                to the time and the third to the effective
                counts. (WARNING don't free these pointers).
        rate    If set, then return the rates array.
        time    If set, then return the times array.
        neff    If set, then return the effective counts array.
        tm_ref  If set, then return the time reference count (always
                returned as a pointer)

 If no keys are given, 0 will be returned.

 History:
        Original: 8/2/01; SJT



James Tappin 2005-02-04