> For the complete documentation index, see [llms.txt](https://help.sbtinstruments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sbtinstruments.com/software/file-formats/file-formats.md).

# File formats

Use this page as a quick index of the files you can download (or upload) for BactoBox®.

### Overview

<table data-column-title-hidden data-view="cards"><thead><tr><th>Format</th><th>Metadata</th><th data-card-target data-type="content-ref">Details</th></tr></thead><tbody><tr><td><strong>summary.csv</strong><br>Tabular export of measurements and key metadata.</td><td>💾 <strong>10–100 KiB</strong><br>💽 <code>text/csv</code><br>💻 Excel / LibreOffice</td><td><a href="/pages/scAtTEkh7Gn6Rfh0HNf6">/pages/scAtTEkh7Gn6Rfh0HNf6</a></td></tr><tr><td><strong>measurements.zip</strong><br>Archive of measurement-related files (typically one BDR per measurement).</td><td>💾 <strong>1–5 MiB</strong><br>💽 <code>application/zip</code><br>💻 File Explorer / 7‑Zip</td><td><a href="/pages/xS7sS2zmo1vzTD1iozqw">/pages/xS7sS2zmo1vzTD1iozqw</a></td></tr><tr><td><strong>Device data bundle (DDB)</strong><br>Support bundle with system logs plus measurement files.</td><td>💾 <strong>10–100 MiB</strong><br>💽 <code>application/zip</code><br>💻 Share with support</td><td><a href="/pages/Tj1imAb9Dw4cPQWMP4C2">/pages/Tj1imAb9Dw4cPQWMP4C2</a></td></tr><tr><td><strong>SWU file</strong><br>Software update package for the BactoBox® device.</td><td>💾 <strong>100–150 MiB</strong><br>💽 <code>application/octet-stream</code><br>💻 Access</td><td><a href="/pages/vYFrXxcfOdE8SMIdeuYY">/pages/vYFrXxcfOdE8SMIdeuYY</a></td></tr><tr><td><strong>CRS file</strong><br>Classification rule set (gating) used by the <em>Measure</em> program.</td><td>💾 <strong>~500 KiB</strong><br>💽 <code>application/vnd.sbt.crs+json</code><br>💻 Access</td><td><a href="/pages/guYN4alZ7mRDHe75Scdp">/pages/guYN4alZ7mRDHe75Scdp</a></td></tr><tr><td><strong>GMI file</strong><br>Backup image used for backup &#x26; restore of software and data.</td><td>💾 <strong>1–8 GiB</strong><br>💽 <code>application/vnd.sbt.gmi+zip</code><br>💻 Access</td><td><a href="/pages/TMpmaPY0sajR7pbIPjhG">/pages/TMpmaPY0sajR7pbIPjhG</a></td></tr><tr><td><strong>BDR file</strong><br>BactoBox® binary with per-object classification metrics.</td><td>💾 <strong>0.5–2 MiB</strong> (2–3 min)<br>💽 <code>application/vnd.sbt.bdr</code><br>💻 pilus (Python)</td><td><a href="/pages/tbB39Kpx8UCcDFKdySWx">/pages/tbB39Kpx8UCcDFKdySWx</a></td></tr><tr><td><strong>IQS file</strong><br>BactoBox® binary with a demodulated data stream.</td><td>💾 <strong>~100 MiB</strong> (2–3 min)<br>💽 <code>application/vnd.sbt.iqs</code><br>💻 pilus (Python)</td><td><a href="/pages/RXCuAtP5gKjeNslcJzEb">/pages/RXCuAtP5gKjeNslcJzEb</a></td></tr></tbody></table>

{% hint style="info" %}
Both **measurements.zip** and **DDB** are ZIP files. They can also share the same `bbXXXXXXXX-YYYY-MM-DD.zip` naming pattern, but the contents differ.
{% endhint %}


---

# 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://help.sbtinstruments.com/software/file-formats/file-formats.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.
