> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/instrumentation/nextseq-1000-2000/instrumentation-nextseq-1000-2000-reference_material-list/000002724.md).

# Autocenter process and images on the NextSeq 1000/2000

**Background**: Autocenter is the process of finding the initial focus after clustering has completed, just prior to the start of the sequencing run. The NextSeq 1000/2000 utilizes patterned flow cell technology, which uses clustered fiducials for autocenter.

There is a total of 4 fiducials in the NextSeq 1000/2000 flow cells, two on the top surface and two on the bottom surface, and to pass autocenter, the instrument must locate at least three fiducials. Those fiducials must contain signal from the blue channel (ie, have an A or a C base call at cycle 1.)

The Control Software captures the first autocenter image at a preset X/Y coordinate as indicated in the config file and locates the fiducial based on software calculations after the initial image. This process is repeated for each fiducial.

![](/files/SQrnUpQSYyHQp1iKJEb0)

**Viewing Autocenter Images**

Autocenter images are .tif files and require a compatible viewer to visualize. ImageJ is the software recommended and can be downloaded [here](https://imagej.net/ij/download.html).

Autocenter images are found in the NextSeq 1000/2000 run folder at: /usr/local/Illumina/runs/\[runfolder]/AutoCenter

This folder contains three types of files related to the autocenter images on the NextSeq 1000/2000:

1. AutoCenterFiducialFinder\_fiducial\_X\*\[value]*\_Y*\[value]\*\_CorrelationBased.tif

* This image is the best fit calculation of the two RAW\_stack images from each fiducial. In successful runs, expect one per fiducial, total 4 per run.

2. *\[YEAR-MONTH-DATE-TIME]*\_RAW\_stack.tif

* These are the initial autocenter images captured. In successful runs, expect a minimum of two RAW\_stack.tif images for each fiducial, total 8 per run.

3. \[*YEAR-MONTH-DATE-TIME*]\_AutoCenterData.csv

* This file shows the expected location, the actual location and difference between the locations per fiducial. It details the offset calculations for both surfaces.

Autocenter fiducial intensity can be measured by hovering the cursor over a region of the fiducial and viewing the value found in the ImageJ toolbar.

![](/files/1IaQXNXU9Tcb12n6sCxS)

Intensity can also be measured over a larger area using the measure feature. Create a shape, select **Analyze**, and then select **Measure**.\
![](/files/QLkbIYuutqIXY1qhGPvf)

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                        |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #2724), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000002724%20-%20Instrumentation%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# 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://knowledge.illumina.com/instrumentation/nextseq-1000-2000/instrumentation-nextseq-1000-2000-reference_material-list/000002724.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.
