Skip to content

Instantly share code, notes, and snippets.

@atravert
atravert / ReadSPA.py
Created June 5, 2020 02:51 — forked from ZGainsforth/ReadSPA.py
Read an SPA file from Omnic
# Created 2015, Zack Gainsforth
# Based on Igor script from Hans
import matplotlib
#matplotlib.use('Qt4Agg')
import matplotlib.pyplot as plt
import numpy as np
import struct
from numpy.fft import fft, fftfreq
def LoadSPAInterferogram(FileName):