Skip to content

Commit 8f52ab9

Browse files
committed
change size for tables, add newpage
1 parent fb7bb90 commit 8f52ab9

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

ObsCore.tex

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
\usepackage{listings}
3535
\usepackage{ltablex}
3636
\usepackage{seqsplit}
37+
\usepackage{graphicx}
3738

3839

3940
\begin{document}
@@ -2010,14 +2011,16 @@ \subsubsection{Doppler/Redshift datasets}
20102011
specification. This can be indicated by specifying an appropriate value for the optional em\_ucd attribute, defining
20112012
the type of velocity on the axis. The following UCD values are defined to represent velocities:
20122013

2014+
\newpage % Force a new page
20132015
\begin{tabularx}{\textwidth}{|p{0.3\textwidth}|p{0.5\textwidth}|}
20142016
\hline
2015-
Ucd & Definition\\\hline
2017+
UCD & Definition\\\hline
20162018
spect.dopplerVeloc.opt & Radial velocity derived from a wavelength shift using the optical convention\\\hline
20172019
spect.dopplerVeloc.radio & Radial velocity derived from a frequency shift using the radio convention\\\hline
20182020
spect.dopplerVeloc.rel & Radial velocity, derived using the relativistic convention\\\hline
20192021
spect.doppler.z & Redshift derived from a spectral feature\\\hline
2020-
\end{tabularx}
2022+
\end{tabularx}%
2023+
20212024

20222025
If em\_ucd contains one of these strings, then the discovered datasets can be any velocity or redshift data product.
20232026
However the spectral coverage of the dataset should still be specified in em\_min, em\_max as the vacuum wavelength in
@@ -2199,10 +2202,11 @@ \subsection{Implementing a package of multiple data products}
21992202

22002203
For example, for High Energy datasets we could have as the table response of an ObsTAP query:
22012204

2202-
\begin{tabularx}{\textwidth}{|p{0.07\textwidth}|p{0.09\textwidth}|p{0.23\textwidth}|p{0.12\textwidth}|p{0.19\textwidth}|p{0.3\textwidth}|}
2205+
\newpage % Force a new page
2206+
\begin{tabularx}{\textwidth}{|p{0.07\textwidth}|p{0.09\textwidth}|p{0.23\textwidth}|p{0.12\textwidth}|p{0.18\textwidth}|p{0.28\textwidth}|}
22032207
\hline
22042208
obs\_id & data product type & data product subtype & Calibration Level & Access Format & Title\\\hline
2205-
123 & event & chandra.hrc.pkg & 1 & application/x-tar-gzip & Chandra ACS-XYZ observation package (event,refimage)\\\hline
2209+
123 & event & chandra.hrc.pkg & 1 & application/x-tar-gzip & Chandra ACS-XYZ observation package (event,refimage)\\\hline
22062210
123 & image & chandra.hrc.refimage & 2 & image/fits & ACS-XYZ reference image\\\hline
22072211
123 & image & chandra.hrc.preview & 2 & image/jpeg & Chandra ACS-XYZ preview image\\\hline
22082212
345 & event & rosat.foo.pkg & 1 & application/x-tar-gzip & ROSAT observation package\\\hline
@@ -2256,6 +2260,7 @@ \subsection{Implementing a package of multiple data products}
22562260
%TITOTOTO
22572261
\begin{sidewaystable}
22582262
%\begin{longtable}[hbt]
2263+
\small
22592264
\begin{tabular}{|l|l|l|l|l|l|}% 6 left justified
22602265
\hline
22612266
Column Name & Datatype & Size & Units & ObsCoreDM Utype & UCD \\\hline
@@ -2380,6 +2385,7 @@ \subsection{Implementing a package of multiple data products}
23802385

23812386
\begin{sidewaystable}
23822387
%\begin{longtable}[hbt]
2388+
\small
23832389
\begin{tabular}{|l|l|l|l|l|l|}% 9 left justified
23842390
\hline
23852391
Column Name & Datatype & Size & Units & ObsCoreDM Utype & UCD \\\hline
@@ -2486,8 +2492,9 @@ \subsection{Implementing a package of multiple data products}
24862492
\end{sidewaystable}
24872493

24882494
%
2489-
\newpage
2495+
\newpage
24902496
\begin{sidewaystable}
2497+
\small
24912498
\begin{tabular}{ | l | l | l | l | l | l | l | l}% 9 left justified
24922499
\hline
24932500
Column Name & Datatype & Size & Units & ObsCoreDM Utype & UCD \\\hline

0 commit comments

Comments
 (0)