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

Home » Public Forums » archive » SUBSET_by_EVF
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: SUBSET_by_EVF [message #76004 is a reply to message #75916] Mon, 09 May 2011 08:58 Go to previous message
Brian Wolven is currently offline  Brian Wolven
Messages: 94
Registered: May 2011
Member
Don't know if this is the problem without running the code myself, but you might want to make sure this loop is indexed with a long (i=0L) instead of an integer (i=0):

for i=0L,num_recs-1 do begin
record=envi_evf_read_record(evf_id,i)
print, 'Number of nodes in Record '+strtrim(i+1,2)+':
',n_elements(record[0,*])
print, 'Record Info:'
print, record
endfor
[Message index]
 
Read Message
Read Message
Previous Topic: Dynamically create variable from header when reading in ascii data
Next Topic: Re: Plot3D bug in 8.1

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

Current Time: Fri Oct 10 03:52:48 PDT 2025

Total time taken to generate the page: 7.27971 seconds