nzhagen / jcamp

A set of Python utilities for reading JCAMP-DX files.
MIT License
54 stars 31 forks source link

Allow compound JCAMP-DX files with DATATYPE labels #19

Closed raphaelproux closed 4 years ago

raphaelproux commented 4 years ago

Allows for compound JCAMP-DX files to be interpreted with DATATYPE dataset label instead of DATA TYPE which is the official specification (see section 11 of the JCAMP specification) (DATATYPE is used for example for Thermo Fisher spectrometer software)

nzhagen commented 4 years ago

@raphaelproux: thanks for the patch! Simple and useful. I've merged it into the main branch.