Changeset 34672 for trunk/ppTranslate/src/ppMopsWrite.c
- Timestamp:
- Nov 16, 2012, 3:30:03 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppTranslate/src/ppMopsWrite.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMopsWrite.c
r34671 r34672 48 48 } 49 49 } 50 //Get the SEEING weighted mean 50 //Get the SEEING weighted mean. Update the PLTSCALE_EXT value 51 51 float seeing = 0.; 52 52 int totalGood = 0; … … 57 57 if (isfinite(((ppMopsDetections*) detections->data[d])->platescale)) { 58 58 det->platescale = ((ppMopsDetections*) detections->data[d])->platescale; 59 } 60 } 61 } 59 printf("plate-scale = [%g]\n", det->platescale); 60 } 61 } 62 } 63 printf("plate-scale = [%g]\n", det->platescale); 62 64 seeing /= (float) totalGood; 63 65 if (det != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
