|
User Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox dcclip.pro
| dcclip |
This procedure truncates (clips) data above and below given intensity limits
getrec,1
a = data_new()
data_copy,!g.s[0],a
show
dcclip,a,-1.0,2.0
show,a
| Parameters | |
|
dc |
data container (spectrum or continuum) |
|
datamin |
min data value |
|
datamax |
max data value |