SGL-UT / gnsstk

The goal of the gnsstk project is to provide an open source library to the satellite navigation community--to free researchers to focus on research, not lower level coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request clarification on behavior reading SP3 ephemeris files missing "EOF"

rconde01 opened this issue · comments

The SP3 format says that SP3 ephemeris files should end with "EOF". However, the gnsstk code mentions being tolerant of a missing EOF.

Using the approach in SP3_T.cpp for reading a file, you will miss the last record if the file is missing the EOF.

Would this be considered a bug, or is gnsstk not intended to properly read files which are missing an EOF?