Changeset 34675 for trunk/ppTranslate/src/ppMopsWrite.c
- Timestamp:
- Nov 16, 2012, 3:35:52 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppTranslate/src/ppMopsWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMopsWrite.c
r34672 r34675 48 48 } 49 49 } 50 //Get the SEEING weighted mean. Update the PLTSCALE _EXTvalue50 //Get the SEEING weighted mean. Update the PLTSCALE 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 printf("plate-scale = [%g]\n", det->platescale);60 59 } 61 60 } … … 91 90 psMetadataAddStr(header, PS_LIST_TAIL, "SHUTOUTC", 0, "Camera exposure shutter open (UTC)", args->shutoutc); 92 91 psMetadataAddF32(header, PS_LIST_TAIL, "PLTSCALE_EXT", 0, "Plate scale at centroid", det->platescale); 92 psMetadataAddF32(header, PS_LIST_TAIL, "PLTSCALE", 0, "Plate scale at centroid", det->platescale); 93 93 94 94 //field in header that tells about the CMF version
Note:
See TracChangeset
for help on using the changeset viewer.
