Programs used to help with the Dual-Multi-sCale (DMC) experiment. Example of dealing with 100000 - 1 million Andor Neo spool files in a fast way.
git clone https://github.com/space-physics/dmcutils
python -m pip install -e ./dmcutils
angledistcomputes angular distance between points (in degrees) for a pair of points with RA,decl. or az,el.
Matlab Engine for Python is optional. It's only used for corrupted 2010-era Solis files.
The Andor Solis Neo spool file format has changed at least three times. This spool reader is known to work for the 2011-2012 versions (I don't have exact version numbers, but could find out if you need).
For 2008-Spring 2011 spool files, see the andor_neo_spool directory in this repo.