Closed huwjenkins closed 1 year ago
In the first case which mask is used for FSC calculation?
Answering my own question. As confirmed by playing with --mask_radius
it is the mask used in refinement (which is stated clearly in the documentation 🤦)
Yes, exactly. If you want to reproduce the FSC curve from RELION, you can use servalcat fsc --halfmaps half*.mrc --mask mask.mrc
which also does the correction through phase randomisation.
--mask option in refine_spa is actually just for a debugging purpose. If you give a soft mask then solvent density in the map will be kept which is not taken into account during the refinement, so you will have smaller map-model FSC (particularly at low resolution, like crystallographic refinement without bulk solvent scaling).
I'm trying to understand the difference between
--mask_for_fofc
and--mask
when it comes to the 1/2 map FSC inrefined_fsc.json
.Using the command in the ChRmine example the 1/2 map FSC is shifted to higher resolution than the one from RELION PostProcess with the 1/2 maps and mask from EMDB:
However, if I use the command:
I get a curve that much more closely matches the one from RELION.
In the first case which mask is used for FSC calculation?