Skip to content

Commit

Permalink
Update magia_get_ref_region.m
Browse files Browse the repository at this point in the history
  • Loading branch information
joupes committed Apr 12, 2022
1 parent 58c9d24 commit 4fcd736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magia_get_ref_region.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function ref_region = magia_get_ref_region(tracer)

switch tracer
case {'[11c]carfentanil' '[18f]dopa'}
case {'[11c]carfentanil', '[18f]dopa'}
ref_region.label = 'OC';
ref_region.codes = [1011 2011];
case {'[11c]raclopride','[11c]madam','[18f]spa-rq','[11c]pib','[11c]pbr28','[18f]cft','[11c]flb','[18f]fdg','[11c]ro15-4513','[11c]pk11195'}
Expand Down

0 comments on commit 4fcd736

Please sign in to comment.