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

set contiguous array before conversion from array to tensor #114

Open
wants to merge 86 commits into
base: main
Choose a base branch
from

Conversation

ZhengguoTan
Copy link

No description provided.

@sidward
Copy link
Collaborator

sidward commented Jul 26, 2022

Thanks for the pull request. Current the requirements.txt file enforces the numpy version to be <=1.20 while the numpy docs state that ascontiguousarray is new from 1.20 onwards.

I am planning to upgrade the underlying packages as soon as I have time, as there are a lot of old dependencies. I will leave this open for now, and merge it after I've done the same.

@ZhengguoTan
Copy link
Author

Thanks for the pull request. Current the requirements.txt file enforces the numpy version to be <=1.20 while the numpy docs state that ascontiguousarray is new from 1.20 onwards.

I am planning to upgrade the underlying packages as soon as I have time, as there are a lot of old dependencies. I will leave this open for now, and merge it after I've done the same.

Thanks for the quick reply. Look forward to contributing to this package.

@sidward
Copy link
Collaborator

sidward commented May 27, 2023

Hi @ZhengguoTan I just pushed some tooling that cleaned the code. Can you make your changes after the changes on main?

* e.g. multi-temporal-frame NUFFT
* Exponential: nonlinear exponential class
* Compose: allows for the chain from nlop to linop
This app solves nonlinear inverse problem;
A demo for solving the exponential function is provided in tests/test_app.py
* odd/even echo phase correction
* construction of diffusion encoding matrix
* DTI/DKI model fitting
* Siemens:
  + reorder reconstructed slices in the correct geometric order
  + compute FOV phase shift in the ky direction

* readout extended FOV methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants