# DAQ-M

- [DAQ-M User Manual](https://mapir.gitbook.io/daq/daq-m/readme.md): This page describes the DAQ-M spectroradiometer light sensor
- [SCANNER Application](https://mapir.gitbook.io/daq/daq-m/scanner-application.md): This page describes the MAPIR SCANNER Application (Android/iOS)
- [Download](https://mapir.gitbook.io/daq/daq-m/scanner-application/download.md): This page describes where to download the MAPIR SCANNER Application (Android/iOS)
- [Connecting Bluetooth to DAQ-M](https://mapir.gitbook.io/daq/daq-m/scanner-application/connecting-bluetooth-to-daq-m.md): This page describes how to connect to the DAQ-M using Bluetooth.
- [Rename DAQ-M Unit](https://mapir.gitbook.io/daq/daq-m/scanner-application/rename-daq-m-unit.md): This page describes how to set a custom name for each DAQ-M device.
- [Adjusting Sensor Settings](https://mapir.gitbook.io/daq/daq-m/scanner-application/adjusting-sensor-settings.md): This page describes how to adjust the settings of the DAQ-M.
- [Live View](https://mapir.gitbook.io/daq/daq-m/scanner-application/live-view.md): This page describes how to view the live light sensor data in the SCANNER application.
- [REF - Single Measurement](https://mapir.gitbook.io/daq/daq-m/scanner-application/ref-single-measurement.md): This page describes how to capture a single measurement from the light sensor.
- [ALS - Interval Measurements](https://mapir.gitbook.io/daq/daq-m/scanner-application/als-interval-measurements.md): This page describes how to capture multiple measurements from the light sensor.
- [Viewing Saved Data](https://mapir.gitbook.io/daq/daq-m/scanner-application/viewing-saved-data.md): This page describes how to view the saved scan data in the SCANNER application.
- [Exporting Saved Data](https://mapir.gitbook.io/daq/daq-m/scanner-application/exporting-saved-data.md): This page describes how to export the scan data from the SCANNER application.
- [Using the Data in MCC](https://mapir.gitbook.io/daq/daq-m/using-the-data-in-mcc.md): This section describes how to use the captured data in MAPIR Camera Control (MCC).
- [Analyzing Scans in MCC](https://mapir.gitbook.io/daq/daq-m/using-the-data-in-mcc/analyzing-scans-in-mcc.md): This page describes  how to analyze the scan data in the Scan tab of MCC.
- [Processing Images in MCC](https://mapir.gitbook.io/daq/daq-m/using-the-data-in-mcc/processing-images-in-mcc.md): This page describes how to use the light sensor data to correct multispectral Survey3 images.
- [Capturing Light Sensor Data](https://mapir.gitbook.io/daq/daq-m/capturing-light-sensor-data.md): This page describes how to use the DAQ-M to capture light sensor data
- [For Object Reflectance Signatures](https://mapir.gitbook.io/daq/daq-m/capturing-light-sensor-data/for-object-reflectance-signatures.md): This page describes how to use the DAQ-M for measuring object reflectance signatures.
- [For Calibrating Survey3 Images](https://mapir.gitbook.io/daq/daq-m/capturing-light-sensor-data/for-calibrating-survey3-images.md): This page describes how to capture light sensor data with the DAQ-M for calibrating multispectral Survey3 camera images for percent reflectance.


---

# 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/daq/daq-m.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.
