Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibSetImarisSpots.m File Reference

Send a spots from MIB to Imaris. More...

Functions

function connImaris = mibSetImarisSpots (spots, connImaris, options)
 Send a spots from MIB to Imaris.
 

Detailed Description

Send a spots from MIB to Imaris.

Function Documentation

◆ mibSetImarisSpots()

function connImaris = mibSetImarisSpots ( spots,
connImaris,
options )

Send a spots from MIB to Imaris.

Parameters
spotsa matrix [x, y, z, t] with coordinates of the spots (n x 4)
connImaris[optional] a handle to Imaris connection
optionsan optional structure with additional settings
  • .radii -> [optional] a vector with radii of the spots (n x 1)
  • .color [optional] a vector with color for spots: (1x4), (0..1) vector of [R G B A] values
  • .name -> a char with the name of the object
Return values
connImarisa handle to Imaris connection
Required fields of connImaris:
Required fields of options:

Examples:

options.lutColors = obj.mibModel.displayedLutColors; // call from mibController; get colors for the color channels
spots = [1, 1, 1, 1]; // add a single spot to position 1,1,1,1
@code obj.connImaris = mibSetImarisSpots(spots, obj.connImaris); // call from mibController; send spots from matlab to imaris
function connImaris = mibSetImarisSpots(spots, connImaris, options)
Send a spots from MIB to Imaris.
Definition mibSetImarisSpots.m:17

References max, mibConnectToImaris(), and min.

Referenced by mibController.menuModelAnn_Callback(), and mibAnnotationsController.tableContextMenu_cb().

Here is the call graph for this function:
Here is the caller graph for this function: