View Issue Details

IDProjectCategoryView StatusLast Update
0002221CCdcielGeneralpublic19-11-02 18:04
Reporterhan Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.0 
Summary0002221: Solution added by PlateSolve2 not compatible with FITS standard 4.0.
DescriptionIn the FITS header the comments behind the keyword values come too early. The Fits standard 4.0 specifies for floats the following:

4.2.4. Real floating-point number
If the value is a fixed-format real floating-point number, the ASCII representation shall be right-justified in Bytes 11 through 30.

My Planetarium could not handle it. :)

This can be fixed by adding some spaces in the code of cu_astrometry_engine.pas. See attached updated cu_astrometry_engine.pas, section // write header



TagsNo tags attached.

Activities

han

19-11-02 15:35

reporter  

Patrick Chevalley

19-11-02 18:04

administrator   ~0006037

Yes, this header was bad...

I also have to align the "=" sign on column 9 to make fitsverify really happy.
https://github.com/pchev/ccdciel/commit/1158e2f2ba38cd85fff79a94e6e448d59503667b

I already make another change today to prevent duplicate keyword after solving by astrometry.net:
https://github.com/pchev/ccdciel/commit/815eb0f843fd3cc69db816c9ee0dc452675399bc

Issue History

Date Modified Username Field Change
19-11-02 15:35 han New Issue
19-11-02 15:35 han File Added: cu_astrometry_engine.zip
19-11-02 18:04 Patrick Chevalley Status new => resolved
19-11-02 18:04 Patrick Chevalley Resolution open => fixed
19-11-02 18:04 Patrick Chevalley Target Version => 1.0
19-11-02 18:04 Patrick Chevalley Note Added: 0006037