IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19442


Ignore:
Timestamp:
Sep 9, 2008, 2:37:51 PM (18 years ago)
Author:
Paul Price
Message:

Getting rid of new names, resetting to old list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigMask.c

    r19441 r19442  
    4747                                      "RANGE",// Pixel is out-of-range of linearity
    4848                                      "SAT",  // Pixel is saturated
    49                                       "LOW",  // Pixel is low
    50                                       "CONV", // Pixel is bad after convolution with a bad pixel
     49                                      // "LOW",  // Pixel is low
     50                                      // "CONV", // Pixel is bad after convolution with a bad pixel
     51                                      "BAD", // Pixel is low
     52                                      "BAD.WARP", // Pixel is bad after convolution with a bad pixel
    5153                                      "CR",   // Pixel contains a cosmic ray
    5254                                      "GHOST",// Pixel contains an optical ghost
     
    7880};
    7981// Other mask names to ensure exist; these shouldn't be combined in the MASK.VALUE
    80 static const char *otherMaskNames[] = { "POOR", // Pixel is poor after convolution with a bad pixel
     82static const char *otherMaskNames[] = { // "POOR", // Pixel is poor after convolution with a bad pixel
     83                                        "POOR.WARP", // Pixel is poor after convolution with a bad pixel
    8184                                        NULL // End marker
    8285};
Note: See TracChangeset for help on using the changeset viewer.