-
Notifications
You must be signed in to change notification settings - Fork 2
User Manual
Functions marked _experimental _in this document are under development now. They may content bugs or may not work at all.
The Main window contains the Main menu, the Project tree, the Structure panel, and the Graph panel. The project tree displays various project items, such as models, data files, model extensions, etc. The structure panel displays an active model.
The main menu gives access to all available commands. Some of these commands are duplicated in toolbars or popup menus.
The Project toolbar contains project-related commands grouped on panels:
-
New creates a new empty project containing a single empty model.
-
Open the “Open project” dialog to open a project form file. The drop-down menu contents a list of ten previously opened projects.
-
Save saves the project to a file having a current file name.
-
Save as shows the “Save as” dialog to select the new file name and location of the project.
-
Print – prints the current project (experimental).
-
Panel Project items allow to manage of the structure and content of the project:
-
New model adds new empty model to the project.
-
New folder (experimental) creates a new folder in the Models or Data sections.
-
New extension adds an extension to the selected model.
-
Copy as text (experimental) copies the selected project item as text.
-
Properties displays the Properties dialog for the selected project item. The content of the dialog depends on the type of project item.
-
Delete item deletes the selected project item.
-
Panels Stacks and Layers contents commands for manipulation of the structure of a model:
-
Add (Stack) adds a new empty stack to the model. The new stack would be added before the substrate if no stacks were selected. Otherwise, it would be added after the selected stack.
-
Insert (Stack) inserts a new stack before the selected one.
-
Delete (Stack) deletes the selected stack with all the layers inside it.
-
Add (Layer) adds a new layer into the selected stack. The drop-down menu contains the Insert Layer command.
-
Copy copies of the selected layer(s) to the clipboard.
-
Paste pasted layers from the clipboard after the selected layer or into the selected stack.
-
Delete deletes the selected layer(s). The drop-down menu contains the Cut layers command.
-
Data panel allows manipulations with experimental data.
-
Load loads measured XRR curve from an ASCII file (*.dat, *.tet, *.txt). The drop-down menu contents Paste from the clipboard command.
-
Normalize normalizes all points of the selected experimental data curve by a real factor F.
-
Materials menu contents Library command. This command opened the Materials Library window.