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

Classes

class  PSPVELOCITYError
 

Functions

def decode_datetime
 Decode datetime from a PSP file: More...
 
def split_per_day
 Split a PSP file into 1 file per month. More...
 
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_velocity.decode_datetime (   line)

Decode datetime from a PSP file:

1 2018 10 28 00 00 00.500 -0.615977 -15.3744 -11.5270 Nan Nan Nan Nan Nan

Here is the caller graph for this function:

def read_timeserie_psp_velocity.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_velocity.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:

def read_timeserie_psp_velocity.split_per_day (   filepath)

Split a PSP file into 1 file per month.

Here is the call graph for this function: