Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.34 KB

SpaceTools.jl

Build Status

A collection of tools for space physics / heliophysics.

Installation

using Pkg
Pkg.add(PackageSpec(url="https://github.com/Beforerr/SpaceTools.jl"))

Related packages

  • SPEDAS (IDL) / PySPEDAS : Space Physics Environment Data Analysis Software framework to support loading, plotting, analysis, and integration of data from a number of space- and ground-based observatories
  • space-analysis.py : Python utils for data analysis in space physics.
  • SpaceAnalysis.jl : Space physics analysis tool using Julia
    • minimum variance analysis (MVA)
    • spectral analysis
    • moving box average for filtering magnetometer data
    • coordinate transformations

⚠️ Development Status: This package is in active development. While functional, the API may undergo changes in future releases. Please review the documentation and test thoroughly before using in scientific work.