aidapy.data.mission.mms module

This module serves as data manager for MMS

Authors : Romain Dupuis, Hugo Breuillard

class aidapy.data.mission.mms.Mms(t_start, t_end)[source]

Bases: aidapy.data.mission.base_mission.BaseMission

MMS data manager.

Parameters
  • t_start (datetime object) – It gives the time at which we started to look at the data

  • t_end (datetime object) – It gives the time at which we finished looking at the data

meta_data

Contains all the metadata. It is generated after the data

Type

metadata object

data

Dict containing the time series queried by the user

Type

dict of sunpy timeseries object

mission

Name of the mission

Type

str

set_observation(obs_settings)[source]

Set parameter for the observation.