Python and GUI operation map¶
Use this table to find the public Python operation that corresponds to a GUI action.
Operation map¶
Analysis task |
GUI entry point |
Python/API equivalent |
|---|---|---|
Open a DataArray in ImageTool |
|
|
Browse a data directory |
|
|
Open or replace data in the manager |
|
|
Build a Matplotlib figure |
Matplotlib API and |
|
Select a point or range from multidimensional data |
or the right-click context menu of each plot |
|
Aggregate over dimensions |
||
Interpolate along a dimension |
||
Coarsen data |
|
|
Thin data |
||
Crop data |
||
Rotate or symmetrize |
Transform dialogs including and |
|
Edit or add coordinates |
|
|
Edit or add attributes |
|
|
Swap dimensions |
||
Normalize interactively |
Expressions like |
|
Combine manager ImageTools |
Concatenate in the ImageTool manager |
|
Slice along an ROI path |
||
Mask with an ROI |
||
Momentum conversion |
ktool (Can be launched from the View menu) |
|
Interactive fitting |
ftool, goldtool, and restool (Can be launched from the Plot context menu) |
|
Pull data back out of the manager |
|