Add GIRF sequence creator with triangles and YAML#68
Add GIRF sequence creator with triangles and YAML#68OErbil wants to merge 2 commits intoPTB-MR:mainfrom
Conversation
Files for simple GIRF sequence creation using triangular gradients. The YAML file is used to adjust parameters. The py files reads in the parameters, creates the desired sequence, creates a specifically named folder (named by the user) and saves the sequence and the YAML parameters used into that folder. This way, one never loses the parameters required to recreate the specific sequence. Reconstruction will be added later.
Coverage Report
|
|
Some comments as a third party who is not involved in mrseq but keeps an eye on it: I also appreciate reproducible configuration in general. But I also enjoy the homogeneity of the different This has two advantages: Maybe you find the time to match the style of the other sequences AND could try out if jsonargparse helps for the yaml parsing? Cheers |
Files for simple GIRF sequence creation using triangular gradients. The YAML file is used to adjust parameters. The py files reads in the parameters, creates the desired sequence, creates a specifically named folder (named by the user) and saves the sequence and the YAML parameters used into that folder. This way, one never loses the parameters required to recreate the specific sequence. Reconstruction will be added later.