Source: dataset/spect/spect_dataset__delete_stream.pro
spect_dataset::delete_stream
Delete a stream from a spect dataset.
Usage:
dsid->delete_stream, index=index
or
dsid->delete_stream, name=name
Keywords:
index int input Index number of the stream to delete
2-element array giving the panel
number and the index of the stream in
the panel (both start from 0).
name string input Name of the stream to delete (This is
expected to be the normal way of
deleting streams from the command
line).
reference objref input The object reference of the stream to
be deleted.
History:
Original: 23/2/00; SJT
Add reference keyword: 7/5/02; SJT