Opened 21 years ago
Closed 21 years ago
#606 closed defect (fixed)
various object minor issues
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | objects | Version: | 0.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I encountered a handful of minor inconsistencies when I tried to link psphot
against the psModules rel8 version of the objects code. I have made fixes which
are available in the psModules branch tagged 'eam_rel8_b1'
pmPSFtry.[ch] : psPolynomial..Alloc syntax
psVectorClipFitPolynomial1D syntax
added varient function pmPSFtryMetric_Alt
pmPSF.c: psPolynomial..Alloc syntax
pmObjects.c : cleaned up some formatting,
fixed usage of psImageCountPixelMask
pmObjects.h : added apMag and fitMag to pmSource
dropped PS_MODEL_name defines
Makefile.am : dropped psModulesUtils.[ch] and psLibUtils.[ch]' (EAM test code)
Change History (3)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Owner: | changed from to |
|---|
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I couldn't merge the whole branch, so I picked the files to merge given the bugs submitted.
Anyway, I merged in eam_rel9_b1 in this directory -- seemed to fix this specific problem of missing
attributes in pmSource.

Robert did this merge. I didn't see apMag and fitMag in pmSource. Robert,
can you werify?