- Timestamp:
- Dec 2, 2009, 9:43:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotMergeSources.c
r25983 r26317 124 124 } 125 125 126 // use the existing peak information, otherwise generate a new peak 127 if (source->peak) { 128 psArrayAdd (detections->peaks, 100, source->peak); 129 continue; 130 } 131 126 132 float flux = powf(10.0, -0.4 * source->psfMag); 127 133 float xpos = model->params->data.F32[PM_PAR_XPOS];
Note:
See TracChangeset
for help on using the changeset viewer.
