Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SPC
gdat
Commits
34e58343
Commit
34e58343
authored
Jan 17, 2022
by
Olivier Sauter
Browse files
include changes for NBI from Matteo to ease rebase
parent
ceadcebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/TCV/gdat_tcv.m
View file @
34e58343
function
[
gdat_data
,
gdat_params
,
error_status
,
varargout
]
=
gdat_tcv
(
shot
,
data_request
,
varargin
)
function
[
gdat_data
,
gdat_params
,
error_status
,
varargout
]
=
gdat_tcv
_OS
(
shot
,
data_request
,
varargin
)
%
% function [gdat_data,gdat_params,error_status,varargout] = gdat(shot,data_request,varargin)
%
...
...
@@ -3315,7 +3315,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
gdat_data
.
x
=
[
1
:
size
(
sig
,
1
)];
gdat_data
.
dimunits
=
{
'20 chords per camera'
;
's'
};
else
keyboard
%
keyboard
% extract only given channels
gdat_data
.
data
=
sig
(
channel_xtomo
,:);
gdat_data
.
x
=
channel_xtomo
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment