Classes | |
| class | ACEMAGLV1Error |
Functions | |
| def | read |
| Master routine for reading ACE/MAG/level1 different formats. More... | |
| def | read_v2 |
| Read V2 format and return a module_timeserie.Timeserie object. More... | |
| def | from_v1_to_v2 |
| Convert Level1 V1 format file (HDF) into V2 format ascii file. More... | |
Variables | |
| tuple | ref_epoch = datetime.datetime(1996,1,1) |
| tuple | ancillary_path = os.path.join(path_ace,'ACE_ANCIL.HDF') |
| def read_timeserie_ace_maglv1.from_v1_to_v2 | ( | path_v1, | |
| path_v2 | |||
| ) |
Convert Level1 V1 format file (HDF) into V2 format ascii file.
Use C program mag_avgvec_rd in path_ace.
| def read_timeserie_ace_maglv1.read | ( | filepath | ) |
Master routine for reading ACE/MAG/level1 different formats.


| def read_timeserie_ace_maglv1.read_v2 | ( | filepath | ) |
Read V2 format and return a module_timeserie.Timeserie object.
ACE/MAG/Level1 V2-format is the following:
Where Bx,By,Bz is the magnetic field in GSE or GSM frame.

| tuple read_timeserie_ace_maglv1.ancillary_path = os.path.join(path_ace,'ACE_ANCIL.HDF') |
| tuple read_timeserie_ace_maglv1.ref_epoch = datetime.datetime(1996,1,1) |
1.8.5