Source: stream/dyn_spect/dyn_spect_stream__init.pro
dyn_spect_stream::init
constructor for a dyn_spect data stream (in fact it only passes a
few things on to the generic constructor).
(Usage:)
strid=obj_new('dyn_spect_stream', type, parent, name)
Arguments:
type string Stream type.
parent objref The reference of the dataset to which the
stream is attached.
name string A mnemonic name for the stream.
History:
Original: 19/11/99; SJT
Added parent: 1/2/00; SJT