IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#222 closed defect (fixed)

Spline types

Reported by: gusciora@… Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

The function psSpline1DEval() returns a type "float". However the spline
fit routines must be valid for types F32 and F64. It seems odd, though not
overly odd, that F64 is valid even though the spline polynomials must be of type
F32 and the return value of psSpline1DEval() is of type F32. Can you verify for
me that this is intended.

Change History (3)

comment:1 by eugene, 22 years ago

Resolution: fixed
Status: newclosed

the return value should be psF64, which can be used even if the spline is of
type psF32. the current draft of version 09 has been modified to fix this.

comment:2 by Paul Price, 22 years ago

Keywords: VERIFIED added

Closing subsequent to release of SDRS-08, ADD-07.

comment:3 by Paul Price, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.