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... | |
| def read_timeserie_discover_velocity.from_v0_to_v1 | ( | path_v0, | |
| path_v1 | |||
| ) |
Convert NETCDF_DISCOVERVELOCITY_V0 format into NETCDF_DISCOVERVELOCITY_V1 format.
| def read_timeserie_discover_velocity.read_netcdf | ( | filepath | ) |
Master routine for reading DISCOVER/VELOCITY different formats.


| 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.
DISCOVER Netcdf Faraday Cup V0-format is the following:
Dimension:

| 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.
DISCOVER Netcdf Faraday Cup V1-format is the following:
Dimension:

1.8.5