IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4902 for trunk/doc/ipptools


Ignore:
Timestamp:
Aug 30, 2005, 9:42:38 AM (21 years ago)
Author:
eugene
Message:

hacking on pstask, psphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/pstask.tex

    r4900 r4902  
    508508above, the 'process' stage is a null operation.
    509509
     510\section{Metadata Database Tables used for IPP Job Flow}
     511\label{sec:MetadataTableContents}
     512
     513The tables presented here define in greater detail the contents of the
     514Metadata tables show in the figures above.  In some cases, the
     515quantities (eg, the analysis result statistics) are illustrative, not
     516definitive.  In certain tables, data is provided which is redundant
     517(non-normal) for ease of use.  In some cases, we may decide not to
     518keep this redundant information.  In cases where the choice to
     519replicate the redundant information is uncertain, the field names are
     520written in {\it italics}.
     521
     522\begin{table}[bh]
     523\begin{center}
     524\caption{Pending Image Files\label{tab:PendingImageFiles}}
     525\begin{tabular}{lll}
     526\hline
     527\hline
     528{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     529\hline
     530URL               & string          & file location            & http://data/file001.fits  \\
     531exp ID            & string          & exposure ID              & 654321o                   \\
     532{\it camera}      & string          & camera name              & MegaPrime / GPC           \\
     533class             & string          & file data class          & Cell / Chip / FPA         \\
     534class ID          & string          & identify for class       & chip00 / cell0102         \\
     535state             & string          & state of transfer?       & ready / copied            \\
     536\hline
     537\end{tabular}
     538\end{center}
     539\end{table}
     540
     541\begin{table}[bh]
     542\begin{center}
     543\caption{New Image Files\label{tab:NewImageFiles}}
     544\begin{tabular}{lll}
     545\hline
     546\hline
     547{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     548\hline
     549URL               & string          & file location            & neb://file001.fits        \\
     550exp ID            & string          & exposure ID              & 654321o                   \\
     551camera            & string          & camera name              & MegaPrime / GPC           \\
     552class             & string          & file data class          & Cell / Chip / FPA         \\
     553class ID          & string          & identify for class       & chip00 / cell0102         \\
     554\hline
     555\end{tabular}
     556\end{center}
     557\end{table}
     558
     559\begin{table}[bh]
     560\begin{center}
     561\caption{Raw Image Files\label{tab:RawImageFiles}}
     562\begin{tabular}{lll}
     563\hline
     564\hline
     565{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     566\hline
     567URL               & string          & file location            & neb://file001.fits        \\
     568exp ID            & string          & exposure ID              & 654321o                   \\
     569camera            & string          & camera name              & MegaPrime / GPC           \\
     570class             & string          & file data class          & Cell / Chip / FPA         \\
     571class ID          & string          & identify for class       & chip00 / cell0102         \\
     572type              & string          & exposure type            & bias / flat / science     \\
     573Nreadout          & int             & number of readouts       & 1 / 5 / 100               \\
     574Treadout          & float           & readout exposure time    & 1.0 (sec)                 \\
     575ccdtemp           & float           & detector temperature     & 90 (K)                    \\
     576\hline
     577background        & float           & data area median         & 5.0 (sec)                 \\
     578FHWM              & float           & average image quality    & 2.5 (arcsec)              \\
     579\hline
     580\multicolumn{3}{l}{note: stats below the line are measured, perhaps they go elsewhere?}    \\
     581\end{tabular}
     582\end{center}
     583\end{table}
     584
     585\begin{table}[bh]
     586\begin{center}
     587\caption{Pending Metadata Tables\label{tab:PendingTables}}
     588\begin{tabular}{lll}
     589\hline
     590\hline
     591{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     592\hline
     593URL               & string          & file location            & neb://file001.fits        \\
     594table ID          & string          & unique table identifier  & table-654321              \\
     595table type        & string          & table content type       & temps / skyprobe data     \\
     596state             & string          & copied?                  & ready / copied            \\
     597\hline
     598\end{tabular}
     599\end{center}
     600\end{table}
     601
     602\begin{table}[bh]
     603\begin{center}
     604\caption{Copied Metadata Tables\label{tab:CopiedTables}}
     605\begin{tabular}{lll}
     606\hline
     607\hline
     608{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     609\hline
     610URL               & string          & file location            & neb://file001.fits        \\
     611table ID          & string          & unique table identifier  & table-654321              \\
     612table type        & string          & table content type       & temps / skyprobe data     \\
     613state             & string          & copied?                  & ready / copied            \\
     614time              & int             & table arrival time       & 13243413 (s)              \\
     615\hline
     616\end{tabular}
     617\end{center}
     618\end{table}
     619
     620\begin{table}[bh]
     621\begin{center}
     622\caption{New Exposures\label{tab:NewExp}}
     623\begin{tabular}{lll}
     624\hline
     625\hline
     626{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     627\hline
     628exp ID            & string          & exposure ID              & 654321o                   \\
     629camera            & string          & camera name              & MegaPrime / GPC           \\
     630telescope         & string          & telescope name           & CFHT / PS-1 / SP-1        \\
     631class             & string          & file data class          & Cell / Chip / FPA         \\
     632Nfiles            & int             & number image files       & 64                        \\
     633\hline
     634\end{tabular}
     635\end{center}
     636\end{table}
     637
     638\begin{table}[bh]
     639\begin{center}
     640\caption{Raw SCIENCE Exposure\label{tab:RawScienceExp}}
     641\begin{tabular}{lll}
     642\hline
     643\hline
     644{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     645\hline
     646exp ID            & string          & exposure ID              & 654321o                   \\
     647camera            & string          & camera name              & MegaPrime / GPC           \\
     648telescope         & string          & telescope name           & CFHT / PS-1 / SP-1        \\
     649class             & string          & file data class          & Cell / Chip / FPA         \\
     650Nfiles            & int             & number of image files    & 1 / 64                    \\
     651\hline
     652exptime           & float           & exposure time            & 10.0 (seconds)            \\
     653filter.ID         & string          & filter ID (glass)        & g.PS1.01                  \\
     654filter.Band       & string          & filter bandpass name     & g                         \\
     655airmass           & float           & sec(zenith angle)        & 1.35                      \\
     656RA                & float           & boresite RA              & 125.01 (degrees)          \\
     657DEC               & float           & boresite DEC             & 35.01 (degrees)           \\
     658PA                & float           & FPA position angle       & 10.1 (degrees)            \\
     659obstime.sec       & float           & observation start        & 123423422 (TAI)           \\
     660obstime.nsec      & float           & observation start (nsec) & 1234                      \\
     661telfocus          & float           & focus distance           & 1.50 (mm)                 \\
     662FPAtemp           & float           & FPA temperature          & 90 (K)                    \\
     663dometemp          & float           & dome air temperature     & 290 (K)                   \\
     664airtemp           & float           & outside air temperature  & 285 (K)                   \\
     665mirrortemp        & float           & primary mirror temp      & 286 (K)                   \\
     666teltemp           & float           & telescope structure temp & 283 (K)                   \\
     667group ID          & string          & observation group name   & target-seq-01             \\
     668group seq         & int             & sequence number in group & 3                         \\
     669\hline
     670background        & float           & average of file skies    & 5.0                       \\
     671dbackground       & float           & stdev of file skies      & 1.0                       \\
     672FHWM              & float           & \\
     673\hline
     674\end{tabular}
     675\end{center}
     676\end{table}
     677
     678\begin{table}[bh]
     679\begin{center}
     680\caption{Raw Detrend Exposures\label{tab:RawDetrendExp}}
     681\begin{tabular}{lll}
     682\hline
     683\hline
     684{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     685\hline
     686exp ID            & string          & exposure ID              & 654321o                   \\
     687camera            & string          & camera name              & MegaPrime / GPC           \\
     688telescope         & string          & telescope name           & CFHT / PS-1 / SP-1        \\
     689type              & string          & exposure type            & bias / domeflat / dark    \\
     690class             & string          & file data class          & Cell / Chip / FPA         \\
     691Nfiles            & int             & number of image files    & 1 / 64                    \\
     692\hline
     693exptime           & float           & exposure time            & 10.0 (seconds)            \\
     694filter.ID         & string          & filter ID (glass)        & g.PS1.01                  \\
     695filter.Band       & string          & filter bandpass name     & g                         \\
     696Alt               & float           & boresite Alt             & 125.01 (degrees)          \\
     697Az                & float           & boresite Az              & 35.01 (degrees)           \\
     698PA                & float           & FPA position angle       & 10.1 (degrees)            \\
     699obstime.sec       & float           & observation start        & 123423422 (TAI)           \\
     700obstime.nsec      & float           & observation start (nsec) & 1234                      \\
     701telfocus          & float           & focus distance           & 1.50 (mm)                 \\
     702FPAtemp           & float           & FPA temperature          & 90 (K)                    \\
     703dometemp          & float           & dome air temperature     & 290 (K)                   \\
     704airtemp           & float           & outside air temperature  & 285 (K)                   \\
     705mirrortemp        & float           & primary mirror temp      & 286 (K)                   \\
     706teltemp           & float           & telescope structure temp & 283 (K)                   \\
     707group ID          & string          & observation group name   & target-seq-01             \\
     708group seq         & int             & sequence number in group & 3                         \\
     709callamp.state     & string          & calibration lamp state   & on / off                  \\
     710callamp.mode      & string          & calibration lamp mode    & continuum / line / ??     \\
     711\hline
     712background        & float           & average of file back    & 5.0                        \\
     713dbackground       & float           & stdev of file back      & 1.0                        \\
     714FHWM              & float           & \\
     715hline
     716\end{tabular}
     717\end{center}
     718\end{table}
     719
     720\begin{table}[bh]
     721\begin{center}
     722\caption{P1 Exposures\label{tab:P1-Exp}}
     723\begin{tabular}{lll}
     724\hline
     725\hline
     726{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     727\hline
     728exp ID            & string          & exposure ID              & 654321o                   \\
     729camera            & string          & camera name              & MegaPrime / GPC           \\
     730version           & int             & P1 version number        & 01                        \\
     731recipe            & string          & analysis recipe name     & basic / flattest          \\
     732state             & string          & P1 analysis state        & new / done                \\
     733\hline
     734output            & string          & location of output file  & rootname.P1.01.smf        \\
     735P1-log            & string          & location of P1 logfile   & rootname.P1.01.log        \\
     736Nstars            & int             & number of astrom stars   & 50                        \\
     737sigma.X           & float           & astrom scatter in X      & 1.0 (arcsec)              \\
     738sigma.Y           & float           & astrom scatter in Y      & 1.2 (arcsec)              \\
     739Mcal              & float           & nominal zeropoint        & 25.2 (mag)                \\
     740Moff              & float           & measure ZP offset        & 0.5 (mag)                 \\
     741dMoff             & float           & scatter in Moff          & 0.1 (mag)                 \\
     742
     743\begin{table}[bh]
     744\begin{center}
     745\caption{P2 Images\label{tab:P2-Images}}
     746\begin{tabular}{lll}
     747\hline
     748\hline
     749{\bf Field Name} & {\bf Datatype }  & {\bf Description}        & {\bf Examples} \\
     750\hline
     751exp ID            & string          & exposure ID              & 654321o                   \\
     752class             & string          & file data class          & Cell / Chip / FPA         \\
     753class ID          & string          & identify for class       & chip00 / cell0102         \\
     754version           & int             & P1 version number        & 01                        \\
     755recipe            & string          & analysis recipe name     & basic / flattest          \\
     756state             & string          & P1 analysis state        & new / done                \\
     757input.url         & string          & file location            & rootname.fits             \\
     758output.image.url  & string          & file location            & rootname.P2.01.fits       \\
     759output.obj.url    & string          & file location            & rootname.P2.01.smf        \\
     760output.log.url    & string          & file location            & rootname.P2.01.log        \\
     761\hline
     762bias              & float           & measured bias value      & 5.0                       \\
     763dbias             & float           & bias residual scatter    & 5.0                       \\
     764Nstars            & int             & number of astrom stars   & 50                        \\
     765sigma.X           & float           & astrom scatter in X      & 1.0 (arcsec)              \\
     766sigma.Y           & float           & astrom scatter in Y      & 1.2 (arcsec)              \\
     767Mcal              & float           & nominal zeropoint        & 25.2 (mag)                \\
     768Moff              & float           & measure ZP offset        & 0.5 (mag)                 \\
     769dMoff             & float           & scatter in Moff          & 0.1 (mag)                 \\
     770\hline
     771bias-image
     772dark-image
     773flat-image
     774\hline
     775\end{tabular}
     776\end{center}
     777\end{table}
     778
     779
     780
     781
    510782\end{document}
Note: See TracChangeset for help on using the changeset viewer.