aidapy.data.mission.cluster module

This module serves as data manager for cluster

Authors : Romain Dupuis, Hugo Breuillard

class aidapy.data.mission.cluster.Cluster(t_start, t_end)[source]

Bases: aidapy.data.mission.base_mission.BaseMission

Cluster data manager.

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

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

mission

Name of the mission

Type

str

allowed_probes

List of probes available for the mission

Type

list of str

probes

List of probes from which the downloader is going to download data

Type

list of str

coords

Coordinates in which the data are downloaded

Type

str

set_observation(obs_settings)[source]

Set parameter for the observation.