SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Functions
read_timeserie_discover_mag Namespace Reference

Classes

class  DISCOVERMAGError
 

Functions

def read_netcdf
 Master routine for reading DISCOVER/MAG different formats. More...
 
def read_netcdf_v0
 Read DISCOVER Netcdf Magnetometer file format v0 and return a timeserie for magnetic field. More...
 
def read_netcdf_v1
 Read DISCOVER Netcdf Magnetometer file format v1 and return a timeserie for magnetic field. More...
 
def from_v0_to_v1
 Convert NETCDF_DISCOVERMAG_V0 format into NETCDF_DISCOVERMAG_V1 format. More...
 

Function Documentation

def read_timeserie_discover_mag.from_v0_to_v1 (   path_v0,
  path_v1 
)

Convert NETCDF_DISCOVERMAG_V0 format into NETCDF_DISCOVERMAG_V1 format.

def read_timeserie_discover_mag.read_netcdf (   filepath)

Master routine for reading DISCOVER/MAG different formats.

Here is the call graph for this function:

Here is the caller graph for this function:

def read_timeserie_discover_mag.read_netcdf_v0 (   header,
  dimensions,
  variables,
  datetimes 
)

Read DISCOVER Netcdf Magnetometer file format v0 and return a timeserie for magnetic field.

Returns
timeserie with 4-tuple (bx,by,bz,|b|)

DISCOVER Netcdf Magnetometer V0-format is the following:
Dimension:

  • time Variables:
  • bx_gse, by_gse, bz_gse: magnetic in nT in Geocentric Solar Ecliptic referential.

Here is the caller graph for this function:

def read_timeserie_discover_mag.read_netcdf_v1 (   header,
  dimensions,
  variables,
  datetimes 
)

Read DISCOVER Netcdf Magnetometer file format v1 and return a timeserie for magnetic field.

Returns
timeserie with 4-tuple (bx,by,bz,|b|)

DISCOVER Netcdf Magnetometer V1-format is the following:
Dimension:

  • time Variables:
  • bx_iau_sun, by_iau_sun, bz_iau_sun: magnetic in T in IAU_SUN referential.

Here is the caller graph for this function: