Giter Club home page Giter Club logo

pycallisto's Introduction

PyCallisto Logo

Python library for analyzing data from the e-Callisto International Network of Solar Radio Spectrometers

[Build Status codecov License: GPL v3 Code style: black

Installation and usage

Installation

⚠️WARNING⚠️ PyCallisto is still under development! Improvements and breaking changes should be expected in upcoming releases!

PyCallisto is not available on PyPi yet but, you can download a development release at https://github.com/andrekorol/pycallisto/releases.

Otherwise, if you have Git installed and want to test the current unreleased version of PyCallisto, you can get the master branch with:

git clone https://github.com/andrekorol/pycallisto.git

Once inside the package top directory, run python setup.py install OR pip install ..

Usage

To test the library and its simplicity with some sample data, download these two FITS files from e-Callisto (BLEN7M_20110809_080004_25.fit.gz and BLEN7M_20110809_081504_25.fit.gz) and then run the following code from a Python interpreter:

from pycallisto import fitsplot

fits_file_list = [
    "BLEN7M_20110809_080004_25.fit.gz",
    "BLEN7M_20110809_081504_25.fit.gz",
]

fitsplot(fits_file_list, show_colorbar=True)

The resulting plot is:

BLEN7M_20110809_080004_083000_25.png

PyCallisto is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

FOSSA Status

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.