Changeset 25755 for trunk/psphot/src/psphotAddNoise.c
- Timestamp:
- Oct 2, 2009, 3:12:47 PM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphotAddNoise.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src
- Property svn:ignore
-
old new 18 18 psphotVersionDefinitions.h 19 19 psphotMomentsStudy 20 psphotPetrosianStudy
-
- Property svn:ignore
-
trunk/psphot/src/psphotAddNoise.c
r25383 r25755 50 50 51 51 // skip sources which were not subtracted 52 // NOTE: this bit is not modified when pmSourceOp applies to noise 52 53 if (!(source->tmpFlags & PM_SOURCE_TMPF_SUBTRACTED)) continue; 53 54 … … 79 80 axes.minor *= SIZE; 80 81 newshape = psEllipseAxesToShape (axes); 81 PAR[PM_PAR_I0] = FACTOR* PS_SQR(oldI0);82 PAR[PM_PAR_I0] = FACTOR*oldI0; 82 83 PAR[PM_PAR_SXX] = newshape.sx; 83 84 PAR[PM_PAR_SYY] = newshape.sy;
Note:
See TracChangeset
for help on using the changeset viewer.
