pygmi.raster.menu#
Raster Menu Routines.
Classes#
Widget class to call the main interface. |
Module Contents#
- class pygmi.raster.menu.MenuWidget(parent=None)#
Widget class to call the main interface.
This widget class creates the raster 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.
- metadata()#
Metadata.
- basic_stats()#
Display basic statistics.
- equation_editor()#
Equation Editor.
- export_data()#
Export raster data.
- cut_data()#
Cut data.
- clip_zoom()#
Clip to zoom.
- get_prof()#
Get profile.
- gradients()#
Compute different gradients.
- norm_data()#
Normalisation of data.
- raster_interp()#
Show raster data.
- cont()#
Compute Continuation.
- show_ccoef()#
Show 2D correlation coefficients.
- show_histogram()#
Show histogram of raster data.
- show_raster_data()#
Show raster data.
- show_raster_data2()#
Show raster data.
- show_anaglyph()#
Show anaglyph of raster data.
- show_surface()#
Show surface.
- show_scatter_plot()#
Show scatter plot.
- smoothing()#
Smoothing of Data.
- agc()#
Compute AGC.
- visibility()#
Compute visibility.
- reproj()#
Reproject a dataset.
- merge()#
Merge datasets.
- lstack()#
Layer stack datasets.
- import_data()#
Import data.
- import_rgb_data()#
Import RGB data.
- bandselect()#
Select bands.