IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2010, 5:01:05 PM (16 years ago)
Author:
eugene
Message:

updates relative to 20091201, fixes for all psphot variants

Location:
branches/eam_branches/psphot.stack.20100120
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120

  • branches/eam_branches/psphot.stack.20100120/src/psphotReadoutCleanup.c

    r26691 r26748  
    5858    // use the psf-model to measure FWHM stats
    5959    if (psf) {
    60         if (!psphotPSFstats (readout, recipe, psf)) {
     60        if (!psphotPSFstats (readout, psf)) {
    6161            psError(PSPHOT_ERR_PROG, false, "Failed to measure PSF shape parameters");
    6262            return false;
     
    6565    // otherwise, use the source moments to measure FWHM stats
    6666    if (!psf && sources) {
    67         if (!psphotMomentsStats (readout, recipe, sources)) {
     67        if (!psphotMomentsStats (readout, sources)) {
    6868            psError(PSPHOT_ERR_PROG, false, "Failed to measure Moment shape parameters");
    6969            return false;
     
    8282    }
    8383
    84     // create an output header with stats results XXX this needs to be reworked :
    85     // psphotImageQuality and others need to write these values to a header.  that needs to be
    86     // stored on the readout->analysis
    87     psMetadata *header = psphotDefineHeader (recipe);
     84    // create an output header with stats results currently saved on readout->analysis
     85    psMetadata *header = psphotDefineHeader (readout->analysis);
    8886
    8987    // write NSTARS to the image header
Note: See TracChangeset for help on using the changeset viewer.