Re: Writing an 8 Column array into a data file [message #87567 is a reply to message #87565] |
Sat, 15 February 2014 07:34  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
drewciampa@gmail.com writes:
> Thanks for the response, but what I'm getting is 8 columns by 6000. The problem is that the data keeps on getting layered by row instead of column. Each column needs it's own set of data, belo is what I want where one column contains 1's data, the second contains 2's...
> 1-2-3-4
> 1-2-3-4
> 1-2-3-4
> 1-2-3-4
> 1-2-3-4
>
> Instead I get:
> 1-1-1-1
> 1-2-2-2
> 2-2-3-3
> 3-3-3-4
> 4-4-4-4
>
> Does that make sense?
What would make sense is you showing us some code so we have some idea
what the hell it is you are talking about. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|