== Inspect model selection ==
If you have a log file.
<source lang="bash">
set IN=logfile.txt ;
cat $OUT ;
</source>
Or in relax
<source lang="python">
state.load(state='final_state.bz2')
# See which data is in the pipe
pipe.display()
for p in dir(cdp): print p
#
print cdp.mol
for resiob in cdp.mol[0].res: print resiob.name, resiob.num, resiob.spin[0].model
</sourceO
= See also =
[[Category:Tutorials]]