|
ERIS Pipeline Reference Manual 1.8.15
|
Functions | |
| master_wave * | en_master_wave_create (const hdrl_image *raw_wave_image, const cpl_mask *raw_wave_bpm, const cpl_image *raw_wave_confidence, const hdrl_image *calibrated_wave_image, const cpl_mask *calibrated_wave_bpm, const cpl_image *calibrated_wave_confidence, const char *filename, const cpl_propertylist *plist) |
| Create a new master_wave struct and initialise the contents. | |
| master_wave * en_master_wave_create | ( | const hdrl_image * | raw_wave_image, |
| const cpl_mask * | raw_wave_bpm, | ||
| const cpl_image * | raw_wave_confidence, | ||
| const hdrl_image * | calibrated_wave_image, | ||
| const cpl_mask * | calibrated_wave_bpm, | ||
| const cpl_image * | calibrated_wave_confidence, | ||
| const char * | filename, | ||
| const cpl_propertylist * | plist | ||
| ) |
Create a new master_wave struct and initialise the contents.
The function returns a pointer to a master_wave structure that is populated with copies of the given items.
The object and its contents are deleted by a call to en_master_wave_delete.
Definition at line 62 of file eris_nix_master_wave.c.
References hdrl_image_duplicate().