IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 21 years ago

Last modified 16 years ago

#258 closed defect (fixed)

Image types the modules should support

Reported by: Eric.VanAlst@… Owned by: eugene
Priority: normal Milestone:
Component: IPP SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by eugene)

In the modules SDR-02, there is no specification of the types of images the
module processing needs to handle. The current implementation makes assumptions
of psF32 for the pmNonLinearityLookup. Should the SDR be updated to specify the
specific image types each of the modules will need to support?

Change History (3)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Added sentences to the modules SDRS to specify types, as listed below.

pmSubtractBias: The input image may be of type U16, S32, or F32. The bias image
must be of the same type as the input image.

pmNonLinearityPolynomial, pmNonLinearityLookup: The input image may be of
type U16, S32, or F32.

pmFlatField: The input and flat-field images must both be of type F32.

pmMaskBadPixels: The input image may be of type U16, S32 or F32. The mask image
must be of type U8.

pmSubtractSky: The \code{mask} shall be of type U8, and the input image,
\code{in}, must be of type F32.

pmReadoutCombine: The \code{inputs, zero} and \code{scale} may be of U16, S32
and F32 types, and must all be of the same type. The \code{output} shall be
of the same type.

Object detection stuff: images are of type F32 and masks are of type U8.

comment:2 by Eric.VanAlst@…, 21 years ago

MSDR-03 has been update to contain type information.

comment:3 by eugene, 16 years ago

Component: Modules SDRSIPP SDRS
Description: modified (diff)
Note: See TracTickets for help on using tickets.