> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/payloads/wiris-pro-thermal/operating-handbook/advanced-operation.md).

# Advanced Operation

{% hint style="info" %}
To have the images geotagged with the location of the aircraft, attach a USB thumb drive to Astro’s USB-C port and select ‘USB storage’ in the image storage options.
{% endhint %}

{% hint style="info" %}
We recommend clearing out extra photos from your USB drive to reduce the time it takes Astro to sync the USB drive files with the gallery when first plugged in
{% endhint %}

## Precise Control

{% content-ref url="/pages/QgvDQi0sAfwyryFxa6X4" %}
[Rate Controls](/ecosystem/controller/pilot-pro/operating-handbook/rate-controls.md)
{% endcontent-ref %}

## Search and rescue

* The flight path of Astro is displayed with a red line on the map in AMC, which can be useful for looking at the area the aircraft has already covered
* Setting an isotherm to show colors between a specified temperature range can help with identifying areas of interest quicker
* Streaming live video from the aircraft to the Auterion Suite is possible with a strong LTE connection. Additional information on setting up LTE on Astro is here:

{% content-ref url="<https://github.com/freefly-systems/wiki-public-ecosystem/blob/main/pilots-operating-handbook/essential-software/network-and-connectivity.md>" %}
<https://github.com/freefly-systems/wiki-public-ecosystem/blob/main/pilots-operating-handbook/essential-software/network-and-connectivity.md>
{% endcontent-ref %}

## Inspections

{% hint style="warning" %}
DIU Blue Astros come with stealth logging enabled, which stops GPS data from being written to imagery and logs. [Stealth logging must be disabled](https://freefly.gitbook.io/astro-public/other-user-manuals/ecosystem/diu-blue-suas#logging) to allow GPS data to be written to photos
{% endhint %}

* The Wiris Pro EO camera provides 1920x1080 images and 1280x720 video from a 1-10x zoom lens. When approaching an object of interest, we recommend keeping the aircraft a safe distance away and zooming in as much as needed to see the detail level required for inspections.
* When using Slow Speed Mode, camera tilt and pan are scaled with the zoom rate, so the control inputs become less sensitive the more zoomed the camera is.

{% hint style="warning" %}
Be careful not to become disoriented when flying with the camera zoomed in. We recommend resetting the camera zoom to 1x before flying to a new inspection location.
{% endhint %}

## Mapping

* The Wiris Pro Payload currently does not support mapping missions.


---

# 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.freeflysystems.com/ecosystem/payloads/wiris-pro-thermal/operating-handbook/advanced-operation.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.
