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 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: ROI points don't seem to get stored properly [message #69169] Sun, 20 December 2009 05:05
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.
Re: ROI points don't seem to get stored properly [message #69173 is a reply to message #69169] Sat, 19 December 2009 11:29 Go to previous message
jeffnettles4870 is currently offline  jeffnettles4870
Messages: 111
Registered: October 2006
Senior Member
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.
  Switch to threaded view of this topic Create a new topic Submit Reply
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: Fri Oct 10 13:37:47 PDT 2025

Total time taken to generate the page: 0.63776 seconds