fors_overscan.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef FORS_OVERSCAN_H
00029 #define FORS_OVERSCAN_H
00030
00031 #include <cpl.h>
00032 #include "fiera_config.h"
00033 #include "fors_image.h"
00034
00035
00036 fors_image * fors_subtract_prescan(const fors_image * image,
00037 const mosca::ccd_config& ccd_config);
00038
00039 fors_image_list * fors_subtract_prescan(const fors_image_list * ima_list,
00040 const mosca::ccd_config& ccd_config);
00041
00042 void fors_trimm_preoverscan(fors_image * image,
00043 const mosca::ccd_config& ccd_config);
00044
00045 void fors_trimm_preoverscan(fors_image_list * ima_list,
00046 const mosca::ccd_config& ccd_config);
00047
00048 void fors_trimm_preoverscan(cpl_mask *& mask,
00049 const mosca::ccd_config& ccd_config);
00050
00051 void fors_trimm_fill_info(cpl_propertylist * header,
00052 const mosca::ccd_config& ccd_config);
00053
00054 #endif