Dcp GUI

From Dynamo
Revision as of 11:00, 17 March 2016 by Daniel Castaño (talk | contribs)
Jump to navigation Jump to search


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