Source: dataset/dyn_spect/dyn_spect_dataset__move_stream.pro
dyn_spect_dataset::move_stream Reorder the streams in a dyn_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. 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). Notes: It is an error to give both a name and a from index. This is a DYN_SPECT dataset method since the "ordering" models of PAD and SPECT datasets are different (they include groupings). History: Original (after rate): 24/8/01; SJT