visualize the particle's position

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

visualize the particle's position

Eric BADEL
Dear group,
Do you think we can visualize the following 3D data with ImageJ ?

The file is made of the 3 (x,y,z) coordinates of N particles that are in
a cube.
We just know the dimensions of the cube and  the file has 3 floats (4
bytes each) for each particle.
they are little endian order.
An another possibility is to convert the positions into integers and to
fill the voxels where there is no particle with zero-value in order to
reconstruct a full 3D volume. But it is not very efficient and will
increase the size of the file.
thank you
Eric