IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26740


Ignore:
Timestamp:
Jan 29, 2010, 6:18:12 PM (16 years ago)
Author:
Paul Price
Message:

Fix following change to pmSubtractionKernels. I think there is no longer any need to store the size of the image in there, since it's contained in the xMin, xMax, yMin, yMax entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackMatch.c

    r26708 r26740  
    531531            while ((item = psMetadataGetAndIncrement(iter))) {
    532532                assert(item->type == PS_DATA_UNKNOWN);
    533                 // Set the normalisation dimensions, since these will be otherwise unavailable when reading
    534                 // the images by scans.
    535533                pmSubtractionKernels *kernel = item->data.V; // Kernel used in subtraction
    536                 kernel->numCols = readout->image->numCols;
    537                 kernel->numRows = readout->image->numRows;
    538 
    539534                kernels = psArrayAdd(kernels, ARRAY_BUFFER, kernel);
    540535            }
Note: See TracChangeset for help on using the changeset viewer.