Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
gdat
Commits
e45b6f41
Commit
e45b6f41
authored
5 years ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
add imas
parent
7b31b6ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!37
Test corsica ids
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/gdatpaths.m
+1
-1
1 addition, 1 deletion
matlab/gdatpaths.m
matlab/get_data_request_names_from_gdat_xxx.m
+1
-1
1 addition, 1 deletion
matlab/get_data_request_names_from_gdat_xxx.m
with
2 additions
and
2 deletions
matlab/gdatpaths.m
+
1
−
1
View file @
e45b6f41
...
...
@@ -19,7 +19,7 @@ a = fileparts(a);
% machines=[{'JET'} {'TCV'} {'AUG'} {'D3D'}];
% machines=[{'JET'} {'TCV'} {'AUG'} {'KSTAR'}];
machines
=
[{
'JET'
}
{
'TCV'
}
{
'AUG'
}
{
'D3D'
}
{
'KSTAR'
}
{
'TCV_IMAS'
}
{
'AUG_IMAS'
}
{
'CHDF'
}];
machines
=
[{
'JET'
}
{
'TCV'
}
{
'AUG'
}
{
'D3D'
}
{
'KSTAR'
}
{
'TCV_IMAS'
}
{
'AUG_IMAS'
}
{
'CHDF'
}
{
'IMAS'
}
];
add_paths
=
cell
(
1
,
length
(
machines
));
for
i
=
1
:
length
(
machines
)
...
...
This diff is collapsed.
Click to expand it.
matlab/get_data_request_names_from_gdat_xxx.m
+
1
−
1
View file @
e45b6f41
...
...
@@ -7,7 +7,7 @@ function [data_request_names] = get_data_request_names_from_gdat_xxx(machine_in)
data_request_names
=
[];
expected_machines
=
[{
'aug'
},
{
'd3d'
},
{
'jet'
},
{
'tcv'
}];
% substrutures created for these at this stage (all means all of these)
expected_machines
=
[{
'aug'
},
{
'd3d'
},
{
'jet'
},
{
'tcv'
}
{
'chdf'
}
{
'imas'
}
];
% substrutures created for these at this stage (all means all of these)
try
machine_in
=
validatestring
(
machine_in
,
expected_machines
);
catch
ME
,
disp
(
ME
.
message
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment