SP3 parsing does not handle dummy positions properly
In SP3 files, formats c and d at least, unknown satellite positions are replaced by vectors with coordinates set to 0.0. This is not detected by the SP3Parser, which only generates one ephemeris segment and will gladly interpolate between these dummy positions. The parser should instead detect these dummy entries and split the ephemeris in several segments.