Changeset 34488 for trunk/ppTranslate/src/ppMopsWrite.c
- Timestamp:
- Sep 28, 2012, 2:34:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppTranslate/src/ppMopsWrite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMopsWrite.c
r34486 r34488 53 53 for (int d = 0; d < detections->n; d++) { 54 54 if ( (detections->data[d] != NULL) && (isfinite(((ppMopsDetections*) detections->data[d])->seeing)) ) { 55 seeing += (( (ppMopsDetections*) detections->data[d])->seeing)*((float) (((ppMopsDetections*) detections->data[d])->numGood));56 totalGood += (((ppMopsDetections*) detections->data[d])->numGood);55 seeing += ((ppMopsDetections*) detections->data[d])->seeing; 56 totalGood += 1; 57 57 } 58 58 }
Note:
See TracChangeset
for help on using the changeset viewer.
