> 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/tissue-target-test/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="warning" %}
If any errors or warnings are displayed, contact Illumina. Save a screenshot of the Image QC page and upload the Fiducial Target Test Image, the pixel size used, and the screenshot to the designated location, or share them with your Illumina Field Application Scientist (FAS).
{% 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>

## **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/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>

## **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.

## Results

Take a screenshot of the Image QC page. The captured image and Image QC page screenshot can be shared with your Illumina representative.


---

# 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/tissue-target-test/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.
