Container for Bruker Acquisition Metadata
This container is used for holding the Bruker spectral metadata during csm_import_nmr.
brukerData = csm_bruker_acquisition_data_entry( )
Variable | Type | Description |
---|---|---|
unique_id | str | The sample Unique ID. Formed of experiment_folder + experiment_number. |
spectrum_path | str | The full path the spectrum. |
experiment_folder | str | The experiment Folder. |
experiment_number | str | The experiment Number. |
pulse_program | str | The Pulse Program. |
spectrometer_frequency | str | The spectrometer Frequency. |
computer | str | The computer used. |
time_of_acquisition | str | The Time of Acquisition. |
automation_file | str | The Automation File. |
P1_value | str | The P1 Value. |
O1_value | str | The O1 Value. |
title_file_content | str | The Title File content. |
Method | Description |
---|---|
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