IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24480


Ignore:
Timestamp:
Jun 17, 2009, 8:45:49 PM (17 years ago)
Author:
eugene
Message:

init the image generated for binned output

File:
1 edited

Legend:

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

    r24275 r24480  
    7070    psImageBinningSetRuffSize(binning, PS_IMAGE_BINNING_CENTER);
    7171    *target = psImageAlloc(binning->nXruff, binning->nYruff, source->type.type);
     72    psImageInit (*target, 0.0);
    7273    return;
    7374}
Note: See TracChangeset for help on using the changeset viewer.