High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_bpm_utils.h File Reference
#include <cpl.h>
#include <stdint.h>
#include "hdrl_image.h"
#include "hdrl_imagelist.h"
Include dependency graph for hdrl_bpm_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CPL_BEGIN_DECLS cpl_mask * hdrl_bpm_filter (const cpl_mask *, cpl_size, cpl_size, cpl_filter_mode)
 Allows the growing and shrinking of bad pixel masks. It can be used to e.g. set pixels to bad if the pixel is surrounded by other bad pixels.
 
cpl_imagelist * hdrl_bpm_filter_list (const cpl_imagelist *, cpl_size, cpl_size, cpl_filter_mode)
 Wrapper around hdrl_bpm_filter() to filter list of images.