Changeset 21183 for trunk/psphot/src/psphotRadialPlot.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadialPlot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadialPlot.c
r15017 r21183 60 60 for (int iy = 0; iy < source->pixels->numRows; iy++) { 61 61 for (int ix = 0; ix < source->pixels->numCols; ix++) { 62 if (source->maskObj->data. U8[iy][ix]) {62 if (source->maskObj->data.PS_TYPE_IMAGE_MASK_DATA[iy][ix]) { 63 63 rb->data.F32[nb] = hypot (ix - Xo, iy - Yo) ; 64 64 fb->data.F32[nb] = log10(source->pixels->data.F32[iy][ix]);
Note:
See TracChangeset
for help on using the changeset viewer.
