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

Classes

class  ACEVELOCITYLV4Error
 

Functions

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

Function Documentation

def read_timeserie_ace_velocitylv4.read (   filepath,
  frame = None 
)

Master routine for reading ACE/VELOCITY/Level4 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_ace_velocitylv4.read_v0 (   filepath)

Read V0 format and return a module_timeserie.Timeserie object.

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

ASCII_ACEVELOCITYLV4_V0 is the following:

1 :Data_list: 20200406_ace_swepam_1m.txt
2 :Created: 2020 Apr 07 0011 UT
3  Prepared by the U.S. Dept. of Commerce, NOAA, Space Weather Prediction Center
4  Please send comments and suggestions to SWPC.Webmaster@noaa.gov
5 
6  Units: Proton density p/cc
7  Units: Bulk speed km/s
8  Units: Ion tempeture degrees K
9  Status(S): 0 = nominal data, 1 to 8 = bad data record, 9 = no data
10  Missing data values: Density and Speed = -9999.9, Temp. = -1.00e+05
11  Source: ACE Satellite - Solar Wind Electron Proton Alpha Monitor
12 
13  1-minute averaged Real-time Bulk Parameters of the Solar Wind Plasma
14 
15  Modified Seconds ------------- Solar Wind -----------
16  UT Date Time Julian of the Proton Bulk Ion
17  YR MO DA HHMM Day Day S Density Speed Temperature
18 -------------------------------------------------------------------------
19 2020 04 06 0000 58945 0 0 0.3 372.2 4.07e+04
20 2020 04 06 0001 58945 60 1 0.3 371.8 3.51e+04
21 2020 04 06 0002 58945 120 0 0.3 372.9 3.72e+04
22 ...

Here is the caller graph for this function: