Skip to content

Commit 36e8623

Browse files
committed
vault backup: 2025-11-06 00:32:55
1 parent 204b2c4 commit 36e8623

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/content/Dry/Image Processing/Imaris 3D Random Spots Distance Analysis.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ This Imaris XT Python workflow performs a 3D null model analysis by randomly gen
1818
| ObservedSpots | Real experimental spot set to compare against |
1919

2020
### 🛠 Required Scripts
21-
| ⚙️ Script | 🔧 Purpose |
22-
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
23-
| `ImarisLib.py` | Interface to Imaris XT and image access |
24-
| <a href="./01.Files/Imaris_Analysis-RandomSpots.ipynb" download>Imaris_Analysis-RandomSpots.ipynb</a> | Main script for seeding, sampling, and analysis |
21+
| ⚙️ Script | 🔧 Purpose |
22+
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
23+
| `ImarisLib.py` | Interface to Imaris XT and image access |
24+
| <a href="./01.Files/Imaris_Analysis-RandomSpots.ipynb" download="Imaris_Analysis-RandomSpots.ipynb">Imaris_Analysis-RandomSpots.ipynb</a> | Main script for seeding, sampling, and analysis |
2525

2626
### 🧭 Workflow Summary
2727
1. Connects to an open Imaris application using ImarisLib.
28-
2. Make a distance map of your target signal by using the "Distance Transformation" from Image Processing -> Surfaces Functions -> Distance Transformation (requires XTension); name this channel as "distance."
28+
2. Make a distance map of your target signal by using the "Distance Transformation" from Image Processing -> Surfaces Functions -> Distance Transformation (requires XTension); name this channel as "distance." Optional: you can define the border by yourself on this channel.
2929
3. Use the mask function to your structure surface object for masking the possible region as 1 and blocked region as 0; name this channel as "mask."
3030
4. Identifies the appropriate distance and mask channels using name hints or indices.
3131
5. Randomly seeds 3D spots within the mask at different `N` values using Monte Carlo simulation.

0 commit comments

Comments
 (0)