Projects on the command line
Revision as of 09:46, 23 May 2016 by Daniel Castaño (talk | contribs) (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...")
Contents
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