Difference between revisions of "Dcp GUI"
Line 1: | Line 1: | ||
[[Category : dcp ]] | [[Category : dcp ]] | ||
− | The GUI <tt> dcp </tt> (for Dynamo Current Project) is the main tool for interactive design of [[Alignment project| projects]]. | + | 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. |
+ | |||
+ | Invoke it with: | ||
+ | <cone> | ||
>> dcp | >> dcp | ||
− | </ | + | </code> |
+ | in Matlab, or correspondingly with | ||
+ | <cone> | ||
+ | Dynamo >> dcp | ||
+ | </code> | ||
+ | if you are using the standalone version of ''Dynamo'' | ||
== 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]]. To create a new project, just write the name in the <tt>Project</tt> field. |
+ | |||
+ | ===Enter files === | ||
+ | |||
+ | ==== Data ==== | ||
+ | |||
+ | ==== Table==== | ||
+ | |||
+ | ==== Template ==== | ||
+ | |||
+ | ==== Masks ==== | ||
+ | |||
+ | ===== Alignment mask ===== | ||
+ | |||
+ | ===== Classification mask ===== | ||
+ | |||
+ | ===== Fourier mask ===== | ||
+ | |||
+ | ===== Smoothing mask ===== | ||
+ | |||
+ | ===Entering numerical parameters === | ||
+ | |||
+ | ===Entering execution parameters === | ||
+ | |||
+ | ===Executing the project === | ||
+ | |||
+ | ===Visualizing the results=== | ||
Revision as of 10:00, 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.
Invoke it with: <cone> >> dcp in Matlab, or correspondingly with <cone> Dynamo >> dcp if you are using the standalone version of Dynamo
Using the dcp GUI
The GUI follows the pipeline for designing an Alignment project. To create a new project, just write the name in the Project field.
Enter files
Data
Table
Template
Masks
===== Alignment mask =====
===== Classification mask =====
Fourier mask
Smoothing mask
Entering numerical parameters
Entering execution parameters
Executing the project
Visualizing the results
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