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

Home » Public Forums » archive » Re: ROI points don't seem to get stored properly
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: ROI points don't seem to get stored properly [message #69169] Sun, 20 December 2009 05:05 Go to previous message
robintw is currently offline  robintw
Messages: 37
Registered: March 2009
Member
Hi,

That worked for me too. Thank you very much.

Do you know why the reform call was needed?

Robin

On 19/12/2009 19:29, Jeff N. wrote:
>
> Add a reform call to your new indices such that these lines:
>
> new_x_indices = new_indices[0, *]
> new_y_indices = new_indices[1, *]
>
> become this:
>
> new_x_indices = reform(new_indices[0, *])
> new_y_indices = reform(new_indices[1, *])
>
> And it appeared to work for me.
[Message index]
 
Read Message
Read Message
Previous Topic: AVHRR Calibration and Georeferencing
Next Topic: build project to executable .sav binary eclipse

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

Current Time: Thu Oct 09 09:01:27 PDT 2025

Total time taken to generate the page: 7.84104 seconds