Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_setImarisDataset.m File Reference

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

Functions

function
handles = 
ib_setImarisDataset (handles, options)
 Send a dataset from MIB to Imaris. More...
 

Detailed Description

Send a dataset from MIB to Imaris.

Function Documentation

function handles = ib_setImarisDataset (   handles,
  options 
)

Send a dataset from MIB to Imaris.

Parameters
handleshandles structure from im_browser
optionsan optional structure with additional settings (for example, when is called from ib_renderModelImaris.m)
  • .type -> [optional] type of dataset to send (image, model, mask, selection)
  • .modelIndex [optional] index of a model material to send, could be NaN
  • .mode -> [optional] type of mode for sending (3D, 4D)
  • .insertInto -> [optional] a cell with index where to insert the Z-stack, when -1 replaces the whole dataset;
Return values
handleshandles structure from im_browser
Required fields of handles:
Required fields of options:
Generated fields of handles:

Examples:

handles = ib_setImarisDataset(handles); // send dataset from matlab to imaris

References IceImarisConnector.IceImarisConnector(), and mib_inputdlg().

Referenced by ib_renderModelImaris(), menuFileExportImage(), and menuModelsExport().

Here is the call graph for this function:

Here is the caller graph for this function: