Interface

Main Interface

After starting ATOM, first enter the login interface. After entering the account and password, click Login to enter the ATOM main interface.

alt

This interface consists of the following 2 parts:

Serial number

Name

Description

Menu Bar

Set language, access help, restart ATOM, log out.

Graph management area

Create a new blank graph, import graph files, import custom operators.

Graph card right-click shortcut menu: The right-click shortcut menu of the graph card can delete the graph, export the graph, and release the graph.

Search graph: Enter keywords in the search box to search.

Batch export and delete: After clicking Batch operation, select graphs in batches and export or delete them.

Graph Editing Interface

The interface after entering the algorithm graph is as shown below:

alt

The interface consists of the following 4 parts:

Serial number

Name

Description

Menu Bar

Run Graph, Set Parameter Mapping, Export Graph, Clear Data, Repeat Run, Return to Main Interface.

Operator library

Expand the operator library by hovering the mouse, click interface fixed icon to fix the panel, and click again to cancel the fixation.

Search in the operator library according to the operator category or enter keywords in the search box.

Canvas

Arrange and connect operators in the canvas.

Click interface search icon to enter keywords to search for operators. Operators containing keywords will be highlighted in yellow in the canvas.

Click interface layput icon to automatically adjust the position of operators in the canvas.

Operator Parameters

Set the parameters of the corresponding operator in this area and view the operation results of the operator.

Log

Software operation log.

Operator

Operator Composition

An operator consists of the following three parts:

interface operator

Serial number

Name

Description

Function area

interface operator icon 1 : Open the operator parameter mapping table.

interface operator icon 2 : Used to perform some initialization operations before the operator runs, such as loading data, so that these prepared resources can be quickly accessed during subsequent runs.

interface operator icon 3 : Run the current operator.

interface operator icon 4 :Run the current operator and the operators connected to it later.

Node connection area

The left side is the input node, and the right side is the output node. Each node consists of a node name and a node type. Left-click any output node to connect it to the input node of the same type of other operators. An output node can be connected to the input nodes of multiple operators, but an input node can only be connected to one input.

Display area

This area displays the operator name and operator notes (if added).

Operator Right-click Shortcut Menu

  • Right-click an operator to pop up a shortcut menu, where you can annotate, copy, and delete operators; if you right-click an output node, an additional list of connectable operators is added.

  • Use the CTRL key combination to select multiple operators. Right-click to pop up a shortcut menu, where you can batch annotate, batch copy, batch delete, and cancel multiple selections.

Operator Status

Selected State

interface status default

interface status single

interface status multiple

Default state

Single selected state

Multiple selected state

Running State

  • When the operator border is green, it means it is running correctly.

  • When the operator border is yellow, it means there is a warning.

  • When the operator border is red, it means there is an error.

  • When the operator border is a green dashed line, it means it is running but not executed.

Operator Parameters

Double-click an operator in the canvas to expand the operator parameter panel, which consists of operator operation, operator input, operator parameters, and operator output. Except for the operator operation area, each area can be expanded or collapsed, and the area display height can be adjusted by dragging.