IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 11:00:18 AM (18 years ago)
Author:
eugene
Message:

converted pmMoments elements to Mxx, Myy, Mxxx, etc; using pmPeak position in most cases instead of moments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMosaicSubimage.c

    r19869 r19881  
    3838                newImage->data.F32[iy][ix] = subImage->data.F32[iy][ix] / peak;
    3939            } else {
    40                 newImage->data.F32[iy][ix] = subImage->data.F32[iy][ix] / peak;
     40                newImage->data.F32[iy][ix] = subImage->data.F32[iy][ix];
    4141            }
    4242        }
Note: See TracChangeset for help on using the changeset viewer.