IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

PLTSCALE bug fix

File:
1 edited

Legend:

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

    r34671 r34672  
    4848    }
    4949  }
    50   //Get the SEEING weighted mean
     50  //Get the SEEING weighted mean. Update the PLTSCALE_EXT 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       }
    60     }
    61   }
     59          printf("plate-scale = [%g]\n", det->platescale);
     60      }
     61    }
     62  }
     63  printf("plate-scale = [%g]\n", det->platescale);
    6264  seeing /= (float) totalGood;
    6365  if (det != NULL) {
Note: See TracChangeset for help on using the changeset viewer.