IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 17 years ago

#630 closed defect (fixed)

psVectorFitClipPolynomial?D clarification

Reported by: bswift Owned by: eugene
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

I need to pass a psStats object to psVectorFitClipPolynomial1D but when I call
the psStats constructor I need to pass it a psStatsOptions argument. What
options do I need to specify (if any) for the psStats that I give to
psVectorFitClipPolynomial1D? Can I just specify all options (with 0x07FFF)?

Change History (2)

comment:1 by Paul Price, 21 years ago

Owner: changed from Paul Price to eugene

This depends on the implementation. If they use the psStats to do the
statistics, then it matters. On the other hand, if it's only used for storage,
then it doesn't matter and you could just specify 0. To be safe, use
PS_STAT_CLIPPED_MEAN | PS_STAT_CLIPPED_STDEV.

This needs to be clarified in the SDRS.

comment:2 by eugene, 17 years ago

Resolution: fixed
Status: newclosed

this has been clarified in the SDRS: the stats parameters supplied are used to perform the clipping analysis.

Note: See TracTickets for help on using tickets.