Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work in progress #32

Open
wants to merge 150 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
37415b6
added tutorial videos
Jan 15, 2022
325c777
fixed metadata upload
Jan 15, 2022
84453c6
hacky fix to docs failing build on cuda
Jan 15, 2022
f1e7d95
Update .readthedocs.yaml
Jan 15, 2022
55a3919
overhaul of IO and Import
Jan 23, 2022
d1327ce
continuing to overhaul IO
Jan 24, 2022
158bdde
cleaning
Jan 29, 2022
720354d
Delete alignment_stuff_old.py
Jan 29, 2022
3cde3a2
removing tomodata in place of io
Jan 29, 2022
f1e7b8c
overhaul, inclusion of bqplot
Jan 29, 2022
4945f08
Update tomoalign.py
Jan 29, 2022
e4626fb
fixing imports
Jan 29, 2022
a22fde0
unfix nocuda requirements
Jan 30, 2022
dd2d3ef
add save as normalized/fix import npy
Jan 30, 2022
c299f52
automatically save normalized after finished
Jan 30, 2022
8620b0c
reimplemented dataexplorer
Jan 30, 2022
3416c38
workaround for nested bqplot issue
Jan 30, 2022
559beb1
workaround for nested bqplot issue
Jan 30, 2022
20e33cc
back to normal dashboard with bqplot bug
Jan 30, 2022
6959514
Merge branch 'main' of https://github.com/samwelborn/tomopyui
Jan 30, 2022
7c38fa8
turning on subset, blurring
Jan 30, 2022
227aefb
Delete environment-ipywidgets7.yml
Jan 30, 2022
f036f49
attempt to speed up dataexplorer plots
Jan 30, 2022
c70d328
Merge branch 'main' of https://github.com/samwelborn/tomopyui
Jan 30, 2022
ff8f03a
bugfixes, downsampling on dataexplorer
Jan 30, 2022
2033dea
added save animation and downsampling for viewer
Jan 31, 2022
7d07c1e
Update plot.py
Jan 31, 2022
dd6cbb8
add ffmpeg for movie saving
Jan 31, 2022
21410aa
update color range on plotting
Feb 2, 2022
1ce9260
first commit of als_import.py -- working on ALS data example
perlmutter Feb 4, 2022
ec93158
using os.path.join for path concatenation instead of backslash
perlmutter Feb 4, 2022
f880536
bug fix for alignment center
Feb 4, 2022
898f540
Merge branch 'main' of https://github.com/samwelborn/tomopyui
Feb 4, 2022
fc415d7
throw warning on frontend button when theta is none for write_center
Feb 4, 2022
3066a58
initialize raw/prenormalized buttons in ImportBase instead of within …
Feb 4, 2022
f8a4910
adds spinning cog/check mark for uploading raw data.
Feb 4, 2022
26e7455
should return the cen_range instead of none so that future cen_range …
Feb 4, 2022
7077b47
Merge branch 'samwelborn:main' into main
perlmutter Feb 4, 2022
24808dc
responding to pull reqeuest suggestions -- removing superclass method…
perlmutter Feb 4, 2022
d364311
try/except for quick path search
Feb 4, 2022
ee83d67
Merge branch 'samwelborn:main' into main
perlmutter Feb 4, 2022
5b2f205
at least temporary fix to scaling problem with aspect ratio
Feb 5, 2022
7cc751d
replaces nans with zeros
Feb 5, 2022
71809d9
changing string concatenation back
perlmutter Feb 5, 2022
21849c5
Merge branch 'samwelborn:main' into main
perlmutter Feb 5, 2022
8a7f027
Merge pull request #13 from perlmutter/main
swelborn Feb 5, 2022
b14152f
black
Feb 5, 2022
4a1beff
many updates
Feb 5, 2022
29f9276
added nm/pixel on import tab
Feb 6, 2022
5a14e98
fixes for cuda alignment
Feb 6, 2022
4400c8b
anti-aliasing slows down viewing by a lot, turned off for plotters
Feb 6, 2022
d77baea
maybe fixes weird quick search problem
Feb 6, 2022
dc4ef81
adds pre-alignment iterations, fixes subset
Feb 6, 2022
f964e49
speedups for downsampling/histogram
Feb 7, 2022
1bb77ab
fixes on testing last commit
Feb 7, 2022
0aa4f33
added import functions for different energies. not bugfixed
Feb 9, 2022
be94b68
Big update on IO for multiple energies/multiple exposures
Feb 11, 2022
91587b4
change names of tomoalign and tomorecon to align and recon
Feb 11, 2022
8163e81
small bugfixes
Feb 12, 2022
fedaadc
adds plotting of projections to center tab. adds immediate view of al…
Feb 14, 2022
2cfed5f
dask array for histogram calculation. have not speed tested, but works.
Feb 14, 2022
8e422a6
fixed bug in dataexplorer
Feb 17, 2022
1dd7c1d
bug fixes for displaying plotters after reconstruction or alignment
Feb 17, 2022
761a822
remove deprecated styling for pandas
Feb 18, 2022
0eed1f4
further bugfixes, last commit didn't work.
Feb 18, 2022
29973ca
last bug fix dataexplorer??
Feb 18, 2022
4984a0b
had to add for getting better metadata for xrms
Feb 21, 2022
d886fbd
save metadata for imports, load metadata on prenormalized imports. bi…
Feb 21, 2022
1470ca7
fixing deprecated styling issue.
Feb 21, 2022
7e55a7a
fixes bug with incorrect downsampling to start with.
Feb 21, 2022
c2e0230
only downsample to 0.25. it's the only one used, anyway.
Feb 22, 2022
3401c33
parallelization of rescale.
Mar 3, 2022
27ba0e3
add horizontal stripe removal/roi
Mar 7, 2022
6e9cdd4
organization/simplification
Mar 7, 2022
20de388
bugfixes, add prep (incomplete)
Mar 10, 2022
00b75f9
init prj making center of rotation change each time
Mar 11, 2022
cd956a8
hopefully fixed mlem bugs
Mar 11, 2022
4fd5364
this should fix ALS_832 importing
Mar 11, 2022
6fe11ce
fixes dataexplorer after viewer changes
Mar 11, 2022
ef06c1c
remove renormalization from this imports
Mar 11, 2022
91c1d70
name changes
Mar 11, 2022
c632e65
name changes, add dataexplorer classes
Mar 11, 2022
499e849
temporary fix for plotting after analysis
Mar 11, 2022
55387e9
class Metadata and subclasses added
Mar 14, 2022
486f6bc
bugfixes to prep-shifting after testing cuda
Mar 14, 2022
dfd71d4
add two-energy registration
Mar 14, 2022
7aa4876
bugfixes for last commit
Mar 15, 2022
0982f31
added metadata
Mar 15, 2022
f679587
add olefile
Mar 16, 2022
4cb24d0
bugs
Mar 16, 2022
1f2c551
move als imports to imports, fix parent metadata hierarchy on recon/a…
Mar 16, 2022
9521dda
test build
Mar 16, 2022
67be911
massive update to metadata, import, io
Mar 20, 2022
d6a437e
Update tomopyui_app.ipynb
Mar 20, 2022
39ab361
fix docs?
Mar 21, 2022
d286a91
Create __init__.py
Mar 21, 2022
189a0c8
Update conf.py
Mar 21, 2022
f36ea23
fix docs?
Mar 21, 2022
e6192bd
bug fixes for tiff folder import
Mar 21, 2022
5e3d8e4
new documentation vids
Mar 21, 2022
fe51bb9
adding play data
Mar 21, 2022
0c9db2f
Delete Untitled.ipynb
Mar 21, 2022
31dd852
Version 0.0.4
Mar 21, 2022
a78bdbe
@decarlof please see where you should edit
Mar 21, 2022
da25b02
Create tomopy-favicon.ico
Mar 21, 2022
c28d178
added OS generated files
decarlof Mar 23, 2022
c1a5f95
work in progress adding APS hdf data support
decarlof Mar 23, 2022
f8bd7fd
Update index.md
Mar 23, 2022
1ca3312
add import functionality for SSRL 6-2B
Mar 28, 2022
337ecf6
bugfixes dask import
Mar 29, 2022
7f4762b
added wrapper for pyramid downsampling of data
Mar 29, 2022
f2ad667
adding dask_image to environment, padding for dask downsample
Mar 29, 2022
403a4c9
pyramid bugfixes, added loading.
Mar 29, 2022
d3d0645
bugfixes pyramid ds
Mar 30, 2022
968ee10
moving towards hdf5 for everything
Mar 30, 2022
e010734
more updates on downsampling, name changes
Mar 31, 2022
75ea5e2
everything up to prep converted to hdf5
Apr 1, 2022
2629d68
getting 6-2B over to hdf
Apr 1, 2022
90de871
hdf5 up to center. added center line slider
Apr 3, 2022
c29cc35
classify backend, hdf5 support
Apr 4, 2022
f4aae6a
bugfixes
Apr 4, 2022
39542e0
more fixes for hdf
Apr 4, 2022
d35c138
nearly finished with hdf5
Apr 6, 2022
cc6f103
add tiff play data
Apr 6, 2022
273543c
hdf support for als @perlmutter
Apr 6, 2022
570b3ec
v0.0.5
Apr 6, 2022
06d5286
critical fix to center of rotation
Apr 7, 2022
153c80c
Update _version.py
Apr 7, 2022
1ca72d6
bugfix, xrm import
Apr 20, 2022
61c2d15
quick bugfixes
Apr 20, 2022
70f9305
added support for txrm (simple case)
Apr 24, 2022
c2419bb
Update view.py
Apr 24, 2022
96120bd
don't let the image get too small
Apr 28, 2022
6f286e2
critical fix for subset correlation
Apr 28, 2022
9f3d995
do not flip the axis, as done previously
Apr 28, 2022
c07abd6
cleaning
Apr 28, 2022
e017d6d
adds multiple center of rotation frontend
Apr 28, 2022
044cc71
remove npy support
Apr 28, 2022
548c264
Update center.py
Apr 28, 2022
e45541c
bugfixes and backend work for multiple centers
Apr 29, 2022
cfe5746
add support for version 1 xmflex
Apr 29, 2022
166b537
Update view.py
Apr 29, 2022
e0e82de
fix padding/downsampling for centers on backend
Apr 29, 2022
13edd2c
upgrade to rc version ipywidgets8
Apr 29, 2022
fc1b6b4
bugfixes, clean up UI
Apr 29, 2022
398620b
Update io.py
Apr 29, 2022
a75c0b9
add button to continue with this alignment
May 2, 2022
a5d8d75
Merge pull request #1 from samwelborn/main
decarlof May 10, 2022
11b3580
first pass adding APS reader
decarlof May 11, 2022
865e1bc
error fix
decarlof May 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,16 @@ dmypy.json
*.sublime-workspace

# Data folder
data/
data/

# OS generated files
core
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.spyderworkspace
*~
11 changes: 2 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ sphinx:
configuration: docs/conf.py

conda:
environment: docs/environment.yml
environment: environment-nocuda.yml

python:
install:
- method: pip
path: .
# build:
# tools:
# python: "3.9"
# # You can also specify other tool versions:
# # nodejs: "16"
# # rust: "1.55"
# # golang: "1.17"
path: .
57 changes: 57 additions & 0 deletions Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"id": "01ef0dd3-66df-4a9d-a98f-3041923bd1dc",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bfeb1035c2f3458ab7ca2885266de1a3",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Dropdown(options=(('x + 0', 0), ('x + 1', 1), ('x + 2', 2), ('x + 3', 3), ('x + 4', 4), ('x + 5', 5), ('x + 6'…"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "21b32054-d63d-4a14-9f28-67bcdfc88244",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Binary file added data/ALS_832_Data/fake_als_data.h5
Binary file not shown.
106 changes: 106 additions & 0 deletions data/ALS_832_Data/make_fake_als_data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
#!/usr/bin/env python
# coding: utf-8

# In[58]:


import numpy as np
import h5py
import os
import dxchange


# In[59]:


filename = "./fake_als_data.h5"

numslices = 100
numrays = 120
numangles = 80

