IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29445


Ignore:
Timestamp:
Oct 17, 2010, 8:43:31 AM (16 years ago)
Author:
eugene
Message:

use the peak pixels, not the peak coordinate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/objects/pmPCMdata.c

    r29004 r29445  
    104104    assert (source->psfImage); // XXX build if needed?
    105105
    106     int x0 = source->peak->xf - source->psfImage->col0;
    107     int y0 = source->peak->yf - source->psfImage->row0;
     106    int x0 = source->peak->x - source->psfImage->col0;
     107    int y0 = source->peak->y - source->psfImage->row0;
    108108
    109109    // need to decide on the size: dynamically? statically?
Note: See TracChangeset for help on using the changeset viewer.