@@ -4,4 +4,8 @@ We proceed in the following steps:
...
@@ -4,4 +4,8 @@ We proceed in the following steps:
## Identify `AcuisitionScheme`
## Identify `AcuisitionScheme`
The first step of the pipeline is to identify an acquisition scheme used to acquire given fid file and create an instance of `AcuisitionScheme` class.
The pipeline starts with identifying an acquisition scheme used to acquire given fid file and create an instance of `AcuisitionScheme` class. The identification works on two levels.
\ No newline at end of file
First, the name of pulse sequence obtained from the PULPROG parameter in acqp file is searched in lists of supported sequences in the individual configuration entries. Once a configuration entry is detected, which has the value of PULPROG among its list of sequences, we proceed to the second step.
Second, individual conditions, listed in the `conditions` list of a configuration entry, are evaluated. For instance `ACQ_dim==2`. If an evaluation of any of those conditions fails,