# OD Blank

## Why

When we start an experiment, the script asks us whether we want to calibrate to blank.

[OD is dependent](/evolver/troubleshooting/optical-density-od-readings.md) on vial position, vial opacity, media, environmental light conditions, temperature, and more.

Therefore, we take the first OD measurement as a zero and subtract that out from every subsequent measurement.

{% hint style="warning" %}

* Temperature should be fully equilibrated before this
* DO NOT add cells before blanking, whatever OD value the cells + media have will be subtracted from future OD measurements
  {% endhint %}

## Details

OD blank is only applied to the calculated OD from calibration, not the raw OD data. The blank is applied for each vial, it just subtracts it out from subsequent measurements for that vial

<https://www.evolver.bio/t/where-or-how-is-od-blank-info-stored/182>


---

# 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://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/od-blank.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.
