IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2005, 11:02:20 AM (21 years ago)
Author:
gusciora
Message:

Polynomial members are now nX, nY, nZ, nT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imsubtract/pmSubtractBias.c

    r5188 r5294  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-09-29 21:57:30 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-10-12 21:02:04 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626{
    2727    printf("-------------- PS_POLY1D_PRINT() --------------\n");
    28     printf("poly->COOL_1D_n is %d\n", poly->COOL_1D_n);
    29     for (psS32 i = 0 ; i < (1 + poly->COOL_1D_n) ; i++) {
     28    printf("poly->nX is %d\n", poly->nX);
     29    for (psS32 i = 0 ; i < (1 + poly->nX) ; i++) {
    3030        printf("poly->coeff[%d] is %f\n", i, poly->coeff[i]);
    3131    }
Note: See TracChangeset for help on using the changeset viewer.