diff --git a/dp01.tex b/dp01.tex index 0bb4266..65d62eb 100644 --- a/dp01.tex +++ b/dp01.tex @@ -27,7 +27,7 @@ \subsection{Elements of Data Preview 0.1} \label{sec:dp0.1} -\subsubsection{Data Products Offered} +\subsubsection{Data Products Offered} \label{sec:dp01products} We will offer access to images and catalogs, though in more limited ways that will be available in Operations. Images will be stored in read-only Butler Gen3 repo. diff --git a/dp02.tex b/dp02.tex index 468f5fe..e37469b 100644 --- a/dp02.tex +++ b/dp02.tex @@ -111,3 +111,23 @@ \subsection{DP0.2 - processing} \label{sec:dp0.2} \citeds{RTN-013} provided the goals for this task. \citeds{DMTN-168} provides guidelines on how to use this system. +\subsection {Catalogs} +In DP0.2, Science Pipelines reprocessed outputs include a number of catalogs +as parquet data products. +The parquet tables will be accessible as Butler datasets along with other DP0.2 data products, and their contents will be ingested in Qserv and made availble through TAP. +The Butler dataset names of these tables are the following: +\begin{enumerate} + \item \texttt{objectTable\_tract} + \item \texttt{sourceTable\_visit} + \item \texttt{forcedSourceTable} + \item \texttt{diaObjectTable\_tract} + \item \texttt{diaSourceTable\_tract} + \item \texttt{forcedSourceOnDiaObjectTable\_tract} +\end{enumerate} + +There will also be parquet data products \texttt{visitTable} and \texttt{ccdVisitTable} in the Butler repo, but it is not decided yet whether they will be ingested in Qserv and made availble through TAP. + +All five tables from DP0.1 will be retained and made available in DP0.2 +(the \texttt{dp01\_dc2\_catalogs} database; \secref{sec:dp01products}). + +We plan to add a new truth match table with DP0.2's object table and make it available in DP0.2; its format is not decided yet.