Definition in file yanera_data.c.
Go to the source code of this file.
Functions | |
void | yanera_load_data (yanera_container *yanera) |
Reads all the data files into memory. | |
void | yanera_read_resolution (yanera_container *yanera) |
Reads the user supplied resolution file into memory. |
void yanera_load_data | ( | yanera_container * | yanera | ) |
yanera | The global yanera_container . |
q
, R
, and e
, respectivly.
If the data does not contain the error in , or the chosen weighting for fitting does not use it, this function also sets the according tot the fit_weighting
flag.
In the event that fit_weighting
is selected to be WEIGHT_DATA
, but the third data column is missing from the file, then is set to be 1.
Definition at line 24 of file yanera_data.c.
void yanera_read_resolution | ( | yanera_container * | yanera | ) |
For scans where incident slits are fixed, then the instrumental resolution is fixed.
Definition at line 102 of file yanera_data.c.