Skip to content

A repository for the use of wavelet spectra at ASCEND summer training 2024

License

Notifications You must be signed in to change notification settings

ASCEND-BII/wavelets-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wavelets-training

A repository for the use training on "Continuous Wavelet Transformation for Spectroscopy" at ASCEND summer training 2024


Requirements

Users will need to have R (>= 4.0.0) and RStudio installed in their computers. Users will also have to clone though Github or download this repository in their local computer. Then, install the following libraries:

install.packages("data.table")
install.packages("CWT")
install.packages("ccrtm")
install.packages("pls")
install.packages("plsVarSel")
install.packages("parallel")
install.packages("ggplot2")
install.packages("viridis")

Instructions

The repository was structured within four folders:

  • presentation: it contains short presentation of CWT.
  • training: it is the main folder with scripts for the training. Scrips that start with 'PRACTICE_' provides tools to work with.
  • figure: it contains scripts for visualization.
  • data: it contains a 'file.csv' with the data for the practice.

Author

J. Antonio Guzmán Q. - University of Minnesota

About

A repository for the use of wavelet spectra at ASCEND summer training 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages