IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2006, 10:39:08 AM (20 years ago)
Author:
magnier
Message:

fixed trimsec where biassec was wanted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r7382 r7431  
    7777            psRegion *biassec = NULL;   // The bias section
    7878            while ((biassec = psListGetAndIncrement(biassecsIter))) {
    79                 if (!psRegionIsNaN(*trimsec)) {
     79                if (!psRegionIsNaN(*biassec)) {
    8080                    *xSize = PS_MAX(biassec->x1, *xSize);
    8181                    *ySize = PS_MAX(biassec->y1, *ySize);
Note: See TracChangeset for help on using the changeset viewer.