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... | |
| 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.


| def read_timeserie_stereo_plastic.read_cdf_v0 | ( | header, | |
| variables, | |||
| datetimes | |||
| ) |
Read STEREO/PLASTIC file format v0 and return a timeserie for velocity.
STEREO/PLASTIC Cdf V0-format is the following:
Time variable:

| def read_timeserie_stereo_plastic.read_cdf_v1 | ( | header, | |
| variables, | |||
| datetimes | |||
| ) |
Read STEREO/PLASTIC file format v1 and return a timeserie for velocity.
STEREO/PLASTIC Cdf V1-format is the following:
Time variable:

1.8.5