IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13860


Ignore:
Timestamp:
Jun 18, 2007, 10:16:24 AM (19 years ago)
Author:
Paul Price
Message:

Initialise the output image here --- not each time we run
pswarpTransformReadout (which would reset the image each time).

File:
1 edited

Legend:

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

    r13705 r13860  
    5555        pmReadout *readout = pmReadoutAlloc(target); // Target readout
    5656        readout->image = psImageAlloc(numCols, numRows, PS_TYPE_F32);
     57        psImageInit(readout->image, NAN);
    5758        psFree(readout);                // Drop reference
    5859
Note: See TracChangeset for help on using the changeset viewer.