Difference between revisions of "Dcm"

From Dynamo
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The command {{t|dcmj}}
+
The command {{t|dcm}} extends the functionalities of the [[dcm GUI]] for creating and managing catalogues.
 +
While the GUI offers quick tools for visiting the tomograms, the {{t|dcm}} command is normally more comfortable for global operations or data extraction.
 +
 
 +
==Creating a catalogue==
 +
 
 +
{{t|dcm -create myCatalogue}}
 +
 
 +
creates an empty catalogue.
 +
 
 +
==Adding elements==
 +
 
 +
{{t|dcm -fromvll myvll}}
 +
 
 +
where {{t|myvll}} is a [[volume list file]], in this case a text file with the names of the files
 +
 
 +
===Adding tomograms===
 +
 
 +
<tt>dcm -c <myCatalogue> -at <myTomogram></tt>
 +
 
 +
===Adding models from a tomogram===
 +
 
 +
==Deleting elements==

Latest revision as of 13:21, 1 September 2016

The command dcm extends the functionalities of the dcm GUI for creating and managing catalogues. While the GUI offers quick tools for visiting the tomograms, the dcm command is normally more comfortable for global operations or data extraction.

Creating a catalogue

dcm -create myCatalogue

creates an empty catalogue.

Adding elements

dcm -fromvll myvll

where myvll is a volume list file, in this case a text file with the names of the files

Adding tomograms

dcm -c <myCatalogue> -at <myTomogram>

Adding models from a tomogram

Deleting elements