Hi, all
Do you have a error like attached below during CTF refinement in a process of Homogeneous Refinement (NEW!)? I have checked that the cs_mm is set with a value of 2.7.
Hi, all
Do you have a error like attached below during CTF refinement in a process of Homogeneous Refinement (NEW!)? I have checked that the cs_mm is set with a value of 2.7.
Hi @niu,
This is an odd issue- these values should be consistent, unless particles were joined that didn’t have the same values.
You can circumvent this by running your particles through the Exposure Group Utilities job:
Set the combine strategy
to take_median
, explained here: Job: Exposure Group Utilities - CryoSPARC Guide
Please let me know if this works. Otherwise, you’ll have to manually open the .cs file, and set the value.
For more information on how to do this, see this guide:
And this post:
You can assign values like so:
CryoSPARC v4.0 and earlier
particle_dset.data['ctf/cs_mm'] = 2.7
CryoSPARC v4.1 and later
particle_dset['ctf/cs_mm'] = 2.7
Hi, @stephan
After setting the combine strategy to take_median, the ctF/cs_mm value for all particles recovered to 2.7 as before and I can seccesfully run Homogeneous Refinement (NEW) using a particles combination of several 3D classes.
thanks again.
Niu