IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2011, 10:39:20 AM (15 years ago)
Author:
eugene
Message:

fixed endpost error in warp super pixels (always make an extra superpixel)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout.c

    r28548 r31878  
    110110    // Ensure threading is off for the covariance calculation, since we are threading on a different level.
    111111    psImageCovarianceSetThreads(false);
     112
     113    psAssert (xGridMin >= 0, "xGridMin too small\n");
     114    psAssert (yGridMin >= 0, "yGridMin too small\n");
     115    psAssert (xGridMax < grid->nXpts, "xGridMax too big\n");
     116    psAssert (yGridMax < grid->nYpts, "yGridMax too big\n");
    112117
    113118    // create jobs and supply them to the threads
Note: See TracChangeset for help on using the changeset viewer.