ERIS Pipeline Reference Manual 1.9.2
Functions
Utilities relating to MASTER_WAVEs

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.
 

Detailed Description

Function Documentation

◆ en_master_wave_create()

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.

Returns
The new master_wave struct

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().