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

Classes

class  PSPMAGError
 

Functions

def read
 Master routine for reading PSP/VELOCITY different formats. More...
 
def read_v0
 Read V0 format and return a module_timeserie.Timeserie object. More...
 

Function Documentation

def read_timeserie_psp_mag.read (   filepath,
  frame = None 
)

Master routine for reading PSP/VELOCITY different formats.

Parameters
[in]filepathPath of the file

Here is the call graph for this function:

Here is the caller graph for this function:

def read_timeserie_psp_mag.read_v0 (   filepath)

Read V0 format and return a module_timeserie.Timeserie object.

Returns
module_timeserie.Timeserie() object with V norm in km/s.

PSP/VELOCITY V0-format is the following:

1 YYYY MM DD HH MM SS.MSC Br Bt Bn Np Wp Vr Vt Vn
2 2018 10 28 00 00 01.500 2.42101 -13.5428 -14.8444 Nan Nan Nan Nan Nan
3 2018 10 28 00 00 02.500 5.06633 -12.6969 -14.8365 Nan Nan Nan Nan Nan
4 ...

Here is the caller graph for this function: