comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » % POLY_FIT: Warning: Invert detected a small pivot element - help needed
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: % POLY_FIT: Warning: Invert detected a small pivot element - help needed [message #71694 is a reply to message #71353] Mon, 12 July 2010 16:41 Go to previous messageGo to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
On Jul 11, 6:43 am, landsito <u...@compgroups.net/> wrote:
> Hi, I solved this with my code:
>
> poly_coefs = poly_fit(xvector, yvector, 3,/double,status=estatus)
>   if estatus eq 2 then begin
>       xvector=[0,xvector]
>       yvector=annularSum[xvector]
>       poly_coefs = poly_fit(xvector, yvector, 3,/double,status=estatus)
>       print, 'estatusss',estatus
>   endif
>
> Also, you can add more cases with a case 1: ....

It's not clear to me how adding fake data points will "solve" the
problem...
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: trying to export pixel data from .dat files, based on coordinate loc
Next Topic: Nearest Neighbor ... again!

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:07:34 PDT 2025

Total time taken to generate the page: 0.00456 seconds