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 #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.
[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 22:10:58 PDT 2025

Total time taken to generate the page: 0.71905 seconds