When IDL released version 6.3 they included a function called BUTTERWORTH. This function generates the Butterworth filter function commonly used in frequency filtering of time series data. I have previously used a Butterworth filter by generating my own array. Since it is almost always simpler to use provided functions, I decided to use this new […]