Changeset 8817
- Timestamp:
- Sep 15, 2006, 4:47:16 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r8807 r8817 104 104 // remove ApTrend fit from pmPSFtry 105 105 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 110 107 stats->clipIter = 2; 111 108 pmPSF_MaskApTrend (psf->ApTrend, PM_PSF_CONSTANT);
Note:
See TracChangeset
for help on using the changeset viewer.
