All Projects → charlesll → Spectra.jl

charlesll / Spectra.jl

Licence: other
Spectra.jl aims at helping treatment of spectral (Raman, Infrared, XAS, NMR) data under the Julia language

Programming Languages

julia
2034 projects
TeX
3793 projects

Projects that are alternatives of or similar to Spectra.jl

awesome-spectra
🌈 A collaborative list of awesome tools for spectroscopy. Also, check:
Stars: ✭ 47 (+161.11%)
Mutual labels:  spectra, spectroscopy, raman
spectrochempy
SpectroChemPy is a framework for processing, analyzing and modeling spectroscopic data for chemistry with Python
Stars: ✭ 34 (+88.89%)
Mutual labels:  spectroscopy, raman
PeakFit
A peak-fitting tool based on MATLAB for spectroscopic data analysis.
Stars: ✭ 25 (+38.89%)
Mutual labels:  spectroscopy, raman
ParadoxRs232toMqtt
esp8266, serial bus to mqtt for Paradox alarm systems
Stars: ✭ 66 (+266.67%)
Mutual labels:  spectra
qe-gipaw
QE-GIPAW for Quantum-Espresso (official repository)
Stars: ✭ 19 (+5.56%)
Mutual labels:  spectroscopy
AudioCaption
Dataset and baseline for the first Audiocaption task
Stars: ✭ 66 (+266.67%)
Mutual labels:  baseline
becquerel
Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Stars: ✭ 31 (+72.22%)
Mutual labels:  spectroscopy
Speaker-Anti-Spoofing-Classifiers
Baselines and Classifiers for speaker anti-spoofing detection
Stars: ✭ 15 (-16.67%)
Mutual labels:  baseline
pywedge
Makes Interactive Chart Widget, Cleans raw data, Runs baseline models, Interactive hyperparameter tuning & tracking
Stars: ✭ 49 (+172.22%)
Mutual labels:  baseline
baseline
New method for creating leading on the web
Stars: ✭ 31 (+72.22%)
Mutual labels:  baseline
SparkFun AS7265x Arduino Library
An Arduino library for the trifecta of spectral sensors covering 18 discrete wavelengths from NIR to UV.
Stars: ✭ 23 (+27.78%)
Mutual labels:  spectroscopy
vcc20 baseline cyclevae
Voice Conversion Challenge 2020 CycleVAE baseline system
Stars: ✭ 123 (+583.33%)
Mutual labels:  baseline
MetaMorpheus
Proteomics search software with integrated calibration, PTM discovery, bottom-up, top-down and LFQ capabilities
Stars: ✭ 59 (+227.78%)
Mutual labels:  spectra
cis-dil-benchmark
CIS Distribution Independent Linux Benchmark - InSpec Profile
Stars: ✭ 120 (+566.67%)
Mutual labels:  baseline
wobble
precise data-driven RV fitting, now with tellurics!
Stars: ✭ 30 (+66.67%)
Mutual labels:  spectroscopy
efivalidate
Firmware validation of Apple T1 and prior Macs
Stars: ✭ 17 (-5.56%)
Mutual labels:  baseline
maml
Python for Materials Machine Learning, Materials Descriptors, Machine Learning Force Fields, Deep Learning, etc.
Stars: ✭ 174 (+866.67%)
Mutual labels:  spectroscopy
astrodash
Deep learning for the automated spectral classification of supernovae
Stars: ✭ 25 (+38.89%)
Mutual labels:  spectra
apache-baseline
DevSec Apache Baseline - InSpec Profile
Stars: ✭ 37 (+105.56%)
Mutual labels:  baseline
EasySpin
MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
Stars: ✭ 27 (+50%)
Mutual labels:  spectroscopy

Spectra.jl

Copyright (c) 2016-2019 Dr. Charles Le Losq

email: [email protected]

DOI

Spectra.jl is a package aimed at helping spectroscopic (Raman, Infrared, Nuclear Magnetic Resonance, XAS...) data treatment under Julia. Spectra.jl aim is to provide a simplest way to perform actions like baseline fitting and removal, or peak fitting for instance, while respecting the freedom offered by data treatment through using a computer code instead of a Graphic User Interface.

Documentation

News

See the NEWS.md

Installation

In Julia 1.0 and later, use the pkg environment (key ]), then directly run add Spectra.

*If you don't already have PyCall installed, or are getting errors with regards to Spectra not being able to find rampy, run the following:

pkg] add PyCall
julia> using PyCall
julia> @pyimport pip
julia> pip.main(["install","rampy"])

Examples

See the examples notebooks in the ./examples/ folder for usage examples.

Licence

see LICENCE.md

Citation

If you happen to use Spectra in your work, please cite as:

LE LOSQ, Charles. (2016, June 1). Spectra.jl: a Julia package for processing spectroscopic data. Zenodo. http://doi.org/10.5281/zenodo.635346

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].