A light-weight package for SIF file conversion
Project description
SIF-Tools
SIF-Tools is a light-weight Python toolkit designed to read .sif data files from an Andor Solis spectrometer, and convert them into easy-to-access numpy arrays.
Requirements
- Python >= 3.6
- NumPy
Installation
- Pip install
pip install sif-toolkit
- Clone the repository
git clone https://github.com/BjornFS/SIF-Toolkit.git
Usage
Importing SIF-Tools in a Python Script
from sif_tools import SIFconvert
data = SIFconvert('tests/UnitTest.sif')
wavelength, count = data[:, 0], data[:, 1]
Support
If you encounter any issues, have suggestions for add-ons, or have questions, feel free to open an issue on the GitHub repository.
Authors
- Bjorn Schroder Nielsen
- Bjorn@SchroderNielsen.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sif_tools-2.1.2.tar.gz.
File metadata
- Download URL: sif_tools-2.1.2.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22e1b1338feea1cde56640b26950937ae636b91ecffc3a4c8b0939443cacf102
|
|
| MD5 |
2b8084d501a50171d045c092545f3f3c
|
|
| BLAKE2b-256 |
91e31d54de2a3630f50c644f316275fc962d252ebfd638e247536e19d829ec5c
|
File details
Details for the file sif_tools-2.1.2-py3-none-any.whl.
File metadata
- Download URL: sif_tools-2.1.2-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc469c3dbd71a3fae8e6df02e8e329137d2b4bbbbba5a5698e64ac29579b75ba
|
|
| MD5 |
f0c1ea7912192eace6e75eaf305f1cf7
|
|
| BLAKE2b-256 |
d12d96acc1aeeff303756f1a3aabf82e83caaaeb07f34db4fe2e68e779df4d50
|