SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
product_expression.h
Go to the documentation of this file.
1#pragma once
2
6
8
9namespace satdump
10{
11 namespace products
12 {
23 image::Image generate_expression_product_composite(ImageProduct *product, std::string expression, float *progress = nullptr);
24
32 bool check_expression_product_composite(ImageProduct *product, std::string expression);
33 } // namespace products
34} // namespace satdump
SatDump image product class.
Definition image_product.h:42
ImageProduct implementation.