Changeset 5369
- Timestamp:
- Oct 18, 2005, 12:16:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r5367 r5369 1 %%% $Id: ModulesSDRS.tex,v 1.6 2 2005-10-18 20:15:05eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.63 2005-10-18 22:16:41 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1205 1205 \end{itemize} 1206 1206 1207 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1207 \subsection{Detrend Lookups} 1208 1209 When it comes time to perform a detrend operation on an image, it is 1210 necessary to determine {\em which} detrend image should be used. The 1211 Pan-STARRS Image Processing Pipeline uses the concept of a detrend 1212 image database table, or set of tables (part of the Metadata 1213 Database), to store the known master detrend images. These tables can 1214 be accessed though the basic query functions specified for the master 1215 detrend database. To simplify the interaction for the case of the 1216 detrend images, the following function allows the user to explicitly 1217 search the detrend database table or tables for detrend images which 1218 satisfy a set of characteristics. 1219 1220 \begin{prototype} 1221 psArray *pmDetrendLookup (psMetadata *constraints, psMetadata *tableDefs); 1222 \end{prototype} 1223 This function accepts a metadata structure which restricts the 1224 selected detrend images. This metadata structure may contain any of 1225 the following entries: 1226 \begin{verbatim} 1227 TYPE type of detrend data (eg, flat, bias) 1228 CAMERA name of desired camera (eg, GPC, MEGACAM) 1229 CHIP chip identifier (eg., ccd00) 1230 FILTERNAME name of specific filter hardware (eg, r.GPC01) 1231 FILTERTYPE conceptual name of filter (eg., r) 1232 TIME_MIN lower bound on valid time range 1233 TIME_MAX upper bound on valid time range 1234 LABEL match the entry label 1235 RECIPE recipe used to build detrend image 1236 EXPTIME exposure time 1237 AIRMASS airmass 1238 \end{verbatim} 1239 Any detrend images which match the provided constraints are returned 1240 as an array of \code{psMetadata} elements corresponding to the columns 1241 of the detrend database table. The additional input parameter 1242 specifies additional information to define the detrend database 1243 tables. This may include the access information (IP, Username, 1244 Password), as well as names for the table and the columns which 1245 correspond to the constraint names. 1246 1247 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1208 1248 1209 1249 \section{Detrend Creation}
Note:
See TracChangeset
for help on using the changeset viewer.
