> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/gnss-hardware-and-ground-control/stonex-s-900-and-cube-a/post-processing/change-base-coordinates-to-a-post-processed-position.md).

# Change base coordinates to a post processed position

{% hint style="info" %}
If your base station was placed over a known point during collection of GCPs, you can skip this step.&#x20;
{% endhint %}

Once you have received a post-processed position from OPUS or CenterPoint RTX, you can shift your base station coordinates in Cube-A to this more precise position. Using Cube-A's Change Station Coordinates feature will not only change the position of the base but will also shift the coordinates of any rover shots recorded in the same project. This eliminates the need to obtain a known point prior to surveying GCPs, as the base reciever can collect raw observations for use in post processing while the user surveys control points with the rover.&#x20;

![shifting GCPs in respect to a changed in base position](/files/-MVsDgfvqaTHjwt5sXpB)

It is recommended that you **make a duplicate of the project as a backup**, as the Change Station Coordinates feature will irreversibly shift all points inside the project. Once you have made a duplicate project, navigate to the Calibrate menu and select Change Station Coordinates.

![](/files/-MUyL0pdbxQj1iH8a6ID)

Enter the new base station coordinates in either grid coordinates (which reference your project's projected coordinate system) or geographic coordinates (lattitude/longitude). Cube-A can accept both orthometric and ellipsoidal elevation values - use the table below to ensure you are entering the correct elevation type in the Altitude field.

| Geoid Applied | Coordinate Type | Elevation Type (units) |
| ------------- | --------------- | ---------------------- |
| Yes           | Grid            | Orthometric (meters)   |
| No            | Grid            | Ellipsoidal (meters)   |
| Yes           | Geographic      | Ellipsoidal (meters)   |
| No            | Geographic      | Ellipsoidal (meters)   |

![](/files/-MUyxbm_ki5KkIjUZSUp)

In most work flows, a known point will be given at ground, thus it is necessary to specify the antenna height at the time of recording the raw observations. Enter the height from ground to ARP in units of meters into the Measured Height field. **When you are connected to a receive**r, Cube-A is able to automatically read the offset between the ARP and L1 phase center (APC). **When you are not connected to a reciever**, you must manually input this L1 phase center offset to correctly shift base station coordinates. The L1 phase center offset is 0.07 meters on the Stonex S900 receiver.&#x20;

![Antenna height menu in Change Station Coordinates](/files/-MUyz-3j6RMLuY7QFP8X)

After inputing station coordinates and antenna height, click OK and Cube-A will shift all points recorded in your active project in respect to the change in base station coordinates.&#x20;


---

# 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://docs.phoenixlidar.com/gnss-hardware-and-ground-control/stonex-s-900-and-cube-a/post-processing/change-base-coordinates-to-a-post-processed-position.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.
