/VisAnaJulia

Space physics analysis tool using Julia

Primary LanguageJuliaMIT LicenseMIT

SpaceAnalysis

License: MIT


NOTE

The package is under transition phase. If you are looking for SWMF-related functionalties, please refer to Batsrus.jl


This package provides the following functionalities for data analysis in space physics:

  • minimum variance analysis (MVA)
  • spectral analysis
  • moving box average for filtering magnetometer data
  • coordinate transformations

For more details, please check the document.

Prerequisites

Julia 1.6+

Installation

using Pkg
Pkg.add(PackageSpec(url="https://github.com/henry2004y/VisAnaJulia", rev="master"))

Usage

See the examples.

Author

Acknowledgments

  • All the nice guys who share their codes!