#include <tests.h>
#include <xsh_data_pre.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_data_instrument.h>
#include <xsh_data_rec.h>
#include <xsh_data_localization.h>
#include <xsh_drl.h>
#include <xsh_pfits.h>
#include <xsh_badpixelmap.h>
#include <xsh_parameters.h>
#include <cpl.h>
#include <math.h>
#include <getopt.h>
Go to the source code of this file.
|
| static void | Help (void) |
| |
| static void | HandleOptions (int argc, char **argv, xsh_extract_param *extract_par, int *decode_bp) |
| |
| cpl_error_code | xsh_set_wcs (cpl_propertylist *header, const double crpix1, const double crval1, const double cdelt1, const double crpix2, const double crval2, const double cdelt2) |
| |
| static cpl_frame * | xsh_extract_local_clean (cpl_frame *frame2D, xsh_instrument *instrument) |
| |
| int | main (int argc, char **argv) |
| | Unit test of xsh_extract_clean.
|
| |
◆ HandleOptions()
| static void HandleOptions |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
xsh_extract_param * |
extract_par, |
|
|
int * |
decode_bp |
|
) |
| |
|
static |
Definition at line 99 of file test-xsh_extract_clean_sym.c.
References CLEAN_METHOD, DEBUG_OPT, DECODEBP_OPT, EXTRACT_METHOD_PRINT, FULL_METHOD, Help(), HELP_OPT, LOCALIZATION_METHOD, long_options, xsh_extract_param::method, METHOD_OPT, NOD_METHOD, XSH_DEBUG_LEVEL_HIGH, XSH_DEBUG_LEVEL_LOW, xsh_debug_level_set(), and xsh_msg.
◆ Help()
| static void Help |
( |
void |
| ) |
|
|
static |