API Reference

glue_solar.sources.iris Module

A reader for IRIS data.

Functions

import_iris()

To import IRIS raster and SJI fits files for the same observation from directory.

read_iris_files(file_path)

To read any IRIS Level 2 files.

glue_solar.sources.sst Module

glue_solar.sources.maps Module

A reader for sunpy.map.Map.

Functions

import_sunpy_map()

Import sunpy maps with directory importer.

read_sunpy_map(sunpy_map_file)

For glue to read in parsed sunpy map.

_parse_sunpy_map(data, label)

Parse sunpy map so that it can be loaded by glue.

glue_solar.pixel_extraction Package