IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5675


Ignore:
Timestamp:
Dec 5, 2005, 10:49:40 AM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r5543 r5675  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-11-18 19:43:14 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-12-05 20:49:40 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232pmNonLinearityLookup(): This routine will take an pmReadout image as input
    3333and a 1-D polynomial.  For each pixel in the input image, the polynomial will
    34 be evaluated at that pixels value, and the image pixel will then be set 
     34be evaluated at that pixels value, and the image pixel will then be set
    3535to
    3636that value.
    3737*****************************************************************************/
    3838
    39 pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout,
    40                                     const psPolynomial1D *input1DPoly)
     39pmReadout *pmNonLinearityPolynomial(
     40    pmReadout *inputReadout,
     41    const psPolynomial1D *input1DPoly)
    4142{
    4243    PS_ASSERT_PTR_NON_NULL(inputReadout, NULL);
     
    4849        PS_WARN_PTR_NON_NULL(inputReadout->parent->concepts);
    4950    }
     51
    5052    //
    5153    // Determine trimmed image from metadata.
Note: See TracChangeset for help on using the changeset viewer.