LPI is an R package for deconvolving lag profiles from voltage level incoherent scatter radar data. This an MPI version that works in HPC environment. See branch v0.3 for the old version with socket cluster.
Data I/O routines need to be provided by other packages. See the packages LPI.gdf and LPI.KAIRA for examples.
Ilkka Virtanen (ilkka.i.virtanen@oulu.fi) 2025
- Clone the github repository with
git clone https://github.com/ilkkavir/LPI
- Install from *nix command line
R CMD INSTALL <path-to-LPI-package>
- OR install from R console
install.packages(pkgs=<path-to-LPI-package>,repos=NULL)
See the attached manuals, LPI-manual.pdf and LPI-tutorial.pdf, for instructions.