IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 4:06:55 PM (21 years ago)
Author:
eugene
Message:

changed noise to weight, psImageData to eamReadout

File:
1 edited

Legend:

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

    r4977 r5049  
    22
    33bool psphotDefinePixels(pmSource *mySource,
    4                         const psImageData *imdata,
     4                        const eamReadout *imdata,
    55                        psF32 x,
    66                        psF32 y,
     
    1414
    1515    mySource->pixels = psImageSubset(imdata->image, srcRegion);
    16     mySource->noise  = psImageSubset(imdata->noise, srcRegion);
     16    mySource->weight = psImageSubset(imdata->weight, srcRegion);
    1717    mySource->mask   = psImageSubset(imdata->mask,  srcRegion);
    1818
Note: See TracChangeset for help on using the changeset viewer.