FITS Header coordinates

Main forum about Astroart
Post Reply
Patrick
Posts: 47
Joined: 01 Oct 2019, 01:10

FITS Header coordinates

Post by Patrick » 04 Sep 2025, 01:53

Hello,
Are the ra and dec coordinates as read from the mount and recorded in the FITS header - for the beginning of the exposure?
Patrck.

fabdev
Posts: 560
Joined: 03 Dec 2018, 21:43

Re: FITS Header coordinates

Post by fabdev » 04 Sep 2025, 19:31

Hello,
no, they are read from the telescope when the image is downloaded.
The only data that is recorded at the start of the exposure is the time.
Fabio.

Patrick
Posts: 47
Joined: 01 Oct 2019, 01:10

Re: FITS Header coordinates

Post by Patrick » 04 Sep 2025, 22:05

Thank you.
Patrick

Patrick
Posts: 47
Joined: 01 Oct 2019, 01:10

Re: FITS Header coordinates

Post by Patrick » 05 Sep 2025, 22:59

Fabio,
Might it be possible to include the Sidereal Time property read from the mount as a Write to FITS header option?
Regards,
Patrick.

fabdev
Posts: 560
Joined: 03 Dec 2018, 21:43

Re: FITS Header coordinates

Post by fabdev » 07 Sep 2025, 21:31

Yes, but why "read" from the mount ? Instead it can be automatically calculated from the other data.
Is this to be read by a software or a human? (there is no a standard FITS keyword for LST, someone uses decimal (10.423242) others h-m-s (10:23:56)).
For humans it could be interesting to express it as mid of exposure.
Fabio.

P.S. for a given image here is a script to show the sideral time:

Code: Select all

 lst = SideralTime(Observatory.Longitude, Image.JD)  ' or just Image.MidJD
 print "Sideral time = "; RaToString(lst)

Patrick
Posts: 47
Joined: 01 Oct 2019, 01:10

Re: FITS Header coordinates

Post by Patrick » 08 Sep 2025, 00:22

Fabio,
I noted ‘read from the mount’ as merely a suggestion to pssibly match your explanation.

Very happy to have the option to calculate and record the local sidereal time in the image header using other data - at download. This also makes the time stamp the same (at download i.e. the end of the exposure) for all such data?
I do spectra analysis using IRAF and IRAF tasks accept the st value as a sexagesimal strung with twodecimals in the seconds (a separate email sent).
Regards.
Patrick.

Post Reply