#include <cpl.h>#include <xsh_msg.h>#include <xsh_error.h>#include "xsh_model_anneal.h"#include "xsh_model_kernel.h"#include "xsh_model_arm_constants.h"#include "xsh_model_io.h"#include "xsh_model_metric.h"#include "xsh_model_sa.h"Go to the source code of this file.
Defines | |
| #define | MAXIT 25000 |
Functions | |
| cpl_table * | xsh_model_anneal_reduce (const char *xsh_config_file, const char *xsh_config_tag, const char *meas_coord_file) |
| The actual anneal computation takes place here. | |
| void | get_meas_coordinates (int sizearraywavelengths, coord *meas_coord, char *datname) |
| int | countlines (const char *filename) |
| #define MAXIT 25000 |
Definition at line 48 of file xsh_model_anneal.c.
Referenced by xsh_model_anneal_reduce(), and xsh_model_first_anneal().
| int countlines | ( | const char * | filename | ) |
Definition at line 256 of file xsh_model_anneal.c.
Referenced by xsh_model_anneal_reduce().
| void get_meas_coordinates | ( | int | sizearraywavelengths, | |
| coord * | meas_coord, | |||
| char * | datname | |||
| ) |
Definition at line 225 of file xsh_model_anneal.c.
References xs_3::arm, order, x, and y.
Referenced by xsh_model_anneal_reduce().
1.6.1