# Volumetric Data

Let's start with our trusty ImageJ toolbar and an empty sciview scene.

![](/files/-MN0G45BDglAW6kbNas6)

Now open the script editor by first clicking on the ImageJ toolbar then pressing "\[". Download and open this script in the script editor to generate a 3D image volume that we can use.

![](/files/-MN0G45CF4aP7J905EMo)

Now press "Run" or Ctrl + R

![](/files/-MN0G45DLZRB5Viyam5F)

You can close the script editor, then "Add volume" in sciview.

![](/files/-MN0G45EqN66ZWlU1cZh)

Then you will get a dialog where you can change the resolution of your volume's voxels (for example, if you are using confocal microscopy data, your z-resolution will be much larger)

![](/files/-MN0G45Fv9x0BfDjbh6B)

Your volume should open up in the sciview window

![](/files/-MN0G45GtMLAdxDDcRhF)

Now let's do something fun. Start an animation to circle around your volume

![](/files/-MN0G45Hoke3GvtpRkZV)

Start recording a video

![](/files/-MN5jFm5Luc79OntlHgW)

After some time, stop recording the video

![](/files/-MN5jFm646hft8aoJq3A)

## Changing colormap

Let's change the colormap of a volume

![](/files/-MN5jFm7W7ndJgeHFR15)

Voila, now we have a new colormap

![](/files/-MN5jFm8JuopGrXiuJFa)

## Changing transfer function

Let's change the transfer function

![](/files/-MN5jFm9pQE1LU7BNfA1)

Voila, now we have a new transfer function

![](/files/-MN5jFmAsIY3_lRYSUQd)

## What about timeseries?

No problem! Try the "Volume Timeseries" demo

![](/files/-MN8l_2f_OYDMtL-D1nV)

You'll get a volume that looks like this

![](/files/-MN8l_2gjgfh6yZY3Zqi)

Now press play and enjoy

![](/files/-MN8l_2hfPeofcbIiZuw)


---

# 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://docs.scenery.graphics/sciview/basics/volumetric-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.
