IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19247


Ignore:
Timestamp:
Aug 27, 2008, 3:03:30 PM (18 years ago)
Author:
Paul Price
Message:

Remove extraneous macro definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.c

    r19243 r19247  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-08-28 00:12:12 $
     10 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-08-28 01:03:30 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    3030#define PIXEL_LIST_BUFFER 100           // Number of entries to add to pixel list at a time
    3131#define PIXEL_MAP_BUFFER 2              // Number of entries to add to pixel map at a time
    32 
    33 // Internal values for masks
    34 #define MASK_BAD 0x01                   // Mask value for pixels that have formerly been masked as bad
    35 #define MASK_SUSPECT 0x02               // Mask value for pixels that are suspected bad (by pmStackCombine)
    3632
    3733#define NUM_DIRECT_STDEV 5              // For less than this number of values, measure stdev directly
Note: See TracChangeset for help on using the changeset viewer.