dyn_spect_stream::plot_raw

Source: stream/dyn_spect/dyn_spect_stream__plot_raw.pro

 dyn_spect_stream::plot_raw
        Plot the raw data of a dyn_spects stream (intended for use by the
        editor).

 Usage:
        strref -> plot_raw_data[, tbounds, yrange=yrange, $
                sector=sector]

 Argument:
        tbounds double  input   The time range to display (julian day
                                numbers) 

 Keywords:
        yrange  float   input   The range of y-values to show.
        sector  int     input   The sector to show -- note that this
                               is an index into the rates array
                               rather than a sector number.
       channel  int     input   The index of the channel to show (this
                        is an index into the rates array).
        ylog    int     input   If the stream can be plotted on a
                                log-axis it will be, set this to zero
                                to force a linear scaling.
        *****           input   It will also accept any other keywords
                                accepted by TIMEBOX.
        t_offset double output  The offset used in plotting the JD's

 History:
        Original: 14/2/01; SJT
        Add t_offset output key: 15/2/01; SJT
        Add missing channel keyword: 18/7/02; SJT



James Tappin 2005-02-04