/
concept-collection
/
seqlab
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
seqlab
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
seqlab
/
src
/
engine
/
pulseq
/
+mr
/
getSupportedRfUse.m
9 lines · 284 B
Copy
Copied
Blame
History
Raw
1
function [supported_rf_use, short_rf_use] = getSupportedRfUse()
2
% auxilary function
3
4
supported_rf_use={
'excitation'
,
'refocusing'
,
'inversion'
,
'saturation'
,
'preparation'
,
'other'
,
'undefined'
};
5
if
nargout>
1
6
short_rf_use=cell2mat(cellfun (@(x) x(
1
),supported_rf_use,
'un'
,
0
));
7
end
8
9
end
↑
↓
move
↵
open
esc
close