IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2012, 3:35:52 PM (14 years ago)
Author:
Serge CHASTEL
Message:

Added PLTSCALE which will be the replacement of PLTSCALE_EXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsWrite.c

    r34672 r34675  
    4848    }
    4949  }
    50   //Get the SEEING weighted mean. Update the PLTSCALE_EXT value
     50  //Get the SEEING weighted mean. Update the PLTSCALE value
    5151  float seeing = 0.;
    5252  int totalGood = 0;
     
    5757      if (isfinite(((ppMopsDetections*) detections->data[d])->platescale)) {
    5858          det->platescale = ((ppMopsDetections*) detections->data[d])->platescale;
    59           printf("plate-scale = [%g]\n", det->platescale);
    6059      }
    6160    }
     
    9190  psMetadataAddStr(header, PS_LIST_TAIL, "SHUTOUTC", 0, "Camera exposure shutter open (UTC)", args->shutoutc);
    9291  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);
    9393
    9494  //field in header that tells about the CMF version
Note: See TracChangeset for help on using the changeset viewer.