Define variables through new @defvar macro
Compare changes
Files
10- Michiel Cottaar authored
+ 47
− 3
@@ -5,7 +5,7 @@ In most MR sequence building software, the user will have to set all of these fr
For each sequence type, the developer defines how to compute various summary variables from the `BuildingBlock` free parameters, such as [`variables.echo_time`](@ref), [`variables.duration`](@ref), [`variables.resolution`](@ref), [`variables.gradient_strength`](@ref), [`variables.diffusion_time`](@ref), [`variables.duration_transverse`](@ref) etc.
@@ -16,8 +16,52 @@ All variables are available as members of the [`variables`](@ref) structure.