Skip to content

Commit 7fe4cb7

Browse files
committed
update docs regarding cross-id.cat format
1 parent 333c20f commit 7fe4cb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guide/app_star_catalogue.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,16 +1835,16 @@ \subsection{Cross-Identification Catalog File Format}
18351835
\subsubsection{File Format}
18361836
\label{sec:StarCatalogues:CrossIdentificationData:file}
18371837

1838-
The file \file{cross-id.cat} contains cross reference data for catalogues HIP, SAO, HD and HR, which stored in the plain text format with tab delimiter.
1838+
The file \file{cross-id.cat} contains cross reference data for catalogues HIP, SAO, HD and HR, which stored in the binary format.
18391839

18401840
\begin{table}[htb]
18411841
\begin{tabularx}{\textwidth}{l|c|X}\toprule
18421842
\emph{Name} & \emph{Type} & \emph{Description}\\\midrule
1843-
HIP & int & HIP or Gaia identifier for the star. Used for reference to the main star catalogue.\\%\midrule
1844-
Component & str & Component of the star in the multiple star system.\\%\midrule
1845-
SAO & int & SAO identifier for the star.\\%\midrule
1846-
HD & int & HD identifier for the star.\\%\midrule
1847-
HR & int & HR identifier for the star.\\\bottomrule
1843+
HIP & unsigned long long & HIP or Gaia identifier for the star. Used for reference to the main star catalogue.\\%\midrule
1844+
Component & int & Component of the star in the multiple star system.\\%\midrule
1845+
SAO & int & SAO identifier for the star.\\%\midrule
1846+
HD & int & HD identifier for the star.\\%\midrule
1847+
HR & int & HR identifier for the star.\\\bottomrule
18481848
\end{tabularx}
18491849
\caption{Format of \file{cross-id.cat}}
18501850
\label{tab:StarCatalogues:CrossIdentificationData:file}

0 commit comments

Comments
 (0)