CSM Bruker Acquisition Data Entry


Container for Bruker Acquisition Metadata

This container is used for holding the Bruker spectral metadata during csm_import_nmr.

Usage

Returns

VariableTypeDescription
unique_idstrThe sample Unique ID. Formed of experiment_folder + experiment_number.
spectrum_pathstrThe full path the spectrum.
experiment_folderstrThe experiment Folder.
experiment_numberstrThe experiment Number.
pulse_programstrThe Pulse Program.
spectrometer_frequencystrThe spectrometer Frequency.
computerstrThe computer used.
time_of_acquisitionstrThe Time of Acquisition.
automation_filestrThe Automation File.
P1_valuestrThe P1 Value.
O1_valuestrThe O1 Value.
title_file_contentstrThe Title File content.

Methods

MethodDescription
csm_bruker_acquisition_data_entry.setspectrumPath()Set the spectrum_path;
csm_bruker_acquisition_data_entry.setExperimentFolder()Set the experiment_folder;
csm_bruker_acquisition_data_entry.setExperimentNumber()Set the experiment_number;
csm_bruker_acquisition_data_entry.setUniqueID()Set the unique_id;
csm_bruker_acquisition_data_entry.setPulseProgram()Set the pulse_program;
csm_bruker_acquisition_data_entry.setspectratrometerFrequency()Set the spectrometer_frequency;
csm_bruker_acquisition_data_entry.setComputer()Set the computer;
csm_bruker_acquisition_data_entry.setTimeOfAcquisition()Set the time_of_acquisition;
csm_bruker_acquisition_data_entry.setAutomationFile()Set the automation_file;
csm_bruker_acquisition_data_entry.setP1Value()Set the P1_value;
csm_bruker_acquisition_data_entry.setO1Value()Set the O1_value;
csm_bruker_acquisition_data_entry.setTitleFileContent()Set the title_file_content;

Copyright Imperial College London 2019