libtpccurveio
 All Data Structures Files Functions Variables Enumerations Enumerator Defines
Defines | Functions
include/curveio.h File Reference
#include "studynr.h"
#include "petunits.h"
#include "dft.h"
#include "dftio.h"
#include "dftunit.h"
#include "cpt.h"
#include "csv.h"
#include "if.h"
#include "mathfunc.h"
#include "result.h"
#include "dftres.h"
#include "fitres.h"
#include "idwc.h"
#include "libtpccurveiov.h"
#include "ncifile.h"
Include dependency graph for curveio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BACKUP_EXTENSION   ".bak"

Functions

int xelRead (char *filename, DFT *dft)
int tsvRead (char *filename, DFT *dft)

Define Documentation

#define BACKUP_EXTENSION   ".bak"

Definition at line 23 of file curveio.h.


Function Documentation

int tsvRead ( char *  filename,
DFT dft 
)

Read Amide TAC file (*.tsv) into DFT data structure. Any previous content of DFT is deleted.

Returns:
Returns nonzero in case an error is encountered and sets dfterrmsg.
Parameters:
filenameName of Amide TAC file (*.tsv) to be read
dftPointer to DFT data where to regional TAC data is read

Definition at line 51 of file tsv.c.

References DFT::_type, DFT::comments, dfterrmsg, dftSetmem(), dftTimeunitToDFT(), dftUnitToDFT(), DFT::frameNr, DFT::isweight, Voi::name, Voi::size, DFT::studynr, DFT::voi, Voi::voiname, DFT::voiNr, DFT::x, DFT::x1, DFT::x2, and Voi::y.

Here is the call graph for this function:

int xelRead ( char *  filename,
DFT dft 
)

Read Xeleris TAC file into DFT data structure. Any previous content of DFT is deleted.

Returns:
Returns nonzero in case an error is encountered and sets dfterrmsg.
Parameters:
filenameName of Xeleris TAC file to be read
dftPointer 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.

Here is the call graph for this function: