# Procedure

## Before you start

You need to set the mount manually as described below before you attempt to polar align your unit:

{% hint style="info" %}
Note: The mount images shown here may not match the mount model you have used in your build.&#x20;
{% endhint %}

## STEP 1: Balance the mount

Ensure that the mount, camera box and counterweights are properly balanced before attempting to do the polar alignment.

{% hint style="warning" %}
The mount needs to be r&#x65;*-*&#x62;alanced any time it is physically moved or has any weight added or removed.
{% endhint %}

{% content-ref url="/pages/-MEsuqx9KGlEdQ3QeWqi" %}
[Balancing](/pocs-user-guide/building/hardware-build/mount-and-pier/mount/balancing-the-mount.md)
{% endcontent-ref %}

## STEP 2: Set the latitude on the mount

The mount must be adjusted to account for your current latitude. Use the ‘Latitude adjustment knob’ on the mount until the arrow roughly points to your current latitude on the ‘Latitude Indicator’.&#x20;

For example:  If you are located at `33°23'39" N / 104°31'21" W`, set the arrow to roughly point at `33°`.

The azimuth knob has to be adjusted such that the mount's axis of rotation points towards true North.

{% tabs %}
{% tab title="iOptron CEM40" %}

<figure><img src="/files/CAYuucdboL98fdZsbrVW" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="iOptron CEM25" %}
![The Latitude Adjustment knob on the iOptron CEM25.](/files/-MJEmSIl1_DNmsmujnWl)
{% endtab %}

{% tab title="iOptron iEQ30Pro" %}
For instructions, see Section 3.2.3 in the [iOptron iEQ30 Pro Manual](http://www.ioptron.com/v/Manuals/3000E_iEQ30Pro_Manual.pdf).

![](/files/-MNw3i5VqTesESOjKGPM)
{% endtab %}
{% endtabs %}

## STEP 3: Mount position

{% hint style="danger" %}
It is assumed you are keeping a close eye on the unit during this entire procedure. If at any time it looks like the mount or camera box might collide with the pier you should immediately turn off the mount power - by physically toggling the power switch - and resolve the issue.
{% endhint %}

### Test mount positions

You should ensure that your mount can take itself from the Park position (RA axis horizontal, cameras pointing roughly down) to the `Home` position (RA axis vertical, cameras pointing roughly toward Polaris) and back to `Park` position.&#x20;

![](/files/-MJExIo3a67QUuyTuzsS)

![](/files/-MJExONZtvav8R561RNn)

### Set mount position

Set mount at `Home` position with PANOPTES head up facing North and counterweight down.&#x20;

## STEP 4: Test image plate-solving

The process of polar alignment relies on plate-solving the image taken during the process. You can check this in advance by running the following test from the command line:&#x20;

`cd $POCs`

`pytest -xv pocs/test/test_images.py`


---

# 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://projectpanoptes.gitbook.io/pocs-user-guide/deploying/deployment-guide/polar-alignment/polar-aligning-panoptes.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.
