> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/dragen-stratamap/illumina-spatial-image-tool/image-processing/image-qc.md).

# Image QC

The **Image QC** step evaluates uploaded images against quality and registration standards to ensure accuracy and consistency in downstream analyses.

During this process:

* Images are registered to a standard coordinate system with a resolution of 1 μm/pixel.
* Each image is transformed into an upright position aligned with the slide, based on detected fiducial markers.
* A QC status is reported, categorizing image quality and highlighting any issues that may impact analysis.

This evaluation helps identify problems early, reducing the risk of errors in subsequent steps.

{% hint style="info" %}
Confirm your image(s) pass QC before processing the samples in the assay. This allows for re-imaging if they fail registration or are not of sufficient quality. To save time, upload your stitched images into ISIT and go through the image QC step. If they pass QC, continue with the assay and return to ISIT later to complete the rest of the process through OME-TIFF export.
{% endhint %}

## **Image QC Page**

The Image QC page is designed to streamline the review process and includes:

* A list of QC results for all uploaded samples displayed on the left panel.
* An image preview on the right panel, which updates dynamically as you select individual notices from the list.

To view detailed QC information for a sample, click the caret next to the sample name.

<figure><img src="/files/Zn4vbeHV05XFrW1cktFi" alt=""><figcaption></figcaption></figure>

**Note:** The number and placement of fiducial markers in the QC sample image can differ between samples. Some images may show a dense grid of markers in the surrounding white area, while others may have markers mainly along the tissue edges. This variation is normal and does not indicate any error in image registration or QC status.

## **QC Result Levels**

QC results are grouped into the following categories:

<table><thead><tr><th width="82">Icon</th><th width="114">QC Status</th><th>Explanation</th></tr></thead><tbody><tr><td><img src="/files/AHgVDKwixGLdg24xEtMa" alt="" data-size="line"></td><td><strong>Passed</strong></td><td>The checks for this category were successful, indicating no identified issues that could impact future analyses.</td></tr><tr><td><img src="/files/k78EnRtYOeTsOrjxaJwL" alt=""></td><td><strong>Info</strong></td><td>Observations were made that may warrant attention, but they do not impact the validity of the results. No action is required at this time.</td></tr><tr><td><img src="/files/7vuIHZw0mZu2g8Xd3KfL" alt="" data-size="line"></td><td><strong>Warning</strong></td><td>Issues were detected. Proceeding is possible, though some experiences may be degraded.</td></tr><tr><td><img src="/files/ukgtcN2nd7VySs14teMZ" alt="" data-size="line"></td><td><strong>Failed</strong></td><td>Critical issues were identified. The image must be corrected before proceeding. This may involve fixing configuration errors or retaking the image.</td></tr></tbody></table>

### Interpreting Blur Information Signal and Blur Heat Maps

An in-focus image is ideal for downstream analysis, such as cell segmentation.

If a Blur Information Signal appears during Image QC, click it to display the blur heat map on the sample image:

* Blue areas indicate relatively low blur
* Red areas indicate relatively high blur

{% hint style="info" %}
You can proceed if blur is detected, but visually inspect image quality first. If the image appears significantly blurred and individual cells and nuclei are not visible, consider retaking the image before proceeding.
{% endhint %}

#### Blur Warning and Blur Heat Map

An in-focus image is ideal for downstream analysis, such as cell segmentation.

If you receive a blur warning during the Image QC step and click on it, the system displays a blur heat map:

* Blue indicates areas of relatively low blur
* Red indicates areas of relatively high blur

{% hint style="info" %}
While you can continue the workflow even if a blur warning appears, it is recommended to inspect the image quality first. If the image looks significantly blurred and individual cells are not visible, consider retaking the image before proceeding.
{% endhint %}

## **Types of Image QC**

#### Registration QC

* Confirms that the image is correctly aligned with the standard coordinate system.
* Note: If Registration QC fails, the image preview on the right will not be displayed.

#### Image Quality QC

* Evaluates whether the image was captured under appropriate conditions.
* Issues in this category may lead to reduced accuracy in downstream analysis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/dragen-stratamap/illumina-spatial-image-tool/image-processing/image-qc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
