SQIL core
Installation
Usage
You can find all the functions available and examples in the documentation.
import sqil_core as sqil
path = 'path to your data folder'
# Extract data in one line
mag, phase, freq = sqil.extract_h5_data(path, ['mag_dB', 'phase', 'ro_freq'])
For developers
Development
Install poetry if you haven't already (pip install poetry
) and then run the following
Test your changes
If you're using a jupyter notebook remember to restart the kernelBuild
Docs
Serve docs
Build docs