Projects on the command line
Revision as of 09:46, 23 May 2016 by Daniel Castaño (talk | contribs) (→Passing parameters to a project)
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
Default seed files
Passing parameters to a project
The basic function to pass parameters one by one is dvput