Difference between revisions of "Projects on the command line"

From Dynamo
Jump to navigation Jump to search
(Created page with "==Creation of projects== Projects can be created in disk with the command {{docfunction|dynamo_vpr|dv}}. For instace: <tt>dv newProject</tt> creates an empty project in...")
 
 
Line 15: Line 15:
  
 
==Passing parameters to a project==
 
==Passing parameters to a project==
 +
 +
The basic function to pass parameters one by one is {{docfunction|dynamo_vpr_put|dvput}}

Latest revision as of 10:46, 23 May 2016

Creation of projects

Projects can be created in disk with the command dv. For instace:

dv newProject

creates an empty project in disk. All the files and folders it points to (masks, data, etc) are just placeholders that need to be filled.

Create projects with fills

You can also indicate some file parameters while creating the project:

dv newProject -d myData -m myMask -t angles.tbl -tm myTemplate.mrc -sm smoothing.mrc -fm fourierMask.mrc -cm  classificationMask.mrc 

Default seed files

Passing parameters to a project

The basic function to pass parameters one by one is dvput