pygmi.vector.menu#
Vector Menu Routines.
Classes#
Widget class to call the main interface. |
Module Contents#
- class pygmi.vector.menu.MenuWidget(parent=None)#
Widget class to call the main interface.
This widget class creates the vector menus to be found on the main interface. Normal as well as context menus are defined here.
- Parameters:
parent (pygmi.main.MainWidget, optional) – Reference to MainWidget class found in main.py. The default is None.
- colselect()#
Select bands.
- grid()#
Grid datasets.
- scomp()#
Structure complexity.
- cut_data()#
Cut point data.
- reproject()#
Reproject point data.
- export_xyz()#
Export XYZ data.
- export_vector()#
Export line data.
- file_split()#
Text file split.
- import_xyz()#
Import XYZ data.
- import_vector()#
Import shape data.
- metadata()#
Metadata.
- plot_ccoef()#
Plot correlation coefficient data.
- show_line_data()#
Show line data.
- show_line_map()#
Show line map.
- show_vector_data()#
Show vector data.
- show_rose_diagram()#
Show rose diagram.
- show_hist()#
Show histogram.
- basic_stats()#
Display basic statistics.