#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "include/studynr.h"#include "include/dft.h"#include "include/ncifile.h"Defines | |
| #define | ROIKBQ_MAX_LINE_LEN 8192 |
Functions | |
| void | roikbq_strip_spaces (char *s) |
| void | roikbq_move_to_next_line (FILE *fp) |
| int | roikbq_fgets (FILE *fp, int nr, char *s) |
| int | roikbqWrite (DFT *dft, char *fname) |
| int | roikbqRead (char *fname, DFT *dft) |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Read an old TAC file in *.roi.kbq / *.roi.nci format.
|
|
||||||||||||
|
Write DFT contents in *.roi.kbq format.
|
1.4.1