Skip to content

Algorithms that generate CHADA (characteristic data) from a given Raman spectrum

License

Notifications You must be signed in to change notification settings

h2020charisma/ramanchada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHARISMA - Raman spectrum harmonization

This is the GIT development platform for algorithms that generate CHADA (characteristic data) from a given Raman spectrum. It refers to CHARISMA Work Package 4.

Quick Start for users

Pip

NOTE: It is usually a good idea to use a virtual environment.

pip install -r requirements.txt
jupyter notebook

Conda

Install Conda, then run the following:

conda env update -f environment.yml
conda activate ramanchada
jupyter notebook

Docker (on Linux)

WARNING: This will produce files in the test directory that will be owned by root. To fix it, do sudo rm -r test, followed by git checkout -- test. An enhanced procedure without this problem may be introduced in the future.

Install Docker, then run the following:

docker pull python
docker run -it --rm -p 8888:8888 -v "${PWD}":/work python /bin/bash

In the container, run:

cd work
pip install -r requirements.txt
jupyter notebook --ip 0.0.0.0 --allow-root --no-browser

Quick Start for contributors

Please see the Contributor Guide.

What is the CHARISMA Project ?

What is CHADA ?

  • CHAracterization DAta

ramanchada package

You have to install ramanchada package before using the notebooks - see Quick Start above.

Relevant use cases: what will CHADA be used for ?

[List of CHADA use cases](documents/Use cases CHADA.xlsx): This is a living document - please add to it! Download, then replace by the changed doc.

Relevant Raman manufacturers, OEM software, and file formats

[List of relevant manufacturers and file formats](documents/Raman data formats.xlsx)

CHADA data structure

Description of CHADA data structure

Chemometric methods for Raman data implemented in CHADA

Chamometrics Review from CHARISMA WP3

WWW resources (Please add by entering README.md in EDIT mode!)

Readers

Baseline separation

Spectrum calibration


🇪🇺 This project has received funding from the European Union’s Horizon 2020 research and innovation program under grant agreement No. 952921.

About

Algorithms that generate CHADA (characteristic data) from a given Raman spectrum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •