Page 1 of 1

FITS keywords OBJCTRA and OBJCTDEC representation

Posted: Tue Jun 04, 2019 4:14 pm
by sunlover
Hello,

I'm using SharpCap 3.2.5990. Apparently SharpCap writes FITS keywords OBJCTRA and OBJCTDEC as decimal numbers (just like RA and DEC).

However the SBFitsExt documentation
https://heasarc.gsfc.nasa.gov/docs/heas ... tsExt.html
states that both keywords must be represented as strings.
OBJCTDEC
This is the Declination of the center of the image in degrees. The format for this is +25 12 34.111 (SDD MM SS.SSS) using a space as the separator. For the sign, North is + and South is -.

OBJCTRA
This is the Right Ascension of the center of the image in hours, minutes and seconds. The format for this is "12 24 23.123" (HH MM SS.SSS) using a space as the separator.

Some applications insist that these values must be in the string format.

It is a minor inconvenience, because I can remove these keywords from the file(s) before processing them with other applications.

Could you please change SharpCap so it writes these keywords as described in the SBFitsExt documentation.

Thanks,
Vitali

Re: FITS keywords OBJCTRA and OBJCTDEC representation

Posted: Tue Jun 04, 2019 9:35 pm
by admin
Hi,

Thanks for that info – I wasn't aware that those particular fields had to be in degree/minutes/seconds format. I will try to make that change in a future version.

Cheers, Robin

Re: FITS keywords OBJCTRA and OBJCTDEC representation

Posted: Tue Jun 04, 2019 11:02 pm
by sunlover
Thanks, Robin! This is great.

Vitali

Re: FITS keywords OBJCTRA and OBJCTDEC representation

Posted: Sun Jul 14, 2019 4:32 pm
by sunlover
Hi Robin.

I've just noticed that you fixed this and now SharpCap writes OBJCTRA and OBJCTDEC correctly.
Thank you very much!

Cheers,
Vitali

Re: FITS keywords OBJCTRA and OBJCTDEC representation

Posted: Mon Jul 15, 2019 9:25 pm
by admin
Hi Vitali

Glad that you found the change because I'd forgotten to come back here and post when the update was released :-)

Cheers, Robin