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

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

Functions

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

Detailed Description

Send a dataset from MIB to Imaris.

Function Documentation

function handles = ib_setImarisDataset (   img,
  img_info,
  handles 
)

Send a dataset from MIB to Imaris.

Parameters
imga variable with the dataset
img_infocontainers.map with parameters
handleshandles structure from im_browser
Return values
handleshandles structure from im_browser
Required fields of handles:
Generated fields of handles:

Examples:

handles = ib_setImarisDataset(handles.Img{handles.Id}.I.img, handles.Img{handles.Id}.I.img_info, handles); // get dataset from imaris

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

Referenced by menuFileExportImage().

Here is the call graph for this function:

Here is the caller graph for this function: