Skip to main content

Python analysis tools for RADYN grid output

Project description

radyn_xtools

radyn_xtools is a package with Python analysis routines for a grid of M dwarf flare models (Kowalski, Allred, & Carlsson, submitted to AAS journals on 2024 Feb 12) that were calculated with the RADYN code. The .fits files (grid output) can be downloaded through Zenodo. The dependencies (numpy, plotly, matplotlib, ipympl, notebook, astropy,scipy) are installed automatically below.

In a terminal window (assuming the user already has Anaconda):

conda create --name your_env_name python=3.11

conda activate your_env_name

pip install radyn_xtools

(in the previous command, either an underscore or hyphen b/w radyn and xtools will work!)

See the Jupyter notebook radyn_xtools_Demo.ipynb for a demonstration on how to use the analysis tools. This notebook should be in the your_env_name/site-packages/radyn_xtools/ folder. To find it, start python and type:

import radyn_xtools.radyn_xtools as radx

radx

`radyn_xtools_Demo.html' shows what the notebook does without having to start up a Jupyter notebook session.

The only (optional) dependency that is not installed automatically is ffmpeg. One of the cells in the notebook relies on this (but can be skipped). To install this, activate your environment and then type:

conda install -c conda-forge ffmpeg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radyn_xtools-1.9.5.tar.gz (4.4 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page