-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Sabine--

> 
> I'm trying to do SAXS refinement, however, I get the following message
> when running fsglob_prot: 
>  no residues found
> I checked all my files and they seem okay. I also tried the example
> files in /split-residue globs/saxs_simul_TolR/, 
> but I get the same message.

These names don't mean anything to me. Are you using the Python
interface? Please see the example setup (slightly modified from
eginput/dna_refi/ensemble.py) below. The input datafile (expt.dat)
should be sparsed, with datapoints given at uniformly spaced values of
q, starting from q=0.

best regards--
Charles

import solnXRayPotTools
from solnXRayPotTools import create_solnXRayPot
xray61 = create_solnXRayPot('xray61',experiment="expt.dat")
xray61.setNormalizeIndex(0)
xray30 = create_solnXRayPot('xray30',experiment="expt.dat")
xray30.setNormalizeIndex(0)

xray      = xray30
xrayCross = xray61

solnXRayPotTools.useGlobs(xray)
xray.setNumAngles(100)
xrayCross.setCalcType('n2')

xray.setScale(4000)
crossTerms.append(xrayCross)
potList.append(xray)

#corrects I(q) to the true Debye result
rampedParams.append( StaticRamp("xray.calcGlobCorrect('n2')") )
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFJ6MLzPK2zrJwS/lYRAnUVAJ9k3Oh7z4l/1d2kAHWvU6WeRMvbXwCfUgt3
K+FYVua20vKv28PGi8fuey8=
=HoyR
-----END PGP SIGNATURE-----
_______________________________________________
Xplor-nih mailing list
[email protected]
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih

Reply via email to