You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sif-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sif-tools

A light-weight package for SIF file conversion

2.1.2
pipPyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts