Source: dataset/spect/spect_dataset__move_stream.pro
spect_dataset::move_stream Reorder the streams in a spect dataset. Usage: dsref -> move_stream, {name| from=from}[, to=to] Argument: name string The name of the stream to move. Keywords: from int The index of the stream to move; a 2-element array giving panel and position. to int The location at which to replace the stream, if this is not given then the stream is moved one location earlier (if possible). panelto int The panel in which to place the stream. Notes: It is an error to give both a name and a from index. History: Original: 3/2/00; SJT