Git Product home page Git Product logo

mhdturbpy's Introduction

MHDTurbpy

MHDTurbPy

A collection of functions for downloading, cleaning, and analyzing data from:

  • Parker Solar Probe
  • Solar Orbiter
  • WIND
  • Helios A
  • Helios B
  • Ulysses

Additional functions and documentation will be added soon.

I welcome contributions to this repository!

Installation

Install virtualenv using pip:

 pip install virtualenv

Create a new virtual environment:

virtualenv MHDTurbPy

Activate the virtual environment:

source MHDTurbPy/bin/activate

Install the required packages from your environment file. Don't forget to change the path to your downloaded .txt file:

pip install -r path/to/file/requirements.txt

To continue installing packages even if some fail, you can use a bash loop to try installing each package individually. This way, even if one package fails to install, the loop will proceed to the next package in the list.

while read p; do
    pip install "$p" || (echo "Trying to install $p with conda" && conda install "$p" -y || echo "Failed to install $p with both pip and conda")
done < /path/to/file/requirements.txt
  • Download the package
git clone https://github.com/nsioulas/MHDTurbPy/

Usage

Some examples of how to download, visualize data can be found in the folder Notebooks_Examples

Contact

If you have any questions, please don't hesitate to reach out to [email protected].

Citation

If you use this work, please cite:

@software{nikos_sioulas_2023_7572468,
  author       = {Nikos Sioulas},
  title        = {MHDTurbPy},
  month        = jan,
  year         = 2023,
  publisher    = {Zenodo},
  version      = {0.1.0},
  doi          = {10.5281/zenodo.7572468},
  url          = {https://doi.org/10.5281/zenodo.7572468}
}

mhdturbpy's People

Contributors

nsioulas avatar

Stargazers

Rustam Yulbarisov avatar  avatar  avatar

Watchers

Nick Gross avatar  avatar

Forkers

huangzesen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.