eispc net

Classes

EISClient()

Provides access to the level 1 EIS data in HDF5 and FITS format.

Class Inheritance Diagram

digraph inheritance307ec24441 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [URL="https://docs.python.org/3/library/abc.html#abc.ABC",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Helper class that provides a standard way to create an ABC using"]; "BaseClient" [URL="https://docs.sunpy.org/en/stable/generated/api/sunpy.net.base_client.BaseClient.html#sunpy.net.base_client.BaseClient",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This defines the Abstract Base Class for each download client."]; "ABC" -> "BaseClient" [arrowsize=0.5,style="setlinewidth(0.5)"]; "EISClient" [URL="../api/eispac.net.EISClient.html#eispac.net.EISClient",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Provides access to the level 1 EIS data in HDF5 and FITS format."]; "GenericClient" -> "EISClient" [arrowsize=0.5,style="setlinewidth(0.5)"]; "GenericClient" [URL="https://docs.sunpy.org/en/stable/generated/api/sunpy.net.dataretriever.client.GenericClient.html#sunpy.net.dataretriever.client.GenericClient",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for simple web clients for the data retriever module. This class"]; "BaseClient" -> "GenericClient" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

eispac.net.attrs Module

Classes

FileType(value)

Specifies the type of EIS level 1 file

Class Inheritance Diagram

digraph inheritance51f7446d4b { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Attr" [URL="https://docs.sunpy.org/en/stable/generated/api/sunpy.net.attr.Attr.html#sunpy.net.attr.Attr",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This is the base for all attributes."]; "DataAttr" [URL="https://docs.sunpy.org/en/stable/generated/api/sunpy.net.attr.DataAttr.html#sunpy.net.attr.DataAttr",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A base class for attributes classes which contain data."]; "Attr" -> "DataAttr" [arrowsize=0.5,style="setlinewidth(0.5)"]; "FileType" [URL="../api/eispac.net.attrs.FileType.html#eispac.net.attrs.FileType",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Specifies the type of EIS level 1 file"]; "SimpleAttr" -> "FileType" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SimpleAttr" [URL="https://docs.sunpy.org/en/stable/generated/api/sunpy.net.attr.SimpleAttr.html#sunpy.net.attr.SimpleAttr",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="An attribute that only has a single value."]; "DataAttr" -> "SimpleAttr" [arrowsize=0.5,style="setlinewidth(0.5)"]; }