This is a file in plan 9 that contains star informa tion in a tabular format. I haven’t found much information about this file in the internet. And there doesn’t seem to be a man page for it. Just a reference from the astro man page. Here is what I was able to understand from reading the source of the plan-9 program astro.
It is part of the SAO (Smithsonian Astrophysical Observatory) Star Catalog.1 2 3 The file is composed of many entries in a tabular format, here is a sample row:
190556 30359 21 38 58.207 -.0003 -20 02 04.87 -0.007 .00 7.06 K0
This corresponds to this star, cross-referencing the line above with the values in simbad I see the estartab uses the fk4 coordinate system with (ep=B1950 eq=1950) [I’m still unsure what this means, epoch is B1950 and the equinox is 1950, but unsure what equinox=1950 means).
From what I understand of this, an aepoch (astronomy) is a particular point in time that serves as reference. In this case the epoch is B1950, which is the besselian-year 1950.
Here’s my attempt at understanding all of these parameters:
190556is the SAO catalog ID.30359General catalog4 number. Seems it’s not used by astro.21is called therahinternally, it is the hour part of the right ascension.38is called theraminternally, it is the minute part of the right ascension.58.207is called therasinternally, it is the seconds part of the right ascension.-.0003is called theda, it seems some kind of correction to the ascension.-20is called thedday, it’s part of the declination. Normally would be called degrees 502is called thedmin, it’s part of the declination. Normally minutes.04.87is called thedsec, it’s part of the declination. Normally seconds.-0.007is called thedd. It is used inastro/star.c. It seems some kind of correction to the declination..00is thepx. It doesn’t seem to be used. Maybe related to the positional error as described in 37.06is themag. The star magnitude.
In this row the right-ascension is and the declination is .
Here is the SAO catalogue translated to J2000: https://heasarc.gsfc.nasa.gov/FTP/heasarc/dbase/dump/heasarc_sao.tdat.gz
This is being used in the astronomicon star finder program I’m building.
Footnotes
-
https://en.wikipedia.org/wiki/Smithsonian_Astrophysical_Observatory_Star_Catalog ↩
-
https://heasarc.gsfc.nasa.gov/W3Browse/star-catalog/sao.html ↩ ↩2
-
https://en.wikipedia.org/wiki/Catalogue_of_Nebulae_and_Clusters_of_Stars ↩
-
Not sure why they call it day here, just normal degrees of declination. ↩