# Tutorial: Phase Plate Data

## How to specify phase plate data

You can specify the data was collected using a phase plate, when you import the corresponding movies or micrographs.

### Import phase plate movies or micrographs

When importing phase plate movies or micrographs, use the Phase Plate Data toggle in the `Import Movies` or `Import Micrographs` jobs to indicate that you are importing phase plate data. Subsequent jobs that use the imported phase plate data, will adjust their relevant parameters accordingly (for more details, see below: Jobs affected by phase plate data).

![](/files/-MM2JqxRNqF82tW_wb_X)

## Jobs and parameters affected by Phase Plate Data

1. `Import Movies`: "Phase Plate Data" toggle will set `mscope_params/phase_plate` to `1` (True)
2. `Import Micrographs`: "Phase Plate Data" toggle will set `mscope_params/phase_plate` to `1` (True)
3. `Patch CTF Estimation`: Enables phase-shift search & refinement
4. `CTFFIND4 Wrapper`: Enables phase-shift search & refinement

## Data type reference chart

| Data Type      | Data Sign | Description   |
| -------------- | --------- | ------------- |
| Cryo-EM        | +1        | dark-on-light |
| Negative Stain | -1        | light-on-dark |

**Note:** Cryo-EM data is typically recorded as +1 (dark-on-light) but is often inverted during processing.


---

# 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://guide.cryosparc.com/processing-data/tutorials-and-case-studies/phase-plate-data.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.
