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

Classes

class  DISCOVERVELOCITYError
 

Functions

def read_netcdf
 Master routine for reading DISCOVER/VELOCITY different formats. More...
 
def read_netcdf_v0
 Read DISCOVER Netcdf Faraday Cup file format v0 and return a timeserie for velocity. More...
 
def read_netcdf_v1
 Read DISCOVER Netcdf Faraday Cup file format v1 and return a timeserie for velocity. More...
 
def from_v0_to_v1
 Convert NETCDF_DISCOVERVELOCITY_V0 format into NETCDF_DISCOVERVELOCITY_V1 format. More...
 

Function Documentation

def read_timeserie_discover_velocity.from_v0_to_v1 (   path_v0,
  path_v1 
)
def read_timeserie_discover_velocity.read_netcdf (   filepath)

Master routine for reading DISCOVER/VELOCITY different formats.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Read DISCOVER Netcdf Faraday Cup file format v0 and return a timeserie for velocity.

Returns
timeserie with 4-tuple (vx,vy,vz,|v|)

DISCOVER Netcdf Faraday Cup V0-format is the following:
Dimension:

  • time Variables:
  • proton_vx_gse, proton_vy_gse, proton_vz_gse: velocity in km/s in Geocentric Solar Ecliptic referential.

Here is the caller graph for this function:

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

Read DISCOVER Netcdf Faraday Cup file format v1 and return a timeserie for velocity.

Returns
timeserie with 4-tuple (vx,vy,vz,|v|)

DISCOVER Netcdf Faraday Cup V1-format is the following:
Dimension:

  • time Variables:
  • proton_vx_iau_sun, proton_vy_iau_sun, proton_vz_iau_sun: velocity in km/s in Spice heliographic inertial IAU_SUN referential.

Here is the caller graph for this function: