File tree Expand file tree Collapse file tree 1 file changed +11
-22
lines changed
Expand file tree Collapse file tree 1 file changed +11
-22
lines changed Original file line number Diff line number Diff line change 1- INCLUDED HEADERS IN SEQUENCE
1+ INCLUDED HEADERS IN SEQUENCE & SEQUENCE UI
22
3- IBI_Radial.h
4- #include "seq.h"
5-
6- IBI_Radial.cpp
7- #include "event.h"
8- #include "seq.h"
9- #include "helpers.h"
10- #include "custom_ui.h"
11-
12- IBI_Radial_UI.h
13- #include "custom_ui.h"
14-
15- IBI_Radial_UI.cpp
16- #include "helpers.h"
3+ #include "src/seq/event.h" // only sequence
4+ #include "src/seq/seq.h"
5+ #include "src/seq/helpers.h"
6+ #include "src/seq/custom_ui.h"
177
188
199EXPORTED FUNCTIONS
2010
21- MEMORY HANDLING / COMPAT
11+ MEMORY HANDLING / COMPATIBILITY CHECK
2212 bart_seq_alloc
2313 bart_seq_defaults
2414 bart_seq_free
@@ -34,11 +24,11 @@ EXPORTED FUNCTIONS
3424 seq_block_end_flat
3525 seq_block_rdt
3626
37- DISCRETIZATION GRADIENTS/ PULSES
27+ DISCRETIZATION GRADIENTS / PULSES
3828 seq_compute_gradients
3929 seq_sample_rf_shapes
4030
41- EVENT/ PULSE INTERPRETATION
31+ EVENT / PULSE INTERPRETATION
4232 seq_nco_freq
4333 seq_nco_phase
4434 seq_cfl_to_sample
@@ -49,10 +39,10 @@ EXPORTED FUNCTIONS
4939 seq_minimum_te
5040 seq_minimum_tr
5141
52- seq_total_measure_time_us
42+ seq_total_measure_time
5343 seq_relevant_readouts_meas_time
5444
55- BART INFO -> SEQUENCE
45+ INFORMATION BART TO SEQUENCE
5646 seq_get_interface_conf
5747 seq_print_info_config
5848 seq_print_info_radial_views
@@ -71,7 +61,6 @@ EXPORTED FUNCTIONS
7161 seq_raga_spokes: set number of spokes in UI (eg. RAGA full frame size)
7262
7363
74- UTEST + INTERACTIVE?
64+ UTEST
7565 debug_printf
7666 num_rand_init
77- seq_check_equal_dims
You can’t perform that action at this time.
0 commit comments