tomo = np.random.rand(numangles, numslices, numrays)
flat = np.ones((5, numslices, numrays)) # first dimension can be changed to anything
dark = np.zeros((5, numslices, numrays)) # first dimension can be changed to anything
angles = np.linspace(0, np.pi, num=numangles)


# In[60]:


pxsize = 1 # in mm
camera_distance = 100 * np.ones(len(tomo) + len(flat) + len(dark)) # in mm
energy = 10000 # in eV


# In[61]:


if os.path.exists(filename):
os.remove(filename)
with h5py.File(filename, "a") as f:
det = f.create_group("measurement/instrument/detector")
det.create_dataset("dimension_y", data=np.asarray(numslices)[np.newaxis])
det.create_dataset("dimension_x", data=np.asarray(numrays)[np.newaxis])
det.create_dataset("pixel_size", data=np.asarray(pxsize)[np.newaxis])
rot = f.create_group("process/acquisition/rotation")
rot.create_dataset("num_angles", data=np.asarray(len(angles))[np.newaxis])
rot.create_dataset(
"range",
data=np.asarray((180 / np.pi) * np.abs(angles[-1] - angles[0]))[np.newaxis],
)
f.create_dataset(
"measurement/instrument/camera_motor_stack/setup/camera_distance",
data=camera_distance,
)
f.create_dataset(
"measurement/instrument/monochromator/energy",
data=np.asarray(energy)[np.newaxis],
)
exch = f.create_group("exchange")
exch.create_dataset("data", data=tomo)
exch.create_dataset("data_white", data=flat)
exch.create_dataset("data_dark", data=dark)
exch.create_dataset("theta", data=(180 / np.pi) * angles)


# In[62]:


numslices = int(
dxchange.read_hdf5(filename, "/measurement/instrument/detector/dimension_y")[0]
)
numrays = int(
dxchange.read_hdf5(filename, "/measurement/instrument/detector/dimension_x")[0]
)
pxsize = (
dxchange.read_hdf5(filename, "/measurement/instrument/detector/pixel_size")[0]
/ 10.0
) # /10 to convert units from mm to cm
numangles = int(
dxchange.read_hdf5(filename, "/process/acquisition/rotation/num_angles")[0]
)
propagation_dist = dxchange.read_hdf5(
filename, "/measurement/instrument/camera_motor_stack/setup/camera_distance"
)[1]
kev = (
dxchange.read_hdf5(filename, "/measurement/instrument/monochromator/energy")[0]
/ 1000
)
angularrange = dxchange.read_hdf5(filename, "/process/acquisition/rotation/range")[0]


# In[63]:


tomo, flat, dark, angles = dxchange.exchange.read_aps_tomoscan_hdf5(filename)
print(tomo.shape, tomo.dtype, tomo.min(), tomo.max())
print(flat.shape, flat.dtype, flat.min(), flat.max())
print(dark.shape, dark.dtype, dark.min(), dark.max())
print(angles.shape, angles.dtype, angles.min(), angles.max())


# In[ ]:


# In[ ]:
Binary file added data/tiff_sequence/tomo77_000.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_001.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_002.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_003.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_004.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_005.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_006.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_007.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_008.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_009.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_010.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_011.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_012.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_013.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_014.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_015.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_016.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_017.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_018.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_019.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_020.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_021.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_022.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_023.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_024.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_025.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_026.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_027.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_028.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_029.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_030.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_031.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_032.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_033.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_034.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_035.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_036.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_037.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_038.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_039.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_040.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_041.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_042.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_043.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_044.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_045.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_046.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_047.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_048.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_049.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_050.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_051.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_052.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_053.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_054.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_055.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_056.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_057.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_058.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_059.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_060.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_061.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_062.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_063.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_064.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_065.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_066.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_067.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_068.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_069.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_070.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_071.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_072.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_073.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_074.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_075.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_076.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_077.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_078.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_079.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_080.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_081.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_082.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_083.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_084.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_085.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_086.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_087.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_088.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_089.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_090.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_091.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_092.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_093.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_094.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_095.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_096.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_097.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_098.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_099.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_100.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_101.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_102.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_103.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_104.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_105.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_106.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_107.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_108.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_109.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_110.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_111.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_112.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_113.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_114.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_115.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_116.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_117.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_118.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_119.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_120.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_121.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_122.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_123.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_124.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_125.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_126.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_127.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_128.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_129.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_130.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_131.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_132.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_133.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_134.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_135.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_136.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_137.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_138.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_139.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_140.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_141.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_142.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_143.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_144.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_145.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_146.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_147.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_148.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_149.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_150.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_151.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_152.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_153.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_154.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_155.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_156.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_157.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_158.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_159.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_160.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_161.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_162.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_163.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_164.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_165.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_166.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_167.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_168.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_169.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_170.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_171.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_172.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_173.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_174.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_175.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_176.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_177.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_178.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_179.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_180.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_181.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_182.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_183.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_184.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_185.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_186.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_187.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_188.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_189.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_190.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_191.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_192.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_193.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_194.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_195.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_196.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_197.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_198.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_199.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_200.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_201.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_202.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_203.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_204.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_205.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_206.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_207.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_208.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_209.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_210.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_211.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_212.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_213.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_214.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_215.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_216.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_217.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_218.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_219.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_220.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_221.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_222.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_223.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_224.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_225.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_226.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_227.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_228.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_229.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_230.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_231.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_232.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_233.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_234.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_235.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_236.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_237.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_238.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_239.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_240.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_241.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_242.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_243.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_244.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_245.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_246.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_247.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_248.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_249.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_250.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_251.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_252.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_253.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_254.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_255.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_256.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_257.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_258.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_259.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_260.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_261.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_262.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_263.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_264.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_265.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_266.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_267.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_268.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_269.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_270.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_271.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_272.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_273.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_274.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_275.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_276.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_277.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_278.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_279.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_280.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_281.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_282.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_283.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_284.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_285.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_286.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_287.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_288.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_289.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_290.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_291.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_292.tiff
Binary file not shown.
Binary file added data/tiff_sequence/tomo77_293.tiff
Binary file not shown.
Loading