DataConfigSatellite

 DataConfigSatellite
                      (timerange:list[datetime.date|datetime.datetime]=Non
                      e, ids:list[str]=None, satellite:str=None,
                      instruments:list[str]=None, probe:str=None)

Data configuration for one satellite


DataConfig

 DataConfig (timerange:list[datetime.date|datetime.datetime]=None,
             ds:str=None, id:str=None, name:str=None, units:str=None,
             labels:list[str]=<factory>, satellite:Annotated[str,StringCon
             straints(strip_whitespace=None,to_upper=None,to_lower=True,st
             rict=None,min_length=None,max_length=None,pattern=None)]=None
             , instrument:Annotated[str,StringConstraints(strip_whitespace
             =None,to_upper=None,to_lower=True,strict=None,min_length=None
             ,max_length=None,pattern=None)]=None, datatype:str=None,
             probe:str=None)

Data configuration


PanelConfig

 PanelConfig (timerange:list[datetime.date|datetime.datetime]=None,
              ds:str=None, id:str=None, name:str=None, units:str=None,
              labels:list[str]=<factory>, satellite:Annotated[str,StringCo
              nstraints(strip_whitespace=None,to_upper=None,to_lower=True,
              strict=None,min_length=None,max_length=None,pattern=None)]=N
              one, instrument:Annotated[str,StringConstraints(strip_whites
              pace=None,to_upper=None,to_lower=True,strict=None,min_length
              =None,max_length=None,pattern=None)]=None,
              datatype:str=None, probe:str=None)

Panel configuration


OutputConfig

 OutputConfig (path:str=None, filename:str=None,
               formats:list[str]=<factory>, display:bool=False,
               figure:dict=<factory>, figure_extra:space_analysis.plot.con
               fig.FigureExtraOptions=<factory>)

Output configuration


Config

 Config (panels:list[__main__.PanelConfig],
         timerange:list[datetime.datetime|datetime.date]=None,
         output:__main__.OutputConfig=None, backend:str=None)