Changes

Jump to navigation Jump to search
* Inspect which residues should not be included in analysis
<source lang="bash">
desel_ids sel_ids = [
":4@HN",
":5@HN",
]
# De-select for analysis those spins who have bad data
deselet.all()for desel_spin sel_spin in desel_idssel_ids: print("Deselecting Selecting spin %s"%desel_spin) deselectselect.spin(spin_id=desel_spin, change_all=False)
</source>

Navigation menu