Subsections


consistency_tests.set_frq

Image consistency_testing Image frq

Synopsis

Select which relaxation data to use in the consistency tests by NMR spectrometer frequency.

Defaults

consistency_tests.set_frq(frq=None)

Keyword arguments

frq: The spectrometer frequency in Hz. This must match the currently loaded data to the last decimal point. See the `sfrq' parameter in the Varian procpar file or the `SFO1' parameter in the Bruker acqus file.

Description

This will select the relaxation data to use in the consistency tests corresponding to the given frequencies. The data is selected by the spectrometer frequency in Hertz, which should be set to the exact value (see the `sfrq' parameter in the Varian procpar file or the `SFO1' parameter in the Bruker acqus file). Note thought that the R1, R2 and NOE are all expected to have the exact same frequency in the J(ω) mapping analysis (to the last decimal point).

Prompt examples

[numbers=none]
relax> consistency_tests.set_frq(600.0 * 1e6)

[numbers=none]
relax> consistency_tests.set_frq(frq=600.0 * 1e6)


The relax user manual (PDF), created 2020-08-26.