tsread

Version 1.1 (9,61 KB) von Geoffrey Akien
Read Bruker TopSpin NMR parameter files
90 Downloads
Aktualisiert 14. Mär 2023

Lizenz anzeigen

Tools to extract parameters from Bruker TopSpin parameter files (acqu, proc etc.). jcampread is too prescriptive to be used for TopSpin files because the parameter files (acqu*, proc*, etc.) don't contain XYDATA fields.
Use:
output = tsread(filename)
Returns a structure with all the parameters in a given file e.g. acqus
output = tslookup(filename, parameter)
output = tslookup(filename, parameter, value)
Returns specific parameters e.g. tslookup(..., 'D', 9)

Zitieren als

Geoffrey Akien (2024). tsread (https://www.mathworks.com/matlabcentral/fileexchange/71731-tsread), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2022b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1

Now handles XYDATA properly (e.g. shapes, Difframp), and respects case sensitivity of parameter names.

1.0.1

Fixed file package

1.0.0