Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > 4D concat % Onl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 5616 of 6022
Post > Topic >>

4D concat % Only three levels of variable concatenation are allowed.

by Reimar Bauer <R.Bauer@[EMAIL PROTECTED] > Apr 7, 2008 at 03:46 PM

Hi all

problem:

IDL> a=make_array(3,3,3,2)
IDL> help,a
<Expression>    FLOAT     = Array[3, 3, 3, 2]
IDL> help,[[[[[a]]],[[[a]]]]]

% Only three levels of variable concatenation are allowed.

solution:

IDL> help,concatenate_arrays(a,a,3)
% Compiled module: CONCATENATE_ARRAYS.
<Expression>    FLOAT     = Array[3, 3, 3, 4]



you can get this function from

http://www.fz-juelich.de/icg/icg-1/idl_icglib/idl_source/idl_work/fr_lib/concatenate_arrays.prohelp,concatenate_arrays(a,a,3)

and some others

         a IDL library at ForschungsZentrum Juelich
  http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html


cheers
Reimar
 




 2 Posts in Topic:
4D concat % Only three levels of variable concatenation are allo
Reimar Bauer <R.Bauer@  2008-04-07 15:46:00 
Re: 4D concat % Only three levels of variable concatenation are
Reimar Bauer <R.Bauer@  2008-04-07 15:47:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 4:39:55 CDT 2008.