Specify which spectra are replicates of each other.
spectrum_ids: The list of replicated spectra ID strings.
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.
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'])