IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#287 closed defect (fixed)

Transform function prototypes

Reported by: Eric.VanAlst@… Owned by: Paul Price
Priority: normal Milestone:
Component: PSLib SDRS Version: unspecified
Severity: minor Keywords:
Cc:

Description

In SDR-11 section 5.7.1, the prototype definitions for the functions
psPlaneTransformInvert, psPlaneTransformCombine and psPlaneTransform fit go off
the page so the full list of arguments and their types is not complete.

Change History (2)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Sorry. I have fixed it in the document, and list the prototypes below.

psPlaneTransform *psPlaneTransformInvert(psPlaneTransform *out, const
psPlaneTransform *in, psRegion *region, int nSamples);
psPlaneTransform *psPlaneTransformCombine(psPlaneTransform *out, const
psPlaneTransform *trans1, const psPlaneTransform *trans2, psRegion *region,

int nSamples);

bool psPlaneTransformFit(psPlaneTransform *trans, const psArray *source, const
psArray *dest, int nRejIter, float sigmaClip);

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

Documnet change in SDR-12.

Note: See TracTickets for help on using tickets.