Reading TOMCAT DMP files

This repository pools code to read DMP files from the TOMCAT beamline.

The DMP file format is the simplest imaginable file format for storing floating point data: it consists of 3 unsigned 16bit integers specifying the image dimensions, followed by a stream of 32-bit floats in little-endian byte order.

Each subdirectory contains the necessary files for reading DMP files with the software like the directory name. One example DMP file is present as example.DMP and is referenced from each code sample.

Pull requests to add further tools and issue reports for problems are welcome!

S
Description
Code to read and write TOMCAT DMP image files.
Readme 23 MiB
Languages
MATLAB 72.1%
Java 13.6%
Python 8.3%
IDL 6%