#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include <time.h>#include "include/curveio.h"Go to the source code of this file.
Functions | |
| int | xelRead (char *filename, DFT *dft) |
Read Xeleris TAC file into DFT data structure. Any previous content of DFT is deleted.
| filename | Name of Xeleris TAC file to be read |
| dft | Pointer to DFT data where to regional TAC data is read |
Definition at line 47 of file xeleris.c.
References DFT::_type, dfterrmsg, dftSetmem(), DFT::frameNr, DFT::isweight, Voi::name, Voi::place, DFT::studynr, DFT::timetype, DFT::timeunit, DFT::unit, DFT::voi, Voi::voiname, DFT::voiNr, DFT::x, DFT::x1, DFT::x2, and Voi::y.
1.8.0