Changeset 19881 for trunk/psphot/src/psphotMosaicSubimage.c
- Timestamp:
- Oct 3, 2008, 11:00:18 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMosaicSubimage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMosaicSubimage.c
r19869 r19881 38 38 newImage->data.F32[iy][ix] = subImage->data.F32[iy][ix] / peak; 39 39 } else { 40 newImage->data.F32[iy][ix] = subImage->data.F32[iy][ix] / peak;40 newImage->data.F32[iy][ix] = subImage->data.F32[iy][ix]; 41 41 } 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
