Filter fitexfiles natively in python
Warning
This is very SLOW. We are currently working on this. We recommend using the c version which is folded into pydarn.sdio.radDataRead.radDataOpen()
A class to represent a single range gate
written by AJ, 20130402
This function combines all repeated beams within a scan into an averaged beam
combBeams(myScan)
written by AJ, 20130402
This function applies a boxcar filter to consecutive scans
Warning
This is VERY slow. We are currently working on improving this.
filtScan = pydarn.sdio.fitexfilter.doFilter(scanList,thresh=0.5)
written by AJ, 20130402
This function applies a boxcar filter to a fitacf file
Warning
This is VERY slow. We are currently working on improving this.
pydarn.sdio.fitexfilter.fitFilter('input.fitacf','output.fitacf',thresh=0.5,vb=True)
written by AJ, 20130402
alias of pydarn.sdio.fitexfilter