Difference between revisions of "Table"

From Dynamo
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:Tables]]
 
[[Category:Tables]]
  
Tables are the  
+
Tables are the basical metadata system in Dynamo. They are just matrices that describe the properties of sets of particles. The property coded on each column is fixed.
 +
<tt>dapropos table</tt> will give you a list of basic commands that you can use for table manipulation.
  
 
==Format convention in a table==
 
==Format convention in a table==
 +
{{Table Convention}}
 +
 +
The convention can be consulted each time by the command <tt>dthelp</tt>
 +
  
 
==Reading and writing tables==
 
==Reading and writing tables==
 +
 +
Tables are customarily stored as text files with extension '.tbl'.
 +
Tables can be read and write into the matlab worspace with the standard commands <tt>dwrite</tt> and <tt>dread</tt>.
 +
For specially long tables, you can use the extension '.tbl', which will write the files in binary formays
  
 
==Visualization of tables==
 
==Visualization of tables==
 +
 +
=== <tt>dinfo </tt>===
 +
 +
=== <tt>dtplot</tt> ===
 +
 +
=== dtshow ===
 +
 +
=== dtview ===
 +
  
 
==Table manipulation==
 
==Table manipulation==
 +
 +
=== Creating tables  ===
  
 
=== Selection of parts of a table ===
 
=== Selection of parts of a table ===
  
=== Conversion with other software packages ===
+
=== Conversion tools for other software packages ===

Revision as of 11:15, 14 March 2016


Tables are the basical metadata system in Dynamo. They are just matrices that describe the properties of sets of particles. The property coded on each column is fixed. dapropos table will give you a list of basic commands that you can use for table manipulation.

Format convention in a table

Template:Table Convention

The convention can be consulted each time by the command dthelp


Reading and writing tables

Tables are customarily stored as text files with extension '.tbl'.

Tables can be read and write into the matlab worspace with the standard commands dwrite and dread.

For specially long tables, you can use the extension '.tbl', which will write the files in binary formays

Visualization of tables

dinfo

dtplot

dtshow

dtview

Table manipulation

Creating tables

Selection of parts of a table

Conversion tools for other software packages