Skip to content

Instantly share code, notes, and snippets.

@hxhc
hxhc / ReadSPA.py
Created September 2, 2021 11:47 — forked from ZGainsforth/ReadSPA.py
Read an SPA file from Omnic
# Created 2015, Zack Gainsforth
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import struct
from numpy.fft import fft, fftfreq
def LoadSPAInterferogram(FileName):
# Open the SPA file.