Julien Cohen-Adad

Results 173 issues of Julien Cohen-Adad

### Checklist - Universal-Pulses are calibration-free sequences (no additional scanning time) that homogenize the B1+ field - They are optimized over a set of patient prior to being used -->...

feature
good internship project
rf-shimming

https://www.magnetom.net/c/open-source-corner/9

feature

### Context B0 field close to the lungs vary across time because of respiration. At the level of C7 vertebrae, the amplitude is about 70Hz at 3T. We would like...

good internship project

Related to #35, there is already an actively-developed toolkit called [pybids](https://github.com/bids-standard/pybids), which might be useful for our BIDS-loader needs.

Currently, we suggest doing: ~~~ pip install -e ".[docs,dev]" ~~~ I suggest we install docs and dev by default, so the command line is not too complicated (and it is...

feature

Currently, installation says: ![image](https://user-images.githubusercontent.com/2482071/118835630-2d04f380-b891-11eb-9dd4-a2dea7af34db.png) This will not work with ppl having non-bash shell (eg zsh, which is now default on macOs). And some of our users won't understand _why_ it...

bug

### Checklist - [ ] I've given this issue a self-descriptive, meaningful title (e.g. *Document the use of config/dcm2bids.json*) - [ ] I've described the enhancement for an existing feature...

feature
good internship project

i find the usage could gain on the UX side-- for example: ~~~ " --flag INTEGER RANGE (int): blabla" ~~~ in this case, the choices are 0 or 1. So...

refactoring

I've noticed that when using fieldmap sequence that outputs individual echoes, the unwrapping is performed after subtracting the two phase images: https://github.com/shimming-toolbox/shimming-toolbox/blob/master/Img/FieldEval.m#L754 Wouldn't we want to do the unwrapping before...

card:DESIGN_DISCUSSION

Throughout the code, we have some figure/verbose output that is useful during debugging only. We could use a file that would be put on the home eg: `~/.shimmingtoolbox.conf`, as traditionally...