Subsections


spectrum.replicated

Image fid Image edit-rename

Synopsis

Specify which spectra are replicates of each other.

Defaults

spectrum.replicated(spectrum_ids=None)

Keyword arguments

spectrum_ids: The list of replicated spectra ID strings.

Description

This is used to identify which of the loaded spectra are replicates of each other. Specifying the replicates is essential for error analysis if the baseplane RMSD has not been supplied.

Prompt examples

To specify that the NOE spectra labelled `ref1', `ref2', and `ref3' are the same spectrum replicated, type one of:

[numbers=none]
relax> spectrum.replicated(['ref1', 'ref2', 'ref3'])

[numbers=none]
relax> spectrum.replicated(spectrum_ids=['ref1', 'ref2', 'ref3'])

To specify that the two R2 spectra `ncyc2' and `ncyc2b' are the same time point, type:

[numbers=none]
relax> spectrum.replicated(['ncyc2', 'ncyc2b'])




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