SJI_to_sequence#
- sunkit_instruments.iris.SJI_to_sequence(filename, start=0, stop=None, hdu=0)[source]#
Read a SJI file and return a
sunpy.map.MapSequence.Warning
This function is a very early beta and is not stable. Further work is on going to improve SunPy IRIS support.
- Parameters:
filename (
str) – File to read.start (
int, optional) – Temporal axis index to createMapSequencefrom. Defaults to 0, which will start from the beginning.stop (
int, optional) – Temporal index to stopMapSequenceat. Defaults toNone, which will use the entire index.hdu (
int, optional) – The hdu index to use, defaults to 0.
- Returns:
A map sequence of the SJI data.
- Return type: