lamp_mac/TOF/
splice.pro
top splice
result = splice(w_in1, w_in2, xl, min=min, max=max)
******* ******
** User callable
** Splices together two data sets together. Takes w_in1 outside the
** xmin->xmax region and w_in2 inside.
**
** ARGUMENTS:
** min :min of w_in2 region
** max :max of w_in2 region
**
** DIMENSIONS
** must be 2 1-d arrays input
**
** COMMAND SYNTAX:
** w3=splice(w1,w2,min=
Parameters
- w_in1
- w_in2
- xl
Keywords
- min
- max
File attributes
Modification date: | Tue Oct 1 14:39:52 2013 |
Lines: | 101 |