INGOR
Loading...
Searching...
No Matches
ytGDF Class Reference

Reads and Writes ytData in GDF format. More...

#include <ytGDF.h>

Public Member Functions

ytDataytGDF_read_fp (FILE *fp, ytKeyValues *args)
 Reads a GDF file from a file stream.
 
void ytGDF_write_fp (FILE *fp, ytData *data, ytKeyValues *args)
 Writes a ytData instance in GDF into a file stream.
 

Detailed Description

Reads and Writes ytData in GDF format.

GDF is the format of input data files for INGOR.

See the page GDF for the details of the specification

Member Function Documentation

◆ ytGDF_read_fp()

ytData * ytGDF_read_fp ( FILE * fp,
ytKeyValues * args )

Reads a GDF file from a file stream.

See GDF Input Arguments for details.

◆ ytGDF_write_fp()

void ytGDF_write_fp ( FILE * fp,
ytData * data,
ytKeyValues * args )

Writes a ytData instance in GDF into a file stream.

Arguments

na=string
nan=string
String used as NA, NaN (Not a Number), and missing values.
edf
Specifies to output in the EDF format.
tsv
Specifies to output in simple tab separated text file. The header row is output at the first row.
v=n
Verbose level. (default: n =0)
Parameters
fpfile stream to which the given data is output.
datadata to output.
argsoutput arguments.

The documentation for this class was generated from the following file: