IIINSTRUMENT Pipeline Reference Manual  0.1.11
Functions
Miscellaneous Utilities

Functions

const char * iiinstrument_get_license (void)
 Get the pipeline copyright and license. More...
 
cpl_error_code iiinstrument_check_and_set_groups (cpl_frameset *frameset)
 check the entries in the recipe and classify the frameset with the tags More...
 

Detailed Description

Includes

Function Documentation

◆ iiinstrument_check_and_set_groups()

cpl_error_code iiinstrument_check_and_set_groups ( cpl_frameset *  frameset)

check the entries in the recipe and classify the frameset with the tags

Parameters
framesetinput set of frames
Returns
cpl_error_code

Definition at line 70 of file iiinstrument_utils.c.

References iiinstrument_dfs_set_groups().

◆ iiinstrument_get_license()

const char* iiinstrument_get_license ( void  )

Get the pipeline copyright and license.

Returns
The copyright and license string

The function returns a pointer to the statically allocated license string. This string should not be modified using the returned pointer.

Definition at line 54 of file iiinstrument_utils.c.