|
ERIS Pipeline Reference Manual 1.9.2
|
Functions | |
| master_flat * | en_master_flat_create (const hdrl_image *flat, const cpl_mask *cold_bpm, const cpl_image *confidence, const char *filename, const cpl_propertylist *plist) |
| Create a new master_flat struct and initialise the contents. | |
MASTER_FLATs
| master_flat * en_master_flat_create | ( | const hdrl_image * | flat, |
| const cpl_mask * | cold_bpm, | ||
| const cpl_image * | confidence, | ||
| const char * | filename, | ||
| const cpl_propertylist * | plist | ||
| ) |
Create a new master_flat struct and initialise the contents.
| flat | the image containing the flatfield |
| cold_bpm | the mask with 'cold' pixels (may be NULL) |
| confidence | the image containing the confidence array |
| filename | the name of the file associated with the flat |
| plist | the propertylist associated with the flat |
The function returns a pointer to a master_flat structure that is populated with copies of the given items.
The object and its contents are deleted by a call to en_master_flat_delete.
Definition at line 68 of file eris_nix_master_flat.c.
References hdrl_image_duplicate().