Changeset 25604
- Timestamp:
- Sep 27, 2009, 10:46:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotAddNoise.c
r25409 r25604 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.
