# Survey3 Cameras

- [Convert RAW+JPG to TIFF](https://mapir.gitbook.io/mapir-scripts/survey3-cameras/convert-raw+jpg-to-tiff.md): Convert the Survey3 RAW+JPG pair of images into TIFF images
- [White Balance](https://mapir.gitbook.io/mapir-scripts/survey3-cameras/white-balance.md): Correct the RAW image color balance of the Survey3 RGB images
- [Vignette (Flat Field) Correction](https://mapir.gitbook.io/mapir-scripts/survey3-cameras/vignette-flat-field-correction.md): Correct the vignette of the Survey3 images
- [PWM Control (from RasPi)](https://mapir.gitbook.io/mapir-scripts/survey3-cameras/pwm-control-from-raspi.md): Python scripts to control the Survey3 using a Raspberry Pi computer


---

# 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://mapir.gitbook.io/mapir-scripts/survey3-cameras.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.
