Skip to content

Conversation

@manke-cubert
Copy link
Contributor

No description provided.

args.userplugin = userplugin.c_str();
args.complete = complete;
args.pan_failback = pan_failback ? 1 : 0;
std::strncpy(args.pansharpening_settings.channel_selection, pansharpening_settings.channel_selection.c_str(), CUVIS_MAXBUF);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not call the pansharpening_settings operator?

inline GeneralExportArgs::operator cuvis_export_general_settings_t() const
{
cuvis_export_general_settings_t ges({});
std::strncpy(ges.pansharpening_settings.channel_selection, pansharpening_settings.channel_selection.c_str(), CUVIS_MAXBUF);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not call the pansharpening settings operator?

@birkholz-cubert birkholz-cubert merged commit 7ad0f2a into develop Dec 15, 2025
@birkholz-cubert birkholz-cubert deleted the feature/pansharpening_changes branch December 22, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants