CSM Import Bruker Acquisition Data Class
Scans experiment directories and imports Bruker NMR metadata.
acquisitionData = csm_import_bruker_acquisition_data( 'experimentPath', experimentPath );
| Variable | Type | Default Value | Description |
|---|---|---|---|
| folder | str | None | Full path to experiment folder. |
| Variable | Type | Description |
|---|---|---|
| folder | str | Full path to experiment folder. |
| bruker_acquisition_data | csm_bruker_acquisition_data | Container for acquisition data. |
| pulse_programs | cell | Array of the distinct pulse programs. |
| pulse_program_experiment_lookup | cell | Array of the distinct pulse programs. |
| Method | Description |
|---|---|
| csm_import_bruker_acquisition_data.loopAndScan(folder) | Loop over the folders and scan for data. |
| csm_import_bruker_acquisition_data.importExperimentMetadata(folder) | Import the bruker data from the folder. |
| csm_import_bruker_acquisition_data.createPulseProgramLookup() | Create the necessary pulse program lookup array. |
Copyright Imperial College London 2019