Source: stream/spect/spect_stream__init.pro
spect_stream::init constructor for a spect data stream (in fact it only passes a few things on to the generic constructor). (Usage:) strid=obj_new('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