An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
)or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
Create a pasdPot.PASDPot object with specified instanceName.
Results from previous PASD passes can be read in by specifying the
optional pasdFilename argument, or alternatively using separate shifts,
peaks and exceptions arguments. For each of these arguments, a filename
or string including file contents can be passed.
If asTuple=True, the return value is a tuple of forward and inverse PASD
energy terms, otherwise the combination is returned.
Count the number of violated peaks in the given pasdPot.
Uses the lowestViolation method, which ignores issues of
activation or peakAssignment choice. It tries all peakAssignments
and reports the minimum. Unassigned peaks return
a bestViolation value of -1, which doesn't hurt this
calculation.
FIX: maybe this should be pot.violations(), with violCutoff being
threshold...
Given an pasdPot.NOEPot term,
write a NEF record with the specified saveframe name.
If removeIntersected==True eliminate peakAssignments that have
non-disjoint from and to proton selections.
Return the a tuple of the string associated with the generated NEF object,
and a list of peak linkage information.