Opened 21 years ago
Closed 21 years ago
#618 closed defect (fixed)
pmPSFtry.c errors
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | objects | Version: | 0.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
pmPSFtry.c had the wrong argument order for psPolynomial1DAlloc
pmPSFtry.c pmPSFtryMetric was not using the clipped fitting
i had added an alternative algorithm for the pmPSFtryMetric function
(pmPSFtryMetric_Alt) in the prototype code, which was not included in the
release. this is the preferred version, and is called by pmPSFtryModel.
these are fixed in eam_rel9_b0
(prototype for pmPSFtryMetric_Alt is also added to pmPSFtry.h)
Note:
See TracTickets
for help on using tickets.

I joined your branch in the src/objects directory.