Skip to content

KOLANICH-physics/SpecprParser.py

Repository files navigation

SpecprParser.py Unlicensed work

wheel wheel (GHA via nightly.link) PyPi Status GitLab Build Status Coveralls Coverage GitLab Coverage GitHub Actions Libraries.io Status Code style: antiflash

This is a parser for SPECtrum Processing Routines Data Format 3/4/88 for python. It relies on KaitaiStruct. Export and editing is not supported for now, though it may be supported in future, though there are better file formats for this. Don't use it on large files: for now parsing is not lazy.

Tutorial

import SpecprParser
p = SpecprParser.SpecprParser("./test")
p.records # the records from file

Requirements

About

A parser for one ancient spectroscopic data format

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages