Struct cuvis_export_general_settings_t
ClassList > cuvis_export_general_settings_t
general export settings
#include <cuvis.h>
Public Attributes
| Type | Name |
|---|---|
| CUVIS_INT | add_fullscale_pan |
| CUVIS_CHAR | export_dir |
| CUVIS_PANSHARPENING_SETTINGS | pansharpening_settings |
| CUVIS_INT | permissive |
Public Attributes Documentation
variable add_fullscale_pan
CUVIS_INT cuvis_export_general_settings_t::add_fullscale_pan;
add full-resolution pan to the export. The pan image is exported seperately
variable export_dir
CUVIS_CHAR cuvis_export_general_settings_t::export_dir[CUVIS_MAXBUF];
The export directory
variable pansharpening_settings
CUVIS_PANSHARPENING_SETTINGS cuvis_export_general_settings_t::pansharpening_settings;
Settings regarding pansharpening and channel selection
variable permissive
CUVIS_INT cuvis_export_general_settings_t::permissive;
Set exporter to "permisive mode"
If set, errors will be skipped and alternative values assumed, wherever possible.
E.g., if add_pan is selected but there is no panchromatic image avaialbe, the export is not possible. In permissive mode, however, the add_pan option is de-activated and an exprot without pan image is conducted instead.
Note:
This mode may lead to unexpected behaviour and should be used with caution.
The documentation for this class was generated from the following file docs/_api_sources/cuvis.h