Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 633 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 633 Bytes

SEP005 <- Ashes io

Basic package to import data generated by Ashes.txt files compliant with SDyPy format for timeseries as proposed in SEP005.

Installation

Regular install:

pip install sep005-io-ashes

For developers:

After cloning into your folder

pip install -e .[dev]

Using the package

from sep005_io_ashes import read_ashes_file

filepaths = # Define file paths or path
signals = read_ashes_file(filepaths)

Acknowledgements

This package was developed in the framework of the Belfloat project