> 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/post-processing-base-station-observations.md).

# Post processing base station observations

{% hint style="info" %}
If your base station was placed over a known point during collection of GCPs, you can skip this step. This section is intended for users who collect GCPs while their base station is streaming corrections from an averaged or current position, as well as users who collect raw base station observations during a LiDAR aquisition.
{% endhint %}

Post processing raw observations from your base station through services such as OPUS or CenterPoint RTX can significantly improve the accuracy of your base station's poisiton, and thus improve the accuracy of all associated GCPs.&#x20;

To get started, connect your base station to your computer using the included 7-pin LEMO to USB cable and turn the receiver on. Once your computer registers the receiver as a storage drive, navigate to the receiver's *record* folder. This folder will contain DAT files recorded by your receiver.&#x20;

![DAT files stored on the S900 receiver](/files/-MV3ZRwa8poFZhAciS_y)

DAT files need to be converted to RINEX before they can be processed by OPUS or CenterPoint RTX. Download the conversion software [here](https://storage.phoenixlidar.com/software/StaticToRinex_20191018.rar).&#x20;

![](/files/-MV3bhIzSWemDfrC7BG-)

It is recommended to convert to RINEX version 2.10. Once your settings are configured correctly, click Export and StaticToRinex will generate several files in the same directory where your DAT file is located.

![RINEX files generated by StaticToRinex software](/files/-MV3czG-ZEMOvuJD6PIB)

Upload the observation file, ending in *\_MO.rnx,* to OPUS or CenterPoint RTX for processing. Click [here](https://geodesy.noaa.gov/OPUS/about.jsp) for information on how to use NOAA's OPUS, the Online Positioning User Service.


---

# 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/post-processing-base-station-observations.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.
