IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2006, 5:11:30 PM (20 years ago)
Author:
Paul Price
Message:

Updating to work with pslib rel10 --- needed to fix polynomial allocation and image subregions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisConvolveImage.c

    r5717 r6452  
    3030    psImage *convolved = psImageAlloc(nx, ny, PS_TYPE_F32); // The convolved image, to be returned
    3131
    32     psPolynomial2D *poly = psPolynomial2DAlloc(config->spatialOrder + 1, config->spatialOrder + 1,
    33                                                PS_POLYNOMIAL_ORD ); // Polynomial
     32    psPolynomial2D *poly = psPolynomial2DAlloc(PS_POLYNOMIAL_ORD, config->spatialOrder + 1,
     33                                               config->spatialOrder + 1); // Polynomial
    3434    for (int i = 0; i < config->spatialOrder + 1; i++) {
    3535        for (int j = 0; j < config->spatialOrder + 1; j++) {
Note: See TracChangeset for help on using the changeset viewer.