scipp / essimaging

Imaging data reduction for the European Spallation Source
https://scipp.github.io/essimaging/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Update documentation and test dependencies. #41

Closed YooSunYoung closed 2 months ago

YooSunYoung commented 2 months ago

We need pooch and tqdm for documentation

and pooch for testing.

jl-wynen commented 2 months ago

Why is tqdm needed in the docs?

YooSunYoung commented 2 months ago

Why is tqdm needed in the docs?

It has an interface for exporting images one by one, and it can be up to 400 images so I wanted to show the progress as well.

It's up to the user to use tqdm and the docs has an example of how to use it.