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

Home » Public Forums » archive » Working with Preexisting Data Set
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
Working with Preexisting Data Set [message #18181] Tue, 14 December 1999 00:00
William Baird is currently offline  William Baird
Messages: 1
Registered: December 1999
Junior Member
Okay. HEre's my problem. I am grovelling before you guys for a bit of
help, cuz I'm stuck and I'm, unfortunately, what passes for an expert around
here. :/

Ideally I would like to concatinate some data structures. Or more specifically,
the data in the array of ints in the DATA structure below.

** Structure $10, 11 tags, 6510928 length:
NAME STRING '**********'
MISSION STRING '**********'
LOCATION STRING '**********'
RECORDING STRING '**********'
STREAMNAME STRING '**********'
TITLE STRING '**********'
LABEL STRING '**********'
SAMPLERATE FLOAT xxxxxx.
EPOCH STRING 'xxxx:xxx:xx:xx:xx.xxxxxx'
TIME STRUCT -> $7 Array(1)
DATA STRUCT -> $9 Array(1)

** Structure $9, 3 tags, 6510816 length:
UNITS STRING 'COUNTS'
DATA INT Array(3255400)
LABEL STRING ''

I have tried the following:

e=a
e.(10).(1)=[a.(10).(1),b.(10).(1),c.(10).(1),d.(10).(1)]

but it complains:
% Conflicting data structures: <INT Array(12943700)>,MISSING.
% Execution halted at $MAIN$ .

have also tried:

e=a
f=[a.(10).(1),b.(10).(1),c.(10).(1),d.(10).(1)]
e.(10).(1)=f

but alas...
% Conflicting data structures: F,MISSING.
% Execution halted at $MAIN$ .

So. Is there a way around this mess?

<whine>

Any and all help would be most appreciated.

...or is it possible taht I am exceeding the allowable limits on the maximum
elements in an array?

Will

--
Will Baird email: wbaird@acca.nmsu.edu http://acca.nmsu.edu/~wbaird/
Phantoms! Whenever I think I fully understand mankind's purpose on earth...
suddenly I see phantoms dancing in the shadows...[saying] pointly as words,
"What you know is nothing little man; what you have to learn, immense." - CD
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Working with Preexisting Data Set
Next Topic: Re: Spectral Library Resampling Help!

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

Current Time: Wed Oct 08 18:57:13 PDT 2025

Total time taken to generate the page: 0.00574 seconds