David Haberthür b7ed22991c Updated Python example
The Python example now features reading and displaying an example DMP
file.
The example.DMP file will be added to the repository once I get the
clearance from the original user.
Additionally we load a "random" image from the web and save that as DMP
to show how to save images as DMP.
Also renamed script :)
2015-02-02 17:29:50 +01:00
2015-02-02 15:36:17 +01:00
2015-02-02 17:29:50 +01:00
2015-02-02 15:34:01 +01:00

Reading TOMCAT DMP files

This repository pools code to read DMP files from TOMCAT. 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. One example DMP file is present as example.DMP and is referenced from each code sample.

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%