# Tutorial: Particle Picking Calibration

## Defocus variation

Particle picking on cryo-EM data can be a challenge due to the presence of various complicating factors such as junk particles, aggregations, ice crystal formation, carbon edges, etc. However, one of the simplest variances amongst images that is not accounted for by most particle picking methods is defocus variation within a dataset.

Defocus variation causes the same particles from the same viewing directions to look different, and also changes the signal and noise stastics of each micrograph. Thus, in particle picking tools, particles of equal quality from two micrographs with different defocus can be assigned different scores, making it difficult to set thresholds on picking scores in order to select good particles.

CryoSPARC's blob picker and template picker have been susceptible to this problem. In CryoSPARC v2.13+, there is a new feature that directly calibrates pick scores against defocus, making it much easier to set thresholds when using the `inspect picks` job type.

## New default parameters in Inspect Picks job (v2.13+)

To use picking calibration, perform blob or template picking as normal. Then, connect the `particles` output to an `inspect picks` job, along with `micrographs`. This job now has new parameters called `Calibrate Pick Score to CTF` and `Calibrate Power Score to CTF` that are turned on by default. When you run the `Inspect Picks` job with these default parameters, you will see plots that show micrograph median pick scores versus defocus in the streamlog:

![](/files/-MNeE0_evnNFKa4t18qn)

![](/files/-MNeE3epyQ6QrDDUlOXn)

There will generally be a correlation for both the pick score and the power scores, which measure independently the shape and density of a particle candidate, respectively. You will also see fit calibration lines on these plots. After calibration, the scores of each particle will be recorded relative to the calibration line, and these values will be shown in the interactive part of the job that allows setting thresholds on the parameters.

With calibration on, you should notice that good particles are clustered together more tightly in the pick score vs. power score plot. You should also notice that setting a threshold to select good particles in a particular micrograph also yields good picks on other micrographs that have very different defocus:

### A micrograph at 1.2 **μm defocus**

![](/files/-MNeEAIEATU0XYmlPLqS)

### **The same thresholds, for a micrograph at 2.2 μm defocus**

![](/files/-MNeECoaVOdhyg5LeYdP)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.cryosparc.com/processing-data/tutorials-and-case-studies/tutorial-particle-picking-calibration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
