Actions
Reload and Edit an existing application » History » Revision 8
« Previous |
Revision 8/9
(diff)
| Next »
Anchi Cheng, 10/17/2012 05:00 PM
Load and Edit an existing application¶
Load application in Leginon Application Editor¶
- From Leginon main menu, select Application/Edit...>
- In Application Editor, select Application/Load> to select the desired application from the pull-down menu.
Make the changes to the application.¶
Change the class of a target finder node while retaining its bindings:¶
- right click on the name of the node (ended with the word "Targeting") and choose property
- choose the class you want to replace it with in the pop-up window,
- click o.k.
Example of adding a node of class MyNewClass named MyNewNode and give it a binding from MyExistingNode:¶
- right click on the name of the laucher main and choose Add Node.
- Choose from the pull down the node class you want
- Fill in a unique name for the node in the application. (You can use the same name in different application so that settings are shared)
- click o.k.
Binding from MyExistingNode to MyNewNode¶
- Right click on MyExistingNode and choose Bind Event...
- Choose MyNewNode as the "To Node"
- Choose a valid binding between the two.
- click o.k.
Save the application¶
- Application/ Save As> to save all the changes with a changed application name.
OR - Application/ Save> to overwrite existing application as a new version.
< Use the Application Editor to create Leginon applications | Edit an existing application as an xml file >
Updated by Anchi Cheng about 12 years ago · 8 revisions