Welcome to the relax Wiki.
| The community-run support site for relax, a program for the study of molecular dynamics using experimental NMR data.
|
User contributions - How to edit pages at the wiki
Please read the guidelines here.
What's new?
|
|
Did you know...
In relax data for different analyses are stored in different data pipes. The current data pipe is abbreviated as cdp and this Python data object is available within scripts and anywhere in the relax source code.
cdp - The current data pipe
cdp is a python class object.
Knowing this, we can access information from the class.
Return the list of attributes
<source lang="python">
print(type(cdp))
<class 'data_store.pipe_container.PipeContainer'>
dir(cdp)
..→
|
|
|
Random screenshots
The analysis selection wizard
Steady-state NOE analysis
|
|