Taking a subset of a signals.An area of specific interest can be extracted from a signal by use of the jetsubset function. The standard set splits a signal into several parts. Then using the jetmerge function recombines these parts to give new signals.
This can be done either at the IDL expression window, or using a simple expression.
To extract the points between two X values type the command of the form
If C1 is left blank then the lower limit is taken to be the start of the signal, and for C2 it is taken to be the end of the signal.
A similar expression is used for subsets in time;
A shortcut to each of these is available from the Simple expressions dialogue. F(t) for the 2D subset command and F(t,x) for the to 3D commands. An example of this and the jetmerge proceedure is given by the standard set subset_merge.jss |