X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
xsh_model_anneal.c File Reference
#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.

Macros

#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)
 

Macro Definition Documentation

◆ MAXIT

#define MAXIT   25000

Definition at line 48 of file xsh_model_anneal.c.

Function Documentation

◆ countlines()

int countlines ( const char *  filename)

Definition at line 257 of file xsh_model_anneal.c.

Referenced by xsh_model_anneal_reduce().

◆ get_meas_coordinates()

void get_meas_coordinates ( int  sizearraywavelengths,
coord meas_coord,
char *  datname 
)

Definition at line 226 of file xsh_model_anneal.c.

References xs_3::arm, order, x, and y.

Referenced by xsh_model_anneal_reduce().