Skip to content

Commit a41f699

Browse files
authored
Merge pull request #17 from xmaptools/Lanari-4.3-beta2
Lanari 4.3 beta2
2 parents 0f62756 + 41afda4 commit a41f699

30 files changed

+21
-15
lines changed

Changelog.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# CHANGELOG for XMapTools developer
22

33

4-
## XMapTools 4.3 beta 1 (build 231007)
4+
## XMapTools 4.3 beta 2 (build 231215)
55

66
- General
77
- Add a functionality to reorder masks within a maskfile
8-
- Solve issues in the classification function for the creation of submasks
98
- Improve the correlation plots by implementing an option to select a submask
109
- Improve the output format of the multi-map export function for all sampling methods
11-
- Improve the live plot of the sampling method strip
10+
- Improve the live plot of the sampling method strip
11+
- Improve the calibration module interface for EPMA data, including a description of the check calibration table
1212
- Add a subroutine to check the map size before classification. Display an error message with the map size if there is any problem with the data (problem discovered by Alissa Madera)
13+
14+
- Classification:
15+
- Add a classification test and calculate the classification metrics (Accuracy, Precision, Recall, F1 Score); they are displayed in the Information tab, if a mask file is selected. This feature is not available for mask files created with previous versions of XMapTools
16+
- Improve significantly the performance of classification for sub-mask creation and fix several minor issues
17+
- Improve the overall appearance of the graphs generated by the Classification function
1318

1419
- Data Visualisation Module:
1520
- Add a submask selection option for plotting
@@ -35,13 +40,14 @@
3540
- Add a label showing the orientation of the stip when the shape is modified or rotated.
3641
- Improve multi-map export function when a mask is selected from the secondary menu
3742
- Improve the file format for single-map sampling
38-
- ROI is not deleted when mask selection is changed from the secondary menu
43+
- Add an option to the Sampling menu to hold the ROI. The ROI will not be deleted if the mask selection is changed from the secondary menu and this mode is selected
3944

4045
- Other:
4146
- Fix an issue in the external function for rutile thermometry for the Kohn (2020) equations (pressure unit, discovered by Mona Lueder)
4247
- Fix several compatibility issues in the project loader for files created with previous versions of XMapTools
4348
- Fix an issue in the data visualisation module for binary plots after the mask option was disabled
4449
- Fix a display issue in the information window for map data containing NaN values
50+
- Fix an error in the title of the sampling strip plot where colors where switched; the blue curve represents the median and the red curve represents the mean profiles (discovered by Nils Gies)
4551

4652

4753
- Tutorials:

Program/CleanDirectory.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [] = CleanRepository()
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/Core/ReadXML_Method_LAICPMS.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [EN,DT,MZ] = ReadXML_Method_LAICPMS(FileName)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55

66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/External/Core_Call_ME.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [OutputData,OutputVariables] = Core_Call_ME(Data,OxList,ExtFct,AddParameters,ElOxDataDef)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/External/Core_Call_SF.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [OutputData,OutputVariables] = Core_Call_SF(Data,OxList,ExtFct,ElOxDataDef)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/External/Core_Call_TB.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [OutputData,OutputVariables] = Core_Call_TB(Data,OxList,ExtFct,AddParameters,ElOxDataDef)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/External/Core_Function_Indexing.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [Functions] = Core_Function_Indexing()
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/External/SF_CatNorm.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [MatrixSF,ElementsList] = SF_CatNorm(MatrixOxide,OxList,CatBasis,ElOxDataDef)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/External/SF_OxNorm.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [MatrixSF,ElementsList] = SF_OxNorm(MatrixOxide,OxList,OxBasis,ElOxDataDef)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/Install_XMapTools_MATLAB.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [] = Install_XMapTools_MATLAB()
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/Modules/About_XMapTools.mlapp

0 Bytes
Binary file not shown.
3.32 KB
Binary file not shown.
620 Bytes
Binary file not shown.

Program/Modules/Converter_EPMA.mlapp

5 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.

Program/Modules/Data_Conversion.mlapp

4 Bytes
Binary file not shown.
-501 Bytes
Binary file not shown.

Program/Modules/DriftCorrector.mlapp

-623 Bytes
Binary file not shown.

Program/Modules/Generator.mlapp

2 Bytes
Binary file not shown.

Program/Modules/Help_Display.mlapp

28 Bytes
Binary file not shown.

Program/Modules/Import_Tool.mlapp

-282 Bytes
Binary file not shown.

Program/Modules/LogGenerator.mlapp

610 Bytes
Binary file not shown.

Program/Modules/MaskColorEditor.mlapp

-8 Bytes
Binary file not shown.

Program/Modules/Rearranger.mlapp

1.03 KB
Binary file not shown.

Program/Modules/Selector.mlapp

-12 Bytes
Binary file not shown.

Program/Modules/Spider.mlapp

47 Bytes
Binary file not shown.

Program/RESET_CONFIG.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% This script reset the configuration file config-xmaptools.mat
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

Program/XMapTools.mlapp

10.8 KB
Binary file not shown.

Program/config_xmaptools.mat

-15 Bytes
Binary file not shown.

Program/start.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [] = start(Input)
22
%
33
% XMapTools is a free software solution for the analysis of chemical maps
4-
% Copyright © 2022-2023 University of Bern, Institute of Geological Sciences, Pierre Lanari
4+
% Copyright © 2022-2024 University of Bern, Institute of Geological Sciences, Pierre Lanari
55
%
66
% XMapTools is free software: you can redistribute it and/or modify
77
% it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)