Opened 20 years ago
Last modified 16 years ago
#822 assigned defect
IERS table support needs to be rewritten
| Reported by: | jhoblitt | Owned by: | eugene |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib | Version: | 0.12.99 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
All of the IERS tablular data has been modified into a pslib specific fortran
like format and checked into CVS. No utilities are provided for re-parsing the
raw data into this format. Further, the pslib.config file is full of all sort
of junk values. Eg., "psLib.time.predict.mjd F64 53257.0" which is used by
psTime as the mjd input value when the IERS tables are exceeded.
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 16 years ago
| Component: | astro → PSLib |
|---|---|
| Description: | modified (diff) |
| Owner: | changed from to |
| Priority: | high → normal |
| Severity: | major → normal |
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

it turns out there was actually a table parser but I couldn't find it because it
was in the root of the source tree (not even under ./src). The issue with the
junk configuration values & implimnetation errors are still valid.