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

Iterative refinement insert slice: griddata version. #44

Merged
merged 67 commits into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
28d1183
I have no idea if this works I can't install torch to test as its ssh…
Apr 3, 2022
2f36c64
This one actually works
Apr 4, 2022
684958b
Added generate/insert test
Apr 4, 2022
c1012c0
Format code with black
deepsource-autofix[bot] Apr 4, 2022
f1bee72
Merging branches
Apr 4, 2022
d3dac91
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 4, 2022
0a9cbbf
Merge branch 'dev' of github.com:compSPI/reconstructSPI into itr_ref_…
Apr 4, 2022
2d8dc44
Fixed test
Apr 4, 2022
ff21f01
Merge branch 'dev' of github.com:compSPI/reconstructSPI into itr_ref_…
Apr 5, 2022
c7d5931
Change to scipy interpolation. Altered generate_slices to give a volu…
Apr 5, 2022
6d13c43
Format code with black
deepsource-autofix[bot] Apr 5, 2022
83f2aba
Removed torch import
Apr 5, 2022
6241629
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 5, 2022
e486cd7
Merge conflicts with dev
Apr 5, 2022
fa14c57
Pre-commit and adding complex functionality to generate_slices
Apr 5, 2022
e6d38b1
Format code with black
deepsource-autofix[bot] Apr 5, 2022
8b8b8ce
Fixed tests, moved xyz generation out of insert_slice method, pdated …
Apr 5, 2022
f0f15df
Format code with black
deepsource-autofix[bot] Apr 5, 2022
f4eb642
Pre-commit
Apr 5, 2022
327d8de
Format code with black
deepsource-autofix[bot] Apr 5, 2022
b681f6c
Fixed shapes.
Apr 6, 2022
ae7e4f4
Format code with black
deepsource-autofix[bot] Apr 6, 2022
371f5e2
Fixed np.repeat vs np.tile bug
Apr 6, 2022
8e9de46
Merge changes
Apr 6, 2022
315d5bc
Format code with black
deepsource-autofix[bot] Apr 6, 2022
498b548
Added vectorized insert_slice to iterative refinement method
Apr 6, 2022
159d995
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 6, 2022
f8c0543
Format code with black
deepsource-autofix[bot] Apr 6, 2022
54f5b5a
Shape fix
Apr 6, 2022
6df40dc
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 6, 2022
30f50d9
Format code with black
deepsource-autofix[bot] Apr 6, 2022
eab58f1
Changed index 0s to sums in addition to make it more rigorous in case…
Apr 6, 2022
f04d99f
Format code with black
deepsource-autofix[bot] Apr 6, 2022
afd1502
Added demo notebook for the tolerance value stuff
Apr 6, 2022
274681d
My demo float imprecision was bad
thisFreya Apr 6, 2022
889caae
Removed centering note from generate_slices docstring
Apr 6, 2022
2928480
Test refactoring, reworked xy plane and cube into one fn
Apr 6, 2022
bbe8c8d
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 6, 2022
00657a5
Format code with black
deepsource-autofix[bot] Apr 6, 2022
98c8e6b
Fixed grid_SO3_uniform when n==1
Apr 6, 2022
a7b54d6
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 6, 2022
5fbf7a8
Fixed antipattern
Apr 6, 2022
fd32a44
Reverted test change
Apr 6, 2022
3e28773
Reverted change to cube coordinate formats
Apr 6, 2022
ac12ecc
Testing edge cases
Apr 6, 2022
ae89639
Format code with black
deepsource-autofix[bot] Apr 6, 2022
4d80ae9
Added explicit method to griddata calls. Added vectorized insert_slic…
Apr 6, 2022
b956589
Format code with black
deepsource-autofix[bot] Apr 6, 2022
6049c0e
Line length
Apr 6, 2022
0af2f4d
fixed docstring
Apr 6, 2022
d89fcc3
Fixed test bug
Apr 7, 2022
2fa5d27
Modularized out xy plane formatting from generate_slices
Apr 7, 2022
64cfc12
Format code with black
deepsource-autofix[bot] Apr 7, 2022
d881f49
Fixed generate_slice test
Apr 7, 2022
65fc960
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 7, 2022
27bcdf5
Format code with black
deepsource-autofix[bot] Apr 7, 2022
5c02665
Merge branch 'dev' into itr_ref_insert_slice
thisFreya Apr 7, 2022
010e4b1
Format code with black
deepsource-autofix[bot] Apr 7, 2022
1d6d8aa
Added n_pix parameter to pad_and_rotate_xy_planes
Apr 7, 2022
294831e
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 7, 2022
0ce7552
Format code with black
deepsource-autofix[bot] Apr 7, 2022
032d34f
Fixed bugs
Apr 7, 2022
b547b0a
Merge branch 'itr_ref_insert_slice' of github.com:compSPI/reconstruct…
Apr 7, 2022
20eebd4
Bug fixing
Apr 7, 2022
99fcb79
Added shape test for pad_and_rotate_xy_plane
Apr 7, 2022
b0d930c
Fixed name
Apr 7, 2022
288dc71
Added missing parameter
Apr 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading