Hi @yanhezhao,
Thanks for getting back with that information!
As the difference in pixel size is rather small in your case, the pixel-size and defocus value discrepancy in the CTF will likely be negligible and it is reasonable to simply adjust the pixel size of the extracted particles as you have attempted.
As your micrographs were imported with a different pixel size, every time you re-extract, cryoSPARC will revert to taking the pixel size information from the micrographs again, and so you will need to adjust the pixel size each time, unless you adjust the pixel size at the micrograph level.
We suggest an approach where the original file is not changed, but a new job is created, so that you can keep a good track of what processes were used during your pipeline. The following procedure works best where the pixel size discrepancy is very small (such as your case) or where particles are expected to benefit from local (defocus) refinement (for example they have good signal-to-noise and are not particularly small).
You can find an example script to adjust the pixel size of particles and check the new pixel size in the output job here. To run the script it would be something like
python change_apix_extract.py P100,W1,J3 1.074
where the final number is the new pixel size that you are specifying.
Instructions for required python libraries and for how to connect to CryoSPARC are in the README here.
The code allows you to adjust the pixel size after extraction to whatever you like and will output the particles to the CryoSPARC GUI as an âexternalâ job type with the title âchange_angpix_particlesâ, or you can give this a different title. You may then go ahead with using these particles in 2D classification. In cases where the data do benefit from local CTF refinement, this can be performed to correct for the mismatch in CTF fit and pixel size, but in your case this in unlikely to be problematic.
For other users or scenarios, limitations to this process are:
- if the pixel size discrepancy is more substantial and particles are small or of too low signal-to-noise for local CTF refinement, the CTF mismatch between pixel size and defocus values may adversely affect the achievable resolution or map quality.
- reference-based motion correction will not proceed after external manipulation of the particle pixel size.
In either of the above cases, we recommend either re-running motion correction and patch CTF at the correct pixel size or adjusting the pixel size of the micrographs after Patch Motion Correction.