Source: dataset/generic/generic_dataset__apply_edits.pro
generic_dataset::apply_edits
Apply edits to some or all of the streams of a dataset.
Usage:
dsref -> apply_edits, edits, streams
Arguments:
edits struct input The list of edits to apply.
streams int input The list of streams to which to apply
them. (a 1-D array for rates streams,
a 2xN array or SPECT).
Notes:
Trying to use this on an XFLARE or MATRIX dataset is
meaningless.
PAD datasets have a separate method because the field have to
be dealt with as well.
History:
Original: 8/2/01; SJT
Don't try to apply edits that don't intersect the data:
21/2/01; SJT