|
TPCCLIB
|
Process time frames in image and TACs. More...
Go to the source code of this file.
Functions | |
| int | tacimgXMatch (TAC *tac, IMG *img) |
| int | tacimgXCopy (TAC *tac, IMG *img) |
Process time frames in image and TACs.
Definition in file x.c.
Copy x values (time frames) from IMG structure into TAC structure. If IMG has more frames than has been allocated for TAC (_sampleNr), then additional frames are ignored. If IMG has less frames than TAC, then error is returned.
Definition at line 74 of file x.c.
Check whether sample (frame) times are the same (or very close to) in TAC and IMG structure structures. If number of samples/frames is different, then only common number of samples are compared.
Definition at line 17 of file x.c.