TRACT_EXTRA module
- t1t2ne.scripts.tract_extra.split_tract(S)[source]
Split the interleaved TROSY and ANTITROSY datasets of a TRACT experiment.
- Parameters:
S (Spectrum object) – The Spectrum object containing the interleaved TROSY and ANTITROSY datasets.
- Returns:
Sa, Sb – The two Spectrum objects containing the TROSY and ANTITROSY datasets, respectively.
- Return type:
Spectrum objects