You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line when calculating the average area is: # Estimate the average area of the restraint (in Angstrom squared). area = (volume / proj_max).angstroms2()
Do you think it should be: # Estimate the average area of the restraint (in Angstrom squared). area = (volume / (proj_max - proj_min)).angstroms2()
to get the correct surface of the cylinder.
Thanks and best regards,
The text was updated successfully, but these errors were encountered:
Dear Developer,
The line when calculating the average area is:
# Estimate the average area of the restraint (in Angstrom squared). area = (volume / proj_max).angstroms2()
Do you think it should be:
# Estimate the average area of the restraint (in Angstrom squared). area = (volume / (proj_max - proj_min)).angstroms2()
to get the correct surface of the cylinder.
Thanks and best regards,
The text was updated successfully, but these errors were encountered: