#194 closed defect (fixed)
Origin of Mask Array for Flat Field
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | IPP SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
The flat field calculation must set a mask array, but the inputs to the flat
field function only take readouts, which don't have mask arrays. How do the
mask arrays enter the flat field function?
Change History (2)
comment:1 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Component: | Modules SDRS → IPP SDRS |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.

you are right: the input arguments should have an input image and an input mask.
performed in place, only returning a status:
bool pmFlatField (psReadout *in, psReadout *mask, const psReadout *flat);