|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|
Do bilinear median and linear filtering on background values. More...

Functions | |
| cpl_error_code | hdrl_bfilt (double **xbuf, cpl_size nx, cpl_size ny) |
| Do bilinear median and linear filtering on background values. | |
| void | padext (double x[], cpl_size n) |
| Pads out array with missing points and linearly extrapolates the ends. | |
Do bilinear median and linear filtering on background values.
| cpl_error_code hdrl_bfilt | ( | double ** | xbuf, |
| cpl_size | nx, | ||
| cpl_size | ny | ||
| ) |
Do bilinear median and linear filtering on background values.
| xbuf | The input map to be smoothed |
| nx | The X dimension of the map |
| ny | The Y dimension of the map |
Description: A map is smoothed using sliding median and mean filters.
| void padext | ( | double | x[], |
| cpl_size | n | ||
| ) |
Pads out array with missing points and linearly extrapolates the ends.
| x | . |
| n | . |
Description: .Pads out array with missing points and linearly extrapolates the ends