Releases: AlexHenderson/agilent-ir-formats
Version 0.4.0
Migrated code to use python-poetry. This moved the code out of the src folder into root.
Fixed an error in README.md
Example 1 where xvalues were used instead of wavenumbers.
Bumped version to 0.4.0
Version 0.3.0
Added a static AgilentIRFile.find_files()
method
This method takes a directory location on disc and searches within that for readable files. A list of readable filenames is returned by the function. A readable file is a single tile image (*.seq), or multi-tile mosaic image (*.dmt), that passes the AgilentIRFile.isreadable()
test.
There is an option to recurse into all sub-directories (default = yes).
Improved the static AgilentIRFile.isreadable()
method
This function now checks within the file for some characteristic that indicates it is truly an Agilent IR image file.
Version number bumped to 0.3.0
Version 0.2.0
Added HDF5 export.
Changed the orientation of the data array.
Better help information.
Full Changelog: v0.1.0...0.2.0
Version 0.1.0
First formal release.