IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41408 for trunk


Ignore:
Timestamp:
Aug 25, 2020, 11:34:07 AM (6 years ago)
Author:
eugene
Message:

setting up to generate journal tarball

Location:
trunk/doc/release.2015/ps1.dataproducts
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.dataproducts/Makefile

    r41399 r41408  
    22
    33DO_PDFLATEX = 1
    4 DO_BIBTEX = 1
     4DO_BIBTEX = 0
    55
    66help:
     
    4343psps_loadprocess.pdf \
    4444psps_mergecriteria.pdf \
    45 dataproductimages004.pdf \
     45dataproductimages.pdf \
    4646imageid.pdf \
    4747objid.pdf \
  • trunk/doc/release.2015/ps1.dataproducts/dataproductimages.tex

    r41246 r41408  
    11\begin{figure*}
    2 \centerline{\includegraphics[width=0.8\textwidth,angle=0]{dataproductimages004.pdf}}
     2\centerline{\includegraphics[width=0.8\textwidth,angle=0]{dataproductimages.pdf}}
    33\caption{\noindent A summary of how the different tables are related.  The rectangular boxes with words inside represent the different table names.  The ovals with words inside represent the column names to use to join the tables.  Black lines connect table names to columns (i.e., {\em Detection} has a line to \texttt{ObjID} which has a line to {\em StackObjectThin}) - this shows that {\em Detection} can be joined to {\em StackObjectThin} using \texttt{ObjID}).  The grey rounded boxes represent different stages of data processing, which corresponds to different stages of loading into the database.  Tables within the grey boxes are related; connections to the (grey) metadata tables are shown in Figure~\ref{fig:objidmap}.  The tables that are not in grey rounded boxes represent system metadata, metadata that describes the \PS\ system as well as flag information.}
    44\label{fig:objidmap}
  • trunk/doc/release.2015/ps1.dataproducts/dataproducts.tex

    r41401 r41408  
    12501250arcsec) total aperture-based magnitudes and statistics are listed for
    12511251all filters. See also Paper IV.  Use \ippdbcolumn{objID} to join to most
    1252 tables, and use \ippdbtable{uniquePspsFOid} to join to \ippdbtable{ForcedMeanLensing}. \ippdbcolumn{objID} is not unique, but
     1252tables, and use \ippdbtable{uniquePspsFOid} to join to \ippdbtable{ForcedMeanLensing}.
     1253\ippdbcolumn{objID} is not unique, but
    12531254\ippdbcolumn{uniquePspsFOid} is.
    12541255
     
    12711272\parheading{ForcedWarpToImage} Contains the mapping of which input image comprises a particular \ippstage{warp} image used for forced photometry.
    12721273
    1273 \note{FIX THE EXAMPLE NUMBERS}
     1274% \note{FIX THE EXAMPLE NUMBERS}
    12741275
    12751276\showfigure{objid.tex}
     
    17631764
    17641765\bibliographystyle{apj}
    1765 \bibliography{dataproducts}{}
    1766 % \input{dataproducts.bbl}
     1766% \bibliography{dataproducts}{}
     1767\input{dataproducts.bbl}
    17671768
    17681769\appendix
Note: See TracChangeset for help on using the changeset viewer.