IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8817


Ignore:
Timestamp:
Sep 15, 2006, 4:47:16 AM (20 years ago)
Author:
rhl
Message:

Missed the case ApTrendOption == CONSTANT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotApResid.c

    r8807 r8817  
    104104        // remove ApTrend fit from pmPSFtry
    105105        psf->ApTrend->coeff[0][0][0][0] = 0;
    106     }
    107 
    108     // constant only
    109     if (!strcasecmp (ApTrendOption, "CONSTANT")) {
     106    } else if (!strcasecmp (ApTrendOption, "CONSTANT")) { // constant only
    110107        stats->clipIter = 2;
    111108        pmPSF_MaskApTrend (psf->ApTrend, PM_PSF_CONSTANT);
Note: See TracChangeset for help on using the changeset viewer.