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/pmNonLinear.c

    r5516 r5543  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-11-15 20:09:03 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-11-18 19:43:14 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2424#include "pmSubtractBias.h"
    2525
     26// XXX: Remove, autoconf must be
     27#define PS_WARN_PTR_NON_NULL(NAME) \
     28if ((NAME) == NULL) { \
     29    psLogMsg(__func__, PS_LOG_WARN, "WARNING: %s is NULL.", #NAME); \
     30} \
    2631/******************************************************************************
    2732pmNonLinearityLookup(): This routine will take an pmReadout image as input
    2833and a 1-D polynomial.  For each pixel in the input image, the polynomial will
    29 be evaluated at that pixels value, and the image pixel will then be set to
     34be evaluated at that pixels value, and the image pixel will then be set
     35to
    3036that value.
    31  *****************************************************************************/
     37*****************************************************************************/
    3238
    3339pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout,
Note: See TracChangeset for help on using the changeset viewer.