|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./toolbox File dchanning.pro
dchanning |
This procedure smooths a spectrum with a hanning filter
get,index=1
a = data_new()
data_copy,!g.s[0],a
show
dchanning,a,/decimate
show,a
| Parameters | |
|
dc |
data container (spectrum or continuum) |
| Keywords | |
|
decimate |
decimate the spectrum? |