├── LICENSE ├── README.md ├── img └── method.png └── recalibration ├── internal_calibrants_generation.ipynb └── recalibration.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaRoccaRaphael/MSI_recalibration/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaRoccaRaphael/MSI_recalibration/HEAD/README.md -------------------------------------------------------------------------------- /img/method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaRoccaRaphael/MSI_recalibration/HEAD/img/method.png -------------------------------------------------------------------------------- /recalibration/internal_calibrants_generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaRoccaRaphael/MSI_recalibration/HEAD/recalibration/internal_calibrants_generation.ipynb -------------------------------------------------------------------------------- /recalibration/recalibration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaRoccaRaphael/MSI_recalibration/HEAD/recalibration/recalibration.py --------------------------------------------------------------------------------