You will need to import the data first, you can use the data prompter to
do this, you will need to select grid or scattered file, select the
positions in the file and set the dimensions to 3.  Then you hit the
describe data tab and fill out the form.  Once you save this you will
get a file that looks like

file = docs/a.dat
points = 4
format = ascii
interleaving = record-vector
header = lines 0
field = locations
structure = 3-vector
type = float
dependency = positions

end


You could just modify this as awell, the terms are pretty clear.  Then
you need to create a new visual program.  It shold be import->show
positions->image

when you execute this you will see some tiny dots.  There is not much
more that you can do with this until yo define connections, that that is
another question.

Is the data regular at all??  Does it fall on a grid?
Or is it purely point data?



"Plank, Gordon" wrote:
> 
> Having just been introduced to opendx I am finding the nomenclature and
> syntax to be somewhat cryptic, specifically that associated with the
> importation of data.  What I need in order to get over this initial hump is
> very specific instruction (defining the data, constructing a network etc.)
> on importing a point cloud data set consisting of nothing more than a list
> of points in 3-D space (x, y and z) such as:
> 
>         x       y      z
> 2.7   3.4   7.4
>         2.5   3.2   6.8
>         2.0   3.1   5.7
>         ...  etc.
> 
> As a starter, I simply want to display these points in three dimensions.
> Begging your forgiveness as a beginner, any help at all would be very much
> appreciated.  Thanks in advance.
> 
> -Gordon

Reply via email to