This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Kurtosisf.py calculates the spectral kurtosis from fast-capture .dada files | |
# and outputs spectral kurtosis, real and imaginary kurtosis values, and flagging | |
# information for each window of every channel in all of the antennas. | |
# Commented out code relates to making histograms, and other junk. I know it's a mess. | |
# | |
# Original code written by Hugh Garsden | |
# Edited and made a general mess of by Alex Bailey, June 2017 | |
# |