# README

The main format documentation is "dataset file format.pdf".
The default-params folder contains more information about mandatory parameters. Other parameters are experiment-specific and therefore not documented.

## Some additional information:

### Spinit's data folder format:

<id> - numeric id for acquisition
  | data.dat - binary data
  | header.xml - parameters
  | Serie.xml - additional metadata - you can safely ignore this file
  + proc/
    <number> - repeated for each reprocess as needed
      | data.dat
      | header.xml
      | Serie.xml

### About 2D experiments

This data format has some parameters named like BASE_FREQ_X, OFFSET_FREQ_X, NUCLEUS_X, with X between 1 and 4, corresponding to the sequence TX channel index.
To know which one correspond to the observed channel, there is an additional OBSERVED_NUCLEUS parameter which can be compared to each NUCLEUX_X parameter to find which index is the observed one.