Opened 21 years ago
Closed 21 years ago
#619 closed defect (fixed)
various pmObjects.c mods
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | objects | Version: | 0.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There are various mods that I've made to pmObjects.c that didn't make it into
the main line.
- i've added a 'status' element to the pmModel structure, which carries the
resulting status of the fit. this gets set in pmSourceModelFit.
- i've added config information MOMENTS_SX_MAX and MOMENTS_SY_MAX to carry in
the size of the sigma x, sigma y search plane in pmSourcePSFClump.
- i fixed pmSourceRoughClass to use the default full array for psImageCountPixelMask
- i changed the |= to = in pmSourceRoughClass source assignments
- added the sky offset option to p_pmSourceAddOrSubModel, inverted logic on
'flag' and renamed it 'add'.
- modified pmSourceAddModel, pmSourceSubModel to reflect the above
all of these are available in eam_rel9_b0
Note:
See TracTickets
for help on using tickets.

I merged in the changes in src/objects from your branch.