Skip to content
Snippets Groups Projects
Verified Commit 80798a0f authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Add get_children_* to external API

parent e53f5eb3
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ export Scanner, B0, Siemens_Connectom, Siemens_Prisma, Siemens_Terra
import .Variables: variables, duration, start_time, end_time, effective_time, flip_angle, amplitude, phase, frequency, bandwidth, N_left, N_right, qval, δ, rise_time, flat_time, slew_rate, gradient_strength, qvec, qval_square, slice_thickness, inverse_slice_thickness, fov, inverse_fov, voxel_size, inverse_voxel_size, resolution
export variables, duration, start_time, end_time, effective_time, flip_angle, amplitude, phase, frequency, bandwidth, N_left, N_right, qval, δ, rise_time, flat_time, slew_rate, gradient_strength, qvec, qval_square, slice_thickness, inversne_slice_thickness, fov, inverse_fov, voxel_size, inverse_voxel_size, resolution
import .BuildingBlocks: BuildingBlock, fixed
export BuildingBlocks, fixed
import .BuildingBlocks: BuildingBlock, fixed, get_children_blocks, get_children_indices
export BuildingBlocks, fixed, get_children_blocks, get_children_indices
import .Wait: WaitBlock
export WaitBlock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment