Difference between revisions of "Dcp GUI"
(Created page with "Category : dcp The GUI <tt> dcp </tt> is the main tool for interactive design of projects. Using it assumes that a data folder is already ava...") |
|||
Line 1: | Line 1: | ||
[[Category : dcp ]] | [[Category : dcp ]] | ||
− | The GUI <tt> dcp </tt> is the main tool for interactive design of [[Alignment project| projects]]. Using it assumes that a [[data folder]] is already available. Other required elements (as template, table, masks) can be previously available and linked to a project or | + | The GUI <tt> dcp </tt> (for Dynamo Current Project) is the main tool for interactive design of [[Alignment project| projects]]. Using it assumes that a [[data folder]] is already available. Other required elements (as template, table, masks) can be previously available and linked to a project, or simply be created during the design of the project using tools indicated by the GUI |
− | < | + | <tt> |
>> dcp | >> dcp | ||
− | </ | + | </tt> |
== Using the dcp GUI == | == Using the dcp GUI == | ||
The GUI follows the pipeline for designing an [[Alignment project]]. | The GUI follows the pipeline for designing an [[Alignment project]]. | ||
+ | |||
+ | |||
+ | == Auxiliary tasks == | ||
== Invoking the dcp GUI from the command line == | == Invoking the dcp GUI from the command line == | ||
− | === Open on existing project == | + | === Open on existing project === |
<code> | <code> |
Revision as of 09:54, 17 March 2016
The GUI dcp (for Dynamo Current Project) is the main tool for interactive design of projects. Using it assumes that a data folder is already available. Other required elements (as template, table, masks) can be previously available and linked to a project, or simply be created during the design of the project using tools indicated by the GUI
>> dcp
Contents
Using the dcp GUI
The GUI follows the pipeline for designing an Alignment project.
Auxiliary tasks
Invoking the dcp GUI from the command line
Open on existing project
>>dcp myProject
You can use dprojects to check the projects currently available on the current folder.
Create a new project
>>dcp.new('myProject');
This will create in disk the project folder myProject
While creating a project from scratch you can directly pass some elements as tables, masks, etc
Copy a project
>>dcp.copy('previousProject','newProject');
Other command line orders for project manipulation
Older commands for project manipulation are still available in Dynamo dvcopy to copy a project dvput to insert parameters inside a project without using any GUI