Changeset 5077 for trunk/doc/modules/ModulesSDRS.tex
- Timestamp:
- Sep 20, 2005, 12:01:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r5030 r5077 1 %%% $Id: ModulesSDRS.tex,v 1.5 8 2005-09-13 21:05:23 eugeneExp $1 %%% $Id: ModulesSDRS.tex,v 1.59 2005-09-20 22:01:33 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1041 1041 PM_MASK_BADCOL = 0x0002, ///< The pixel is a bad column 1042 1042 PM_MASK_SAT = 0x0004, ///< The pixel is saturated 1043 PM_MASK_FLAT = 0x0008 ,///< The pixel is non-positive in the flat-field1043 PM_MASK_FLAT = 0x0008 ///< The pixel is non-positive in the flat-field 1044 1044 } pmMaskValue; 1045 1045 \end{datatype} … … 1435 1435 \begin{datatype} 1436 1436 typedef enum { 1437 PM_PEAK_LONE ;// isolated peak1438 PM_PEAK_EDGE ;// peak on edge1439 PM_PEAK_FLAT ;// peak has equal-value neighbors1437 PM_PEAK_LONE, // isolated peak 1438 PM_PEAK_EDGE, // peak on edge 1439 PM_PEAK_FLAT // peak has equal-value neighbors 1440 1440 } pmPeakType; 1441 1441 \end{datatype} … … 1509 1509 PM_SOURCE_POOR_FIT_GAL, // poor quality galaxy fit 1510 1510 1511 PM_SOURCE_OTHER ,// unidentified1511 PM_SOURCE_OTHER // unidentified 1512 1512 } pmSourceType; 1513 1513 \end{datatype} … … 1762 1762 \begin{datatype} 1763 1763 typedef enum { 1764 PM_CONTOUR_CRUDE ;1764 PM_CONTOUR_CRUDE 1765 1765 } pmContourType; 1766 1766 \end{datatype}
Note:
See TracChangeset
for help on using the changeset viewer.
