Quick Start
Get from a fresh install to your first analysis in about ten minutes. For the full picture, see the User Guide.
1. Install
Download the package for your platform from the releases page and install it — see Installation for the details and the exact file names.
Launch Modan2 from the Start Menu (Windows), Applications (macOS), or by running the AppImage (Linux).
2. Create a dataset
Click “New Dataset” (
Ctrl+N)Give it a Name and set the Dimension to 2D or 3D
Click OK
The dataset appears in the tree on the left.
3. Get your data in
If you already have landmark coordinates:
Click Import (
Ctrl+I) and pick the file — the format is detected from the extension (TPS, NTS, X1Y1, Morphologika, or a JSON+ZIP package)Click Import
Objects appear in the centre table. You can also drag files straight onto the window.
If you are starting from photographs:
Import the images (Ctrl+I, or drag them in) and digitize them in the next
step.
4. Digitize landmarks
Double-click the first object in the table to open it — Landmark mode is active by default
Click on the image to place landmarks; they are numbered in order
Zoom with the mouse wheel, pan by right-dragging empty space
Drag a landmark to move it, right-click it to delete it
Click Save, then use Next / Previous to work through the dataset
Tip
To capture an outline rather than discrete points, switch to Curve mode and trace it — the trace snaps to image edges and is resampled into evenly-spaced semi-landmarks. See Semi-landmark Curves.
If a landmark cannot be placed on a specimen, mark it missing rather than skipping it, so every object keeps the same landmark count — see Handling Missing Landmarks.
5. Add variables (optional)
Variables are what CVA and MANOVA group by.
Open the dataset dialog → Variables tab → “Add Variable”, and name it (e.g.
Species)Open each object and fill in its value for that variable
6. Run the analysis
One run computes PCA, CVA, and MANOVA together — there is no analysis type to choose.
Select the dataset and click Analyze (
Ctrl+G)Set the superimposition method (Procrustes is the default) and, if you defined variables, the CVA and MANOVA grouping variables
Click OK
7. Explore the results
Open the finished analysis in the Data Exploration dialog to get an interactive scatter plot — PC1 vs PC2 by default, coloured by group, with other axis combinations, a regression overlay, and a shape grid available.
To export, select the dataset and choose Export (Ctrl+E) for the data, or
use the Data Exploration dialog’s chart-image control to save a plot.
Typical workflow
1. Create a dataset
↓
2. Import data (landmark files, or images to digitize)
↓
3. Digitize landmarks / trace curves
↓
4. Add variables (optional, for grouping)
↓
5. Analyze (superimposition → PCA + CVA + MANOVA)
↓
6. Explore and export
Essential shortcuts
Shortcut |
Action |
|---|---|
|
New dataset |
|
New object |
|
Edit object |
|
Import |
|
Export |
|
Analyze |
|
Save changes |
Quick fixes
- Imported objects do not appear
Click the dataset in the tree to refresh it.
- Clicking does not place a landmark
Check that you opened the object dialog and that the Landmark mode button is selected — not Curve or Calibration.
- Analysis fails
Every object needs the same number of landmarks; mark gaps as missing rather than leaving objects short. See Troubleshooting Guide.
Next steps
User Guide — the comprehensive guide
Advanced Features Guide — power-user tips and integration with R/Python