IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2005, 9:43:14 AM (20 years ago)
Author:
gusciora
Message:

Significant mods to the pmAstrometry files and the detrend modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmMaskBadPixels.c

    r5516 r5543  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-11-15 20:09:03 $
     21 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2005-11-18 19:43:14 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3636#include "pmMaskBadPixelsErrors.h"
    3737#include "pmSubtractBias.h"
     38
     39//XXX: REmove, autoconf is broken.
     40#define PS_WARN_PTR_NON_NULL(NAME) \
     41if ((NAME) == NULL) { \
     42    psLogMsg(__func__, PS_LOG_WARN, "WARNING: %s is NULL.", #NAME); \
     43} \
     44
    3845
    3946/******************************************************************************
     
    4148input image mask and a pixel location, then sets (logical or) all pixels with
    4249parameter radius if that pixel to maskVal parameter.
    43  *****************************************************************************/
     50*****************************************************************************/
    4451psBool GrowPixel(
    4552    psImage *inMask,
Note: See TracChangeset for help on using the changeset viewer.