Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Very Interoperable Spectra Objects for R - Convert spectra objects from different package implementations between each other.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

AGSeifert/VISOR

Repository files navigation

Very Interoperable Spectra Objects for R

Lifecycle: experimental

VISOR helps facilitate transformation of spectral data into various open source data formats (like ChemoSpec and hyperSpec), both from different file readers as well as between data formats. This allows interoperability between all pre-processing, plotting, and data analysis workflows developed with different packages in mind.

Supported data formats

The supported packages are split into two groups: Target and Source formats.

Target formats are the primary formats being converted to. Every target format must have a function converting it to every other target format directly.

Current target formats are:

  • ChemoSpec
  • hyperSpec

Source formats are additional formats, such as from data-loading packages that open specific file formats (Opus, Excel, CSV). Every source format must convert to at least one target format. They may convert to multiple target formats through nested conversions, that is converting to a format by being converted to other compatible formats first.

Current source formats are:

  • opusreader2
  • simplerspec

About

Very Interoperable Spectra Objects for R - Convert spectra objects from different package implementations between each other.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages