Changeset 5049 for trunk/psphot/src/psphotDefinePixels.c
- Timestamp:
- Sep 13, 2005, 4:06:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDefinePixels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDefinePixels.c
r4977 r5049 2 2 3 3 bool psphotDefinePixels(pmSource *mySource, 4 const psImageData*imdata,4 const eamReadout *imdata, 5 5 psF32 x, 6 6 psF32 y, … … 14 14 15 15 mySource->pixels = psImageSubset(imdata->image, srcRegion); 16 mySource-> noise = psImageSubset(imdata->noise, srcRegion);16 mySource->weight = psImageSubset(imdata->weight, srcRegion); 17 17 mySource->mask = psImageSubset(imdata->mask, srcRegion); 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
