other:amass:documentation:shell
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:amass:documentation:shell [2024/06/18 13:25] – sgranger | other:amass:documentation:shell [2024/07/17 15:44] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Introduction | + | ====== |
+ | |||
+ | ==== Introduction | ||
The main AMASS program is the control center that provides easy access to all AMASS functions, parameters, and data. | The main AMASS program is the control center that provides easy access to all AMASS functions, parameters, and data. | ||
- | {{shell_no_v3d.jpg}} | + | {{:shell_no_v3d.jpg}} |
The controls are divided into three groups; the **Input files** group, the **Project** group, and the **Function** group. This section provides a detailed description of the first two groups and an overview of the **Function** group. | The controls are divided into three groups; the **Input files** group, the **Project** group, and the **Function** group. This section provides a detailed description of the first two groups and an overview of the **Function** group. | ||
Line 10: | Line 12: | ||
- | ===== Input files group ===== | + | ==== Input files group ==== |
This area allows the selection of any number of data files for processing. It also allows the naming of destination folders for files to be generated by processing of the input files. | This area allows the selection of any number of data files for processing. It also allows the naming of destination folders for files to be generated by processing of the input files. | ||
- | {{input_files.jpg}} | + | {{:input_files.jpg}} |
- | ==== Input files ==== | + | === Input files === |
The large list box displays all files present in the folder indicated in the **Folder** edit box that have the extension of the selected radio button found below the **Folder** edit box. | The large list box displays all files present in the folder indicated in the **Folder** edit box that have the extension of the selected radio button found below the **Folder** edit box. | ||
Line 24: | Line 26: | ||
Specific buttons are provided to **Select all** files, **Clear all** selections, **Rename** a file, **Refresh** the file list, and **Delete** selected files. | Specific buttons are provided to **Select all** files, **Clear all** selections, **Rename** a file, **Refresh** the file list, and **Delete** selected files. | ||
- | ==== Folder | + | === Folder === |
Each project records the individual folders where data files of the various types used by AMASS (//.raw//, //.cen//, //.cal//, //.seg//, //.c3d//) will be stored. Of course all data file types may also be stored in a single folder. When a user selects a file type by clicking on a radio button below the **Folder** box, the box’s entry will change to the folder that contains that file type for the current project, and the large **Input files** list box will display all files having that extension. For example, if the **cen** button is selected then the large list box will show all files that have the //.cen// extension that are contained in the folder displayed in the **Folder** box. | Each project records the individual folders where data files of the various types used by AMASS (//.raw//, //.cen//, //.cal//, //.seg//, //.c3d//) will be stored. Of course all data file types may also be stored in a single folder. When a user selects a file type by clicking on a radio button below the **Folder** box, the box’s entry will change to the folder that contains that file type for the current project, and the large **Input files** list box will display all files having that extension. For example, if the **cen** button is selected then the large list box will show all files that have the //.cen// extension that are contained in the folder displayed in the **Folder** box. | ||
Line 32: | Line 34: | ||
// | // | ||
- | The leftmost radio button is only active if raw camera data are being supplied via files other than //.cen// files. See // | + | The leftmost radio button is only active if raw camera data are being supplied via files other than //.cen// files. See // |
- | ===== Project group ===== | + | ==== Project group ==== |
The Project group has a non-editable window containing the project name, and **Edit**, **Open…**, | The Project group has a non-editable window containing the project name, and **Edit**, **Open…**, | ||
- | {{project_group.jpg}} | + | {{:project_group.jpg}} |
When the AMASS shell program is started it automatically loads the last used Project file. If the program cannot find or open the last used project it presents the following dialog. | When the AMASS shell program is started it automatically loads the last used Project file. If the program cannot find or open the last used project it presents the following dialog. | ||
- | {{no_last.jpg}} | + | {{:no_last.jpg}} |
Here the user may create a new project file containing default values for all parameters, or open a different, existing project file. | Here the user may create a new project file containing default values for all parameters, or open a different, existing project file. | ||
- | ==== Edit project parameters (Edit) | + | === Edit project parameters (Edit) === |
Once a project file has been loaded its parameters may be examined or changed by use of the **Edit** button which displays the following parameter edit dialog. | Once a project file has been loaded its parameters may be examined or changed by use of the **Edit** button which displays the following parameter edit dialog. | ||
- | {{edit_params.jpg}} | + | {{:edit_params.jpg}} |
This dialog provides a tab for each of the main processing functions ( **Input** (**Convert**), | This dialog provides a tab for each of the main processing functions ( **Input** (**Convert**), | ||
- | ==== Open another project (Open...) | + | === Open another project (Open...) === |
The **Open…** button allows the user to navigate to and load any existing Project file. Upon file selection all parameters and folder information for that project are loaded and become available for immediate use. The data for the current Project file are automatically saved before the selected file is loaded. | The **Open…** button allows the user to navigate to and load any existing Project file. Upon file selection all parameters and folder information for that project are loaded and become available for immediate use. The data for the current Project file are automatically saved before the selected file is loaded. | ||
- | ==== Create new project (New...) | + | === Create new project (New...) === |
On pressing the **New…** button the current project file is saved and the user is presented with a dialog requesting a new project name and a folder location where the new project file is to be stored. | On pressing the **New…** button the current project file is saved and the user is presented with a dialog requesting a new project name and a folder location where the new project file is to be stored. | ||
- | {{new_proj.png}} | + | {{:new_proj.png}} |
The initial contents of the new project file will be identical to the current project file and should be customized by use of the **Edit** command. | The initial contents of the new project file will be identical to the current project file and should be customized by use of the **Edit** command. | ||
Line 73: | Line 75: | ||
- | ===== Function group ===== | + | ==== Function group ==== |
After selecting one or more Input files, you can click on any enabled button in the **Function** group to perform the indicated processing. | After selecting one or more Input files, you can click on any enabled button in the **Function** group to perform the indicated processing. | ||
- | {{functions_nov3d.jpg}} | + | {{:functions_nov3d.jpg}} |
Note that only those buttons whose function can process the selected input files (.//cen// files in this example) will be enabled, providing a valuable guide to the novice user. The rest of this section provides a very brief overview of the various functions. | Note that only those buttons whose function can process the selected input files (.//cen// files in this example) will be enabled, providing a valuable guide to the novice user. The rest of this section provides a very brief overview of the various functions. | ||
- | ==== Capture2D... | + | === Capture2D... === |
This button launches the C-Motion camera // | This button launches the C-Motion camera // | ||
Line 87: | Line 89: | ||
Note that the parameters that control the // | Note that the parameters that control the // | ||
- | ==== View3D | + | === View3D === |
// | // | ||
- | ==== Convert | + | === Convert === |
- | The // | + | The // |
- | ==== ViewCen | + | === ViewCen === |
// | // | ||
- | ==== Calibrate | + | === Calibrate === |
- | The AMASS // | + | The AMASS // |
- | The calibration software performs a series of complex computations in order to determine, among other things, each camera’s focal length, lens distortions, | + | The calibration software performs a series of complex computations in order to determine, among other things, each camera’s focal length, lens distortions, |
- | ==== ViewLin | + | === ViewLin === |
Every .//cal// file can be examined with the // | Every .//cal// file can be examined with the // | ||
- | ==== Track ==== | + | === Track === |
The // | The // | ||
- | ==== ViewSeg | + | === ViewSeg === |
// | // | ||
- | ==== Identify | + | === Identify === |
The // | The // | ||
- | ==== Analyze | + | === Analyze === |
- | The // | + | The // |
other/amass/documentation/shell.1718717104.txt.gz · Last modified: 2024/06/18 13:25 by sgranger