Size: 2777
Comment:
|
Size: 2764
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''Question:''' I am having an issue with the eotest and FSC curves. When the particles are low pass filtered, the FSC curve produced by eotest starts to come up sometimes quite significantly, to around 0.5, at about the resolution frequency that the particles were filtered at. Also, the same thing happens when the models are CTF corrected. I have tested the effect of specifying different CTF correction cutoffs on the FSC curve at 20, 30, and 40A. Each time the curve produced by eotest starts to increase just before the cutoff. The same behavior is observed with the particles low passed using different low pass filters. |
'''Question:''' I am having an issue with the eotest and FSC curves. When the particles are low pass filtered, the FSC curve produced by eotest starts to come up sometimes quite significantly, to around 0.5, at about the resolution frequency that the particles were filtered at. Also, the same thing happens when the models are CTF corrected. I have tested the effect of specifying different CTF correction cutoffs on the FSC curve at 20, 30, and 40A. Each time the curve produced by eotest starts to increase just before the cutoff. The same behavior is observed with the particles low passed using different low pass filters. |
Line 4: | Line 3: |
'''Answer:''' there are several possible causes for an FSC curve that rises in this way. 1. you may not be using a small enough ang= value for the size of map and resolution you are trying to achieve. This produces more local averaging, resulting in a slightly blurrier map, but, counterintuitively, actually makes the 'resolution' higher. |
''Answer:''' there are several possible causes for an FSC curve that rises in this way. 1. you may not be using a small enough ang= value for the size of map and resolution you are trying to achieve. This produces more local averaging, resulting in a slightly blurrier map, but, counterintuitively, actually makes the 'resolution' higher. |
Question: I am having an issue with the eotest and FSC curves. When the particles are low pass filtered, the FSC curve produced by eotest starts to come up sometimes quite significantly, to around 0.5, at about the resolution frequency that the particles were filtered at. Also, the same thing happens when the models are CTF corrected. I have tested the effect of specifying different CTF correction cutoffs on the FSC curve at 20, 30, and 40A. Each time the curve produced by eotest starts to increase just before the cutoff. The same behavior is observed with the particles low passed using different low pass filters. My particles are negatively stained so I need to do a low pass filter for the reconstruction and the CTF correction is to a low resolution. Do you have any suggestions on how to eliminate this behavior? Answer: there are several possible causes for an FSC curve that rises in this way. 1. you may not be using a small enough ang= value for the size of map and resolution you are trying to achieve. This produces more local averaging, resulting in a slightly blurrier map, but, counterintuitively, actually makes the 'resolution' higher. If that STILL doesn't take care of the problem, ask me again :^) proc2d start.hed split.hed split=2
mkdir 0
mkdir 1
mv split.0.hed 0/start.hed
mv split.0.img 0/start.img
mv split.1.hed 1/start.hed
mv split.1.img 1/start.img
cp threed.?a.mrc 0/threed.0a.mrc
cp threed.?a.mrc 1/threed.0a.mrc
cd 0
refine 1 ...
cd ../1
refine 1 ...
cd ..
proc3d 0/threed.0a.mrc 1/threed.0a.mrc fsc=psplit
qplot peo psplit
(to compare the old fsc with the new one)