Re: [opendx-dev] OpenDX data model confusion

2005-07-29 Thread Chris Pelkie
The 'basis set' in DX is the positions component. You are close to what you need. You need a 1-D (rank 1 shape 1) positions. They can be simply 0..n-1, where n = number of items in (each of) your data array(s). This is what binds the other components together, in this case, just like an array

Re: [opendx-dev] OpenDX data model confusion

2005-07-29 Thread Chris Pelkie
BTW, this was an opendx-users not -dev sort of question. For future reference. On Jul 29, 2005, at 1:55 AM, Matt Genovese wrote: ___ Chris Pelkie Scientific Visualization Producer 622 Rhodes Hall, Cornell Theory Center Ithaca, NY 14853 (607) 254-8794

Re: [opendx-dev] OpenDX data model confusion

2005-07-29 Thread Joel Richardson
Hi Matt, Sounds like you are on the right track. The simplest way to get your data into DX is probably just to create a delimited text file and use ImportSpreadsheet (be sure to set the delimiter input to whatever you use in the file (comma, tab, space, ...) timesource1 source2