dshelper_raw_spect::extend_comp_arrays

Source: dataset/helpers/raw_spect/dshelper_raw_spect__extend_comp_arrays.pro

 dshelper_raw_spect::extend_comp_arrays
        Extends the data arrays as requested by ACQUIRE_DATA etc.
        Extension is by 20% of current length.

 Call:
        dsref -> extend_comp_arrays, rates, accum,, raw_events, $
                         chan_events, chan_counts, ndmax

 Arguments: 
        rates           float   inout   The rates array to extend.
        times           double  inout   The times array to extend.
        accum           double  inout   The accumulation array to extend.
        raw_events      long    output  The array for the number of
                                        raw events
        chan_events     long    output  The array for the number of
                                        events in the channels
        chan_counts     long    output  The array for the number of
                                        counts in the channel
        ndmax           int     inout   Maximum number of times in data arrays

 History:
        Original (after lan): 23/3/00; SJT
        Copy to dyn_spect: 7/8/01; SJT



James Tappin 2005-02-04