ChemSharp.Spectroscopy 1.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package ChemSharp.Spectroscopy --version 1.0.13
                    
NuGet\Install-Package ChemSharp.Spectroscopy -Version 1.0.13
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ChemSharp.Spectroscopy" Version="1.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChemSharp.Spectroscopy" Version="1.0.13" />
                    
Directory.Packages.props
<PackageReference Include="ChemSharp.Spectroscopy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ChemSharp.Spectroscopy --version 1.0.13
                    
#r "nuget: ChemSharp.Spectroscopy, 1.0.13"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=ChemSharp.Spectroscopy&version=1.0.13
                    
Install ChemSharp.Spectroscopy as a Cake Addin
#tool nuget:?package=ChemSharp.Spectroscopy&version=1.0.13
                    
Install ChemSharp.Spectroscopy as a Cake Tool

<p align="center"> <img src="https://raw.githubusercontent.com/JensKrumsieck/ChemSharp/master/icon.png" height="125px" /></p> <h1 align="center" >ChemSharp.Spectroscopy</h1>

NuGet Badge

Features

Create Spectra

Spectra can be created in a lot of ways. The easiest way is to use SpectrumFactory.Create, which accepts a string path. Depending on the File extension the correct DataProvider is used to load the file.

//Creates an UV/Vis Spectrum
const string path = "files/uvvis.dsw";
var uvvis = SpectrumFactory.Create(path);

It is also possible to create a Spectrum by using a specific DataProvider (e.g. if automatic detection fails or you only want to support a selected number of file types)

//You can also create spectra by choosing the provider 
//explicitly. e.g. csv files
//Reads in an CSV Spectrum (first data only)
const string path = "files/uvvis.csv";
var prov = new GenericCSVProvider(path);
var uvvis = new Spectrum(prov);

There is also the MultiCSVProvider which can provide data from multiple XY pairs in a csv file

//To read in all CSV Data stored as (X,Y) pairs use the MultiCSVProvider
//Each Spectrum will be stored as DataPoint[] in MultiXYData
const string file = "files/multicsv.csv";
var provider = new MultiCSVProvider(file);

Supported Filetypes

  • Import (Varian/Agilient DSW, Bruker EMX SPC/PAR, Bruker TopSpin (fid, (1r/1i processed spectra), JCAMP-DX (acqus, procs, ...)), CSV)
  • Export (CSV)
Used Libraries:
Compatibility
  • .NET Standard 2.0, .NET Standard 2.1, .NET 5, .NET 6
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 206 2/19/2024
2.1.0 193 7/31/2023
2.0.1 166 6/20/2023
2.0.0 290 3/1/2023
2.0.0-beta.1 121 12/1/2022
2.0.0-alpha.3 124 9/13/2022
2.0.0-alpha.2 117 9/5/2022
2.0.0-alpha.1 127 9/2/2022
1.1.0-beta.2 175 7/26/2022 1.1.0-beta.2 is deprecated because it has critical bugs.
1.1.0-beta.1 192 5/16/2022 1.1.0-beta.1 is deprecated because it has critical bugs.
1.0.15 542 1/27/2022
1.0.14 495 1/24/2022
1.0.13 351 12/5/2021
1.0.12 332 12/5/2021
1.0.11 3,001 11/25/2021
1.0.10 396 8/6/2021
1.0.9 394 7/2/2021
1.0.8 387 6/18/2021
1.0.7 440 6/16/2021
1.0.6 378 5/20/2021
1.0.5 414 5/20/2021
1.0.4 539 4/4/2021
1.0.3 412 3/30/2021
1.0.2 395 3/29/2021
1.0.1 398 3/9/2021
1.0.0 401 3/2/2021
1.0.0-beta5 234 2/20/2021
1.0.0-beta4 263 2/16/2021
1.0.0-beta3 303 2/11/2021
1.0.0-beta2 261 2/6/2021
1.0.0-beta1 265 2/4/2021
1.0.0-alpha20210202 272 2/2/2021
1.0.0-alpha20210123 295 1/23/2021
1.0.0-alpha20210105 311 1/6/2021
1.0.0-alpha1 393 12/28/2020