Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc-epma.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XMapTools documentation for EPMA

## Table of content
## Table of contents

__EPMA & SEM__:
- [Data compatibility (EPMA)](#data-compatibility-for-epma)
Expand Down Expand Up @@ -280,7 +280,7 @@ Use the Select the _format dropdown menu_ to select data format. After selecting
- JEOL (SUN) requires two files for each map: 'XX.cnd' and 'XX_map.txt', and two files for each set of spot analyses: 'summary.txt' and 'stage.txt'.
- CAMECA requires one file for each map: 'XXXX.txt', and a single file for each set of spot analyses: 'YYY.csv'.

#### Step 2: Set the destimation folder
#### Step 2: Set the destination folder

After selecting the data format, press the _Set a destination folder_ button and select an empty folder to save the data in the XMapTools format. This folder must be empty and existing data will be deleted!

Expand Down
2 changes: 1 addition & 1 deletion doc-laicpms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XMapTools documentation

## Table of content
## Table of contents


__LA-ICP-MS__:
Expand Down
4 changes: 2 additions & 2 deletions getting-started-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## What's Next?

- Working with **EPMA** data? Try this [tutorial](/tutorials.html#tutorial-1-xmaptools-for-epma-2023).
- Working with **EPMA** data? Try this [tutorial](/tutorials#tutorial-1-xmaptools-for-epma-2023).
- Working with **LA-ICP-MS** data? Read this [paper](https://pierrelanari.com/wp-content/uploads/2024/01/2024_Markmann_ChemGeol.pdf).

---
Expand All @@ -29,4 +29,4 @@ All the MATLAB libraries need to be loaded, which takes some time. The second ti

## I am lost, where can I get some help?

You can find articles on this website and help files in the program. We also have [tutorial videos](/tutorials.html). Do not hesitate to click on the help button available in each section to access a description of the main steps. If you feel that something is missing or unclear, or if you find an error, do not hesitate to contact us on [Discord](https://discord.com/invite/2ak9RXcJ5b) or via the [developer repository](https://github.com/xmaptools/XMapTools_Developers) on GitHub.
You can find articles on this website and help files in the program. We also have [tutorial videos](/tutorials). Do not hesitate to click on the help button available in each section to access a description of the main steps. If you feel that something is missing or unclear, or if you find an error, do not hesitate to contact us on [Discord](https://discord.com/invite/2ak9RXcJ5b) or via the [developer repository](https://github.com/xmaptools/XMapTools_Developers) on GitHub.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"url": "https://github.com/xmaptools/Documentation.git"
},
"author": "XMapTools",
"license": "GNU General Public License v3.0"
"license": "GPL-3.0-or-later"
}
Comment on lines +19 to 20
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json now declares an SPDX license (GPL-3.0-or-later), but the repository still doesn’t include a corresponding LICENSE file. This leaves the published package/docs site in an inconsistent state (declared license without the actual license text). Add a LICENSE file (GPLv3+ text) or adjust the SPDX identifier to match the license text you intend to ship.

Copilot uses AI. Check for mistakes.