shimming-toolbox / susceptibility-to-fieldmap-fft

Fourier based method to estimate B0 variation induced by a susceptibility distribution.
2 stars 0 forks source link

Suggestions for the repo #12

Closed 4rnaudB closed 1 week ago

4rnaudB commented 2 weeks ago

Doc

Installation

Usage

Figures

FFT simulations

Code

analytical_cases.py

fft_simulations.py

CharlesPageot commented 2 weeks ago

Thanks for the suggestions, I'll look into it!

4rnaudB commented 2 weeks ago

Don't hesitate to ask if one of the suggestions is unclear :)

CharlesPageot commented 2 weeks ago

About the use of the [] operator for masks, I'm not really sure what you meant. I used the np.where() function when I apply the masks because I want to specify a value for True and for False.

4rnaudB commented 2 weeks ago

You can do something like data[mask] = value