Skip to content

Commit c9ffe96

Browse files
committed
Update licence in files
1 parent 4bc0c18 commit c9ffe96

39 files changed

+153
-141
lines changed

Program/Dev/splash/splash_4.4_b2.jpg

877 KB
Loading

Program/Modules/About_XMapTools.mlapp

11 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
-158 Bytes
Binary file not shown.

Program/Modules/Classification.mlapp

-275 Bytes
Binary file not shown.

Program/Modules/Converter_EPMA.mlapp

-243 Bytes
Binary file not shown.
-226 Bytes
Binary file not shown.

Program/Modules/Data_Conversion.mlapp

-121 Bytes
Binary file not shown.

Program/Modules/Data_Export.mlapp

1.15 KB
Binary file not shown.
22 Bytes
Binary file not shown.

Program/Modules/DriftCorrector.mlapp

-775 Bytes
Binary file not shown.

Program/Modules/Formator.mlapp

-10 Bytes
Binary file not shown.

Program/Modules/Help_Display.mlapp

-15 Bytes
Binary file not shown.

Program/Modules/Import_Tool.mlapp

77 Bytes
Binary file not shown.

Program/Modules/LogGenerator.mlapp

-17 Bytes
Binary file not shown.

Program/Modules/MaskColorEditor.mlapp

-20 Bytes
Binary file not shown.

Program/Modules/Rearranger.mlapp

-6 Bytes
Binary file not shown.

Program/Modules/Selector.mlapp

-19 Bytes
Binary file not shown.

Program/Modules/Spider.mlapp

697 Bytes
Binary file not shown.

Program/SourceControl/About_XMapTools_exported.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515

1616
% Code that executes after component creation
1717
function startupFcn(app, XMapToolsapp)
18-
%
18+
1919
% XMapTools is a free software solution for the analysis of chemical maps
20-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
21-
%
20+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
21+
2222
% XMapTools is free software: you can redistribute it and/or modify
2323
% it under the terms of the GNU General Public License as published by
2424
% the Free Software Foundation, either version 3 of the License, or any
2525
% later version.
26-
%
26+
2727
% XMapTools is distributed in the hope that it will be useful,
2828
% but WITHOUT ANY WARRANTY; without even the implied warranty of
2929
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3030
% GNU General Public License for more details.
31-
%
31+
3232
% You should have received a copy of the GNU General Public License
3333
% along with XMapTools. If not, see https://www.gnu.org/licenses.
3434

Program/SourceControl/Calibration_EPMA_exported.m

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
BackgroundManual matlab.ui.control.NumericEditField
2424
LegendElistheelementLabel matlab.ui.control.Label
2525
TextArea matlab.ui.control.TextArea
26-
Map_Spec matlab.ui.control.UIAxes
27-
Map_Total matlab.ui.control.UIAxes
2826
Plot matlab.ui.control.UIAxes
27+
Map_Total matlab.ui.control.UIAxes
28+
Map_Spec matlab.ui.control.UIAxes
2929
end
3030

3131

@@ -1310,20 +1310,20 @@ function updateTable(app)
13101310

13111311
% Code that executes after component creation
13121312
function startupFcn(app, XMapToolsApp, SelectedMaskFile)
1313-
%
1313+
13141314
% XMapTools is a free software solution for the analysis of chemical maps
1315-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
1316-
%
1315+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
1316+
13171317
% XMapTools is free software: you can redistribute it and/or modify
13181318
% it under the terms of the GNU General Public License as published by
13191319
% the Free Software Foundation, either version 3 of the License, or any
13201320
% later version.
1321-
%
1321+
13221322
% XMapTools is distributed in the hope that it will be useful,
13231323
% but WITHOUT ANY WARRANTY; without even the implied warranty of
13241324
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13251325
% GNU General Public License for more details.
1326-
%
1326+
13271327
% You should have received a copy of the GNU General Public License
13281328
% along with XMapTools. If not, see https://www.gnu.org/licenses.
13291329

@@ -1763,13 +1763,14 @@ function createComponents(app)
17631763
app.TextArea.Layout.Column = [8 13];
17641764
app.TextArea.Value = {'-----------------------------------------------------------------------------'; ' Check calibration table description'; '-----------------------------------------------------------------------------'; ' - El. element'; ' - #(std) number of internal standards (spot analyses)'; ' - med(it) median value of intensity for all pixels'; ' - med(wt)_s median composition all internal standards'; ' - mode(wt)_m most frequent composition in calibrated pixels'; ' - k-factor value of the k factor'; ' - slope slope of the calibration curve'; ' - back intercept of the calibration curve = background'; ' - sum(wt) sum of the column'; ' - mode(SumOx) most frequent sum of the calibrated pixels'; ''};
17651765

1766-
% Create Map_Spec
1767-
app.Map_Spec = uiaxes(app.GridLayout);
1768-
app.Map_Spec.XTick = [];
1769-
app.Map_Spec.YTick = [];
1770-
app.Map_Spec.Box = 'on';
1771-
app.Map_Spec.Layout.Row = [9 12];
1772-
app.Map_Spec.Layout.Column = [1 3];
1766+
% Create Plot
1767+
app.Plot = uiaxes(app.GridLayout);
1768+
xlabel(app.Plot, 'wt.%')
1769+
ylabel(app.Plot, 'Intensity')
1770+
app.Plot.PlotBoxAspectRatio = [1.39208633093525 1 1];
1771+
app.Plot.Box = 'on';
1772+
app.Plot.Layout.Row = [3 8];
1773+
app.Plot.Layout.Column = [3 7];
17731774

17741775
% Create Map_Total
17751776
app.Map_Total = uiaxes(app.GridLayout);
@@ -1779,14 +1780,13 @@ function createComponents(app)
17791780
app.Map_Total.Layout.Row = [9 12];
17801781
app.Map_Total.Layout.Column = [4 6];
17811782

1782-
% Create Plot
1783-
app.Plot = uiaxes(app.GridLayout);
1784-
xlabel(app.Plot, 'wt.%')
1785-
ylabel(app.Plot, 'Intensity')
1786-
app.Plot.PlotBoxAspectRatio = [1.39208633093525 1 1];
1787-
app.Plot.Box = 'on';
1788-
app.Plot.Layout.Row = [3 8];
1789-
app.Plot.Layout.Column = [3 7];
1783+
% Create Map_Spec
1784+
app.Map_Spec = uiaxes(app.GridLayout);
1785+
app.Map_Spec.XTick = [];
1786+
app.Map_Spec.YTick = [];
1787+
app.Map_Spec.Box = 'on';
1788+
app.Map_Spec.Layout.Row = [9 12];
1789+
app.Map_Spec.Layout.Column = [1 3];
17901790

17911791
% Show the figure after all components are created
17921792
app.XMapToolsGlobalStandardization.Visible = 'on';

Program/SourceControl/Calibration_LAICPMS_exported.m

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
SaveunfilteredmapsCheckBox matlab.ui.control.CheckBox
4242
BydefaultLODfilteredmapsaresavedLabel matlab.ui.control.Label
4343
LODfilteringLabel matlab.ui.control.Label
44-
Plot2 matlab.ui.control.UIAxes
45-
Plot3 matlab.ui.control.UIAxes
4644
Plot1 matlab.ui.control.UIAxes
45+
Plot3 matlab.ui.control.UIAxes
46+
Plot2 matlab.ui.control.UIAxes
4747
PixelReconstructionandImprovedPrecisionPRIPTab matlab.ui.container.Tab
4848
PRIP_GridLayout matlab.ui.container.GridLayout
4949
PRIP_Table_ROI matlab.ui.control.Table
@@ -1062,20 +1062,20 @@ function GenerateCellFromSelectedData(app)
10621062

10631063
% Code that executes after component creation
10641064
function startupFcn(app, XMapToolsApp, SelectedMaskFile)
1065-
%
1065+
10661066
% XMapTools is a free software solution for the analysis of chemical maps
1067-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
1068-
%
1067+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
1068+
10691069
% XMapTools is free software: you can redistribute it and/or modify
10701070
% it under the terms of the GNU General Public License as published by
10711071
% the Free Software Foundation, either version 3 of the License, or any
10721072
% later version.
1073-
%
1073+
10741074
% XMapTools is distributed in the hope that it will be useful,
10751075
% but WITHOUT ANY WARRANTY; without even the implied warranty of
10761076
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10771077
% GNU General Public License for more details.
1078-
%
1078+
10791079
% You should have received a copy of the GNU General Public License
10801080
% along with XMapTools. If not, see https://www.gnu.org/licenses.
10811081

@@ -2485,14 +2485,14 @@ function createComponents(app)
24852485
app.LODfilteringLabel.Layout.Column = [1 4];
24862486
app.LODfilteringLabel.Text = 'LOD filtering';
24872487

2488-
% Create Plot2
2489-
app.Plot2 = uiaxes(app.GridLayout6);
2490-
title(app.Plot2, 'Title')
2491-
app.Plot2.PlotBoxAspectRatio = [1.40467625899281 1 1];
2492-
app.Plot2.XTick = [];
2493-
app.Plot2.YTick = [];
2494-
app.Plot2.Layout.Row = [7 12];
2495-
app.Plot2.Layout.Column = [7 9];
2488+
% Create Plot1
2489+
app.Plot1 = uiaxes(app.GridLayout6);
2490+
title(app.Plot1, 'Title')
2491+
app.Plot1.PlotBoxAspectRatio = [1.40467625899281 1 1];
2492+
app.Plot1.XTick = [];
2493+
app.Plot1.YTick = [];
2494+
app.Plot1.Layout.Row = [7 12];
2495+
app.Plot1.Layout.Column = [1 3];
24962496

24972497
% Create Plot3
24982498
app.Plot3 = uiaxes(app.GridLayout6);
@@ -2503,14 +2503,14 @@ function createComponents(app)
25032503
app.Plot3.Layout.Row = [7 12];
25042504
app.Plot3.Layout.Column = [4 6];
25052505

2506-
% Create Plot1
2507-
app.Plot1 = uiaxes(app.GridLayout6);
2508-
title(app.Plot1, 'Title')
2509-
app.Plot1.PlotBoxAspectRatio = [1.40467625899281 1 1];
2510-
app.Plot1.XTick = [];
2511-
app.Plot1.YTick = [];
2512-
app.Plot1.Layout.Row = [7 12];
2513-
app.Plot1.Layout.Column = [1 3];
2506+
% Create Plot2
2507+
app.Plot2 = uiaxes(app.GridLayout6);
2508+
title(app.Plot2, 'Title')
2509+
app.Plot2.PlotBoxAspectRatio = [1.40467625899281 1 1];
2510+
app.Plot2.XTick = [];
2511+
app.Plot2.YTick = [];
2512+
app.Plot2.Layout.Row = [7 12];
2513+
app.Plot2.Layout.Column = [7 9];
25142514

25152515
% Create PixelReconstructionandImprovedPrecisionPRIPTab
25162516
app.PixelReconstructionandImprovedPrecisionPRIPTab = uitab(app.TabGroup);

Program/SourceControl/Classification_exported.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@ function checkorder(app)
100100
function startupFcn(app, XMapToolsApp, ResNumAll, Resolution, SumDAll)
101101
%
102102
% XMapTools is a free software solution for the analysis of chemical maps
103-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
104-
%
103+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
104+
105105
% XMapTools is free software: you can redistribute it and/or modify
106106
% it under the terms of the GNU General Public License as published by
107107
% the Free Software Foundation, either version 3 of the License, or any
108108
% later version.
109-
%
109+
110110
% XMapTools is distributed in the hope that it will be useful,
111111
% but WITHOUT ANY WARRANTY; without even the implied warranty of
112112
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
113113
% GNU General Public License for more details.
114-
%
114+
115115
% You should have received a copy of the GNU General Public License
116116
% along with XMapTools. If not, see https://www.gnu.org/licenses.
117117

Program/SourceControl/Converter_EPMA_exported.m

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -717,20 +717,19 @@ function addRuntimeConfigurations(app)
717717
% Code that executes after component creation
718718
function startupFcn(app, XMapToolsApp)
719719

720-
%
721720
% XMapTools is a free software solution for the analysis of chemical maps
722-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
723-
%
721+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
722+
724723
% XMapTools is free software: you can redistribute it and/or modify
725724
% it under the terms of the GNU General Public License as published by
726725
% the Free Software Foundation, either version 3 of the License, or any
727726
% later version.
728-
%
727+
729728
% XMapTools is distributed in the hope that it will be useful,
730729
% but WITHOUT ANY WARRANTY; without even the implied warranty of
731730
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
732731
% GNU General Public License for more details.
733-
%
732+
734733
% You should have received a copy of the GNU General Public License
735734
% along with XMapTools. If not, see https://www.gnu.org/licenses.
736735

Program/SourceControl/Converter_LAICPMS_exported.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,20 +1868,20 @@ function ReadDataFile_Thermo(app,PathName,FileName,Idx)
18681868

18691869
% Code that executes after component creation
18701870
function startupFcn(app, XMapToolsApp)
1871-
%
1871+
18721872
% XMapTools is a free software solution for the analysis of chemical maps
1873-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
1874-
%
1873+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
1874+
18751875
% XMapTools is free software: you can redistribute it and/or modify
18761876
% it under the terms of the GNU General Public License as published by
18771877
% the Free Software Foundation, either version 3 of the License, or any
18781878
% later version.
1879-
%
1879+
18801880
% XMapTools is distributed in the hope that it will be useful,
18811881
% but WITHOUT ANY WARRANTY; without even the implied warranty of
18821882
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18831883
% GNU General Public License for more details.
1884-
%
1884+
18851885
% You should have received a copy of the GNU General Public License
18861886
% along with XMapTools. If not, see https://www.gnu.org/licenses.
18871887

Program/SourceControl/Data_Conversion_exported.m

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,23 @@
2727

2828
% Code that executes after component creation
2929
function startupFcn(app, XMapToolsApp, Mode)
30-
%
30+
3131
% XMapTools is a free software solution for the analysis of chemical maps
32-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
33-
%
32+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
33+
3434
% XMapTools is free software: you can redistribute it and/or modify
3535
% it under the terms of the GNU General Public License as published by
3636
% the Free Software Foundation, either version 3 of the License, or any
3737
% later version.
38-
%
38+
3939
% XMapTools is distributed in the hope that it will be useful,
4040
% but WITHOUT ANY WARRANTY; without even the implied warranty of
4141
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4242
% GNU General Public License for more details.
43-
%
43+
4444
% You should have received a copy of the GNU General Public License
4545
% along with XMapTools. If not, see https://www.gnu.org/licenses.
4646

47-
48-
4947
app.DataConversionModule.Visible = 'off';
5048

5149
app.XMapToolsApp = XMapToolsApp;

Program/SourceControl/Data_Export_exported.m

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,22 @@ function CalculateBRC(app)
469469
% Code that executes after component creation
470470
function startupFcn(app, XMapToolsApp)
471471

472+
% XMapTools is a free software solution for the analysis of chemical maps
473+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
474+
475+
% XMapTools is free software: you can redistribute it and/or modify
476+
% it under the terms of the GNU General Public License as published by
477+
% the Free Software Foundation, either version 3 of the License, or any
478+
% later version.
479+
480+
% XMapTools is distributed in the hope that it will be useful,
481+
% but WITHOUT ANY WARRANTY; without even the implied warranty of
482+
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
483+
% GNU General Public License for more details.
484+
485+
% You should have received a copy of the GNU General Public License
486+
% along with XMapTools. If not, see https://www.gnu.org/licenses.
487+
472488
app.DataExport.Visible = 'off';
473489

474490
movegui(app.DataExport,'center');

Program/SourceControl/Data_Visualization_exported.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,20 +2071,20 @@ function CalculateBRC(app)
20712071

20722072
% Code that executes after component creation
20732073
function startupFcn(app, XMapToolsApp, Names, Data, Selected, MaskFile)
2074-
%
2074+
20752075
% XMapTools is a free software solution for the analysis of chemical maps
2076-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
2077-
%
2076+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
2077+
20782078
% XMapTools is free software: you can redistribute it and/or modify
20792079
% it under the terms of the GNU General Public License as published by
20802080
% the Free Software Foundation, either version 3 of the License, or any
20812081
% later version.
2082-
%
2082+
20832083
% XMapTools is distributed in the hope that it will be useful,
20842084
% but WITHOUT ANY WARRANTY; without even the implied warranty of
20852085
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20862086
% GNU General Public License for more details.
2087-
%
2087+
20882088
% You should have received a copy of the GNU General Public License
20892089
% along with XMapTools. If not, see https://www.gnu.org/licenses.
20902090

Program/SourceControl/DriftCorrector_exported.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,20 +312,20 @@ function CalculateBRC(app)
312312

313313
% Code that executes after component creation
314314
function startupFcn(app, XMapToolsApp, MapID, MaskId)
315-
%
315+
316316
% XMapTools is a free software solution for the analysis of chemical maps
317-
% Copyright © 2022-2025 University of Bern, Institute of Geological Sciences, Pierre Lanari
318-
%
317+
% Copyright © 2022-2025 University of Lausanne, Institute of Earth Sciences, Pierre Lanari
318+
319319
% XMapTools is free software: you can redistribute it and/or modify
320320
% it under the terms of the GNU General Public License as published by
321321
% the Free Software Foundation, either version 3 of the License, or any
322322
% later version.
323-
%
323+
324324
% XMapTools is distributed in the hope that it will be useful,
325325
% but WITHOUT ANY WARRANTY; without even the implied warranty of
326326
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
327327
% GNU General Public License for more details.
328-
%
328+
329329
% You should have received a copy of the GNU General Public License
330330
% along with XMapTools. If not, see https://www.gnu.org/licenses.
331331

0 commit comments

Comments
 (0)