Skip to content

Comparison of different historical magnetographs

Notifications You must be signed in to change notification settings

amunozj/Magnetograms

Repository files navigation

Magnetogram Comparison for Super-Resolution Challenge - FDL 2019

Comparison of different historical magnetographs to illustrate the data-space of the super-resolution challenge on FDL 2019.

Setting Up Your Modeling Environment

Requirements:

  • Python 3.7+ installation.
  • Astropy package.
  • SunPy package.

Anaconda Installation

You can find instructions for anaconda installation here:

Updating Conda Environment and Installing Pyemd

  1. Start a terminal. You can find instructions for opening terminals here:
  1. Run the following commands. They will update your python environment and install astropy and sunpy.

conda config --add channels conda-forge
conda install sunpy

Clone or Download this Repository

Click on the Clone or download button and clone it to a repository or download it as a zip file.

GitHub Logo

If you want help cloning the repository and don't know how to do it let me know. Otherwise, simply download the files and unpack them on a folder in your computer.

Running the Jupyter Notebooks

  1. Open a terminal (see above).

  2. Navigate to the folder where you unzipped the repository. Here are some quick tutorials to use the terminal:

  1. Run the following command:

jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000

The jupyter notebook command is normally sufficient, but the visualizations I'm including have a data rate limit to high for the defaults. There is a way of fixing this permanently, but you need to mess up with configuration files. More here:

  1. Open the notebook. Launching jupyter should open the dashboard in your folder. Something that looks like this:

Jupyter Dashboard

Click on the notebook you want to open.

  1. Run all cells or the cells you want. For more information about running cells please see:

Jupyter Notebook Documentation:

More information about the Jupyter notebook can be found here:

About

Comparison of different historical magnetographs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published