IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2005, 9:43:14 AM (21 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/pmFlatField.c

    r5516 r5543  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2005-11-15 20:09:03 $
     20 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2005-11-18 19:43:14 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838#include "pmSubtractBias.h"
    3939
     40// XXX: This should be removed when the autoconf stuff handles psConstants.h correctly.
     41#define PS_WARN_PTR_NON_NULL(NAME) \
     42if ((NAME) == NULL) { \
     43    psLogMsg(__func__, PS_LOG_WARN, "WARNING: %s is NULL.", #NAME); \
     44} \
    4045
    4146bool pmFlatField(
Note: See TracChangeset for help on using the changeset viewer.