Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
graintracking
DCT
Commits
f395ed3d
Commit
f395ed3d
authored
10 years ago
by
preischig
Browse files
Options
Downloads
Patches
Plain Diff
gtMatchSaveFitParameters: dialog text changed; added comments
Signed-off-by:
preischig
<
preischig@gmail.com
>
parent
ab6bad35
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
3_pairmatchingGUI/gtMatchSaveFitParameters.m
+7
-4
7 additions, 4 deletions
3_pairmatchingGUI/gtMatchSaveFitParameters.m
with
7 additions
and
4 deletions
3_pairmatchingGUI/gtMatchSaveFitParameters.m
+
7
−
4
View file @
f395ed3d
...
...
@@ -16,8 +16,8 @@ function handles = gtMatchSaveFitParameters(handles)
% Dialog window
msg
{
1
}
=
'This will overwrite the current parameters in the parameters file.'
;
msg
{
2
}
=
'Initial parameters have been backed up in 3_pairmatching/.'
;
msg
{
3
}
=
'Would you like to proceed?'
;
%
msg{2} = 'Initial parameters have been backed up in 3_pairmatching/.';
msg
{
2
}
=
'Would you like to proceed?'
;
choice
=
questdlg
(
msg
,
'Save parameters'
,
'Yes'
,
'Cancel'
,
'Yes'
);
switch
choice
...
...
@@ -25,8 +25,6 @@ switch choice
return
end
% Load parameters file
parameters
=
handles
.
parameters
;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
@@ -79,6 +77,11 @@ if ~isempty(handles.UsedPhases)
end
% trying to save used families in cryst structure
% !!! Notes by PReischig:
% To be fixed! This may save the wrong data. The fitting may be done with reduced or
% different families than the actual matching. It should be in the
% result saving function. This should be contained in
% parameters.match instead. Double check the use of UsedHKLs!
parameters
.
cryst
(
ip
)
.
usedfam
=
ismember
(
parameters
.
cryst
(
ip
)
.
hkl
', handles.UsedHKLs'
,
'rows'
)
'
;
end
...
...
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