IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2005, 12:01:33 PM (21 years ago)
Author:
jhoblitt
Message:

merge MSDR-08-FIXES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/ModulesSDRS.tex

    r5030 r5077  
    1 %%% $Id: ModulesSDRS.tex,v 1.58 2005-09-13 21:05:23 eugene Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.59 2005-09-20 22:01:33 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    10411041    PM_MASK_BADCOL     = 0x0002,        ///< The pixel is a bad column
    10421042    PM_MASK_SAT        = 0x0004,        ///< The pixel is saturated
    1043     PM_MASK_FLAT       = 0x0008,        ///< The pixel is non-positive in the flat-field
     1043    PM_MASK_FLAT       = 0x0008         ///< The pixel is non-positive in the flat-field
    10441044} pmMaskValue;
    10451045\end{datatype}
     
    14351435\begin{datatype}
    14361436typedef enum {
    1437   PM_PEAK_LONE;             // isolated peak
    1438   PM_PEAK_EDGE;             // peak on edge
    1439   PM_PEAK_FLAT;             // peak has equal-value neighbors
     1437  PM_PEAK_LONE,             // isolated peak
     1438  PM_PEAK_EDGE,             // peak on edge
     1439  PM_PEAK_FLAT              // peak has equal-value neighbors
    14401440} pmPeakType;
    14411441\end{datatype}
     
    15091509    PM_SOURCE_POOR_FIT_GAL,        // poor quality galaxy fit
    15101510
    1511     PM_SOURCE_OTHER,               // unidentified
     1511    PM_SOURCE_OTHER                // unidentified
    15121512} pmSourceType;
    15131513\end{datatype}
     
    17621762\begin{datatype}
    17631763typedef enum {
    1764   PM_CONTOUR_CRUDE;
     1764  PM_CONTOUR_CRUDE
    17651765} pmContourType;
    17661766\end{datatype}
Note: See TracChangeset for help on using the changeset viewer.