GUI-based XTension that computes the distance map of surfaces and then computes the distance of each spot to those surfaces, saving them as a table
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
e745142fb4b0 | oburri | Update call to detectspots to reflect changes in EasyXT Added documentation | Nov 17 2016 | ||||
e81c0f4083ad | oburri | Improved now detects if multiple surface objects need to be checked | Nov 16 2016 | ||||
bf0da053cd45 | oburri | Merge branch 'master' of https://git.epfl.ch/repo/biop-distance-maps | Apr 1 2016 | ||||
fc28686d1b91 | oburri | adds channel intensity readout and normalized inner distance maps | Apr 1 2016 | ||||
6b175ec79072 | oburri | fixes batch file output | Mar 30 2016 | ||||
8833f8a50764 | oburri | Cleanup | Mar 30 2016 | ||||
56d9f6a07b05 | oburri | Add main file | Mar 30 2016 | ||||
0d05d097cafc | oburri | First version | Mar 23 2016 | ||||
cf97da8f5d33 | oburri | Rendered generic from Aeby project | Mar 15 2016 | ||||
d5a3aafa2510 | oburri | EasyXT Added | Jul 28 2015 | ||||
96b2d3167a20 | oburri | Merge branch 'master' of G:\Projects\EasyXT into DistMeasurement | Jun 20 2014 | ||||
2004ec203c98 | oburri | - GetSelectedStatistics works as expected - New logo :) | Jun 20 2014 | ||||
c6401f6ac0a3 | oburri | added better comments | Jun 18 2014 | ||||
ad589da40bae | oburri | Added some comments | Jun 18 2014 | ||||
cfeb08c6337b | oburri | removed test file | Jun 18 2014 |
README.md
XT Spots To Surfaces Distances
Users
Maxime Ayer, Polymers Laboratory LP Maria Donaldson, Oricchio Group
Description
Imaris XTension: Interface for detecting spots, surfaces and providing the distance of each spot to each surface via generation of a euclidean distance map.
Interface
Each tab in the interface represents one channel. With each channel, the user decides what to do (Detect spots, surfaces or do nothing). After the parameters are set and tested, the user can then use the right-hand buttons.
Refresh
Re-reads the current Imaris Dataset and refreshes the number of channels, as needed
Detect All
Runs the full detection of spots and surfaces on the dataset and ensures that the dataset is converted to 32/bit before that This is a necessary step, always use the Detect All Button
Analyze
Runs the analysis by splitting the spots into one new spots object per surface and outputs the result as a Matlab Table that is then saved in XLS format. The table is saved in the same folder as the image and either
- Has the name of the current image if Append Results is unchecked
- Is called *dist-analysis.xls* if Append Results is checked
Table Columns
Image Name Spot Name Distance Map Channel Spot ID Surface ID Sub-Surface ID (Cell) Spot X Spot Y Spot Z Spot Distance Normalized Distance from Edge Longest Distance in suface Intensity Mean Ch#
Absolute distances are negative when INSIDE the surfaces and positive when OUTSIDE
Batch Process
Request a folder and runs the analysis with the given parameters on all images in the folder. Please note that this is known to cause instability in Imaris.
Saving and Restoring Settings
Settings can be saved and loaded using the provided buttons