#include <math.h>#include "xsh_irplib_mkmaster.h"#include "xsh_pfits.h"#include "xsh_msg.h"Go to the source code of this file.
Functions | |
| static cpl_vector * | irplib_imagelist_get_clean_mean_levels (const cpl_imagelist *iml, const double kappa, const int nclip, const double tolerance) |
| find out the character string associated to the DIT keyword in a propertylist | |
| static cpl_error_code | irplib_imagelist_subtract_values (cpl_imagelist **iml, cpl_vector *values) |
| Subtract from input imagelist values specified in input vector. | |
| static double | irplib_vector_ksigma (cpl_vector *values, const double klow, const double khigh, int kiter) |
| Perform kappa-sigma clip. | |
| static cpl_image * | irplib_imagelist_ksigma_stack (const cpl_imagelist *imlist, double klow, double khigh, int kiter) |
| Stack images using k-sigma clipping. | |
| cpl_image * | xsh_irplib_mkmaster_mean (cpl_imagelist *images, const double kappa, const int nclip, const double tolerance, const double klow, const double khigh, const int niter) |
| Computes master frame by clean stack mean of the input imagelist. | |
| cpl_image * | xsh_irplib_mkmaster_median (cpl_imagelist *images, const double kappa, const int nclip, const double tolerance) |
| Computes master frame by clean stack median of the input imagelist. | |
| cpl_imagelist * | xsh_irplib_mkmaster_dark_fill_imagelist (const cpl_imagelist *raw_images, cpl_propertylist **raw_headers, const cpl_image *master_bias, double *mean_exptime) |
1.6.1