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

Classes

class  StereoPlasticError
 

Functions

def read_cdf
 Master routine for reading STEREO/PLASTIC different formats. More...
 
def read_cdf_v0
 Read STEREO/PLASTIC file format v0 and return a timeserie for velocity. More...
 
def read_cdf_v1
 Read STEREO/PLASTIC file format v1 and return a timeserie for velocity. More...
 
def from_v0_to_v1
 Convert CDF_STEREOPLASTIC_V0 format into CDF_STEREOPLASTIC_V1 format. More...
 

Function Documentation

def read_timeserie_stereo_plastic.from_v0_to_v1 (   path_v0,
  path_v1 
)

Convert CDF_STEREOPLASTIC_V0 format into CDF_STEREOPLASTIC_V1 format.

If a previous V1 file exist, will be deleted.

def read_timeserie_stereo_plastic.read_cdf (   filepath)

Master routine for reading STEREO/PLASTIC different formats.

Here is the call graph for this function:

Here is the caller graph for this function:

def read_timeserie_stereo_plastic.read_cdf_v0 (   header,
  variables,
  datetimes 
)

Read STEREO/PLASTIC file format v0 and return a timeserie for velocity.

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

STEREO/PLASTIC Cdf V0-format is the following:
Time variable:

  • Epoch1 Variables:
  • Velocity_RTN: velocity in km/s in Stereo's Radial-Tangential-Normal referential (ntime x [x,y,z,tot]) array.

Here is the caller graph for this function:

def read_timeserie_stereo_plastic.read_cdf_v1 (   header,
  variables,
  datetimes 
)

Read STEREO/PLASTIC file format v1 and return a timeserie for velocity.

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

STEREO/PLASTIC Cdf V1-format is the following:
Time variable:

  • Epoch1 Variables:
  • Velocity_IAU_SUN: velocity in km/s in Spice IAU_SUN.

Here is the caller graph for this function: