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

MIB_RECHOPDATASETGUI MATLAB code for mib_rechopDatasetGui.fig MIB_RECHOPDATASETGUI, by itself, creates a new MIB_RECHOPDATASETGUI or raises the existing singleton*. More...

Functions

function
varargout = 
mib_rechopDatasetGui (varargin)
 MIB_RECHOPDATASETGUI MATLAB code for mib_rechopDatasetGui.fig MIB_RECHOPDATASETGUI, by itself, creates a new MIB_RECHOPDATASETGUI or raises the existing singleton*. More...
 
function  mibrechopDatasetGui>mib_rechopDatasetGui_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
mibrechopDatasetGui>mib_rechopDatasetGui_OutputFcn (hObject, eventdata, handles)
 
function  mibrechopDatasetGui>cancelBtn_Callback (hObject, eventdata, handles)
 
function  mibrechopDatasetGui>mib_rechopDatasetGui_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibrechopDatasetGui>selectFilesBtn_Callback (hObject, eventdata, handles)
 
function  mibrechopDatasetGui>helpBtn_Callback (hObject, eventdata, handles)
 
function  mibrechopDatasetGui>combineBtn_Callback (hObject, eventdata, handles)
 
function R = mibrechopDatasetGui>loadModels (fn, handles)
 

Detailed Description

MIB_RECHOPDATASETGUI MATLAB code for mib_rechopDatasetGui.fig MIB_RECHOPDATASETGUI, by itself, creates a new MIB_RECHOPDATASETGUI or raises the existing singleton*.

Function Documentation

function varargout = mib_rechopDatasetGui (   varargin)

MIB_RECHOPDATASETGUI MATLAB code for mib_rechopDatasetGui.fig MIB_RECHOPDATASETGUI, by itself, creates a new MIB_RECHOPDATASETGUI or raises the existing singleton*.

  H = MIB_RECHOPDATASETGUI returns the handle to a new MIB_RECHOPDATASETGUI or the handle to
  the existing singleton*.

  MIB_RECHOPDATASETGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
  function named CALLBACK in MIB_RECHOPDATASETGUI.M with the given input arguments.

  MIB_RECHOPDATASETGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIB_RECHOPDATASETGUI or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before mib_rechopDatasetGui_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to mib_rechopDatasetGui_OpeningFcn via varargin.

  *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one
  instance to run (singleton)".
See Also
GUIDE, GUIDATA, GUIHANDLES

Referenced by menuFileChoppedImage().

Here is the caller graph for this function:

function mibrechopDatasetGui>cancelBtn_Callback (   hObject,
  eventdata,
  handles 
)
function mibrechopDatasetGui>combineBtn_Callback (   hObject,
  eventdata,
  handles 
)

References getImageMetadata(), ib_do_backup(), ib_getImages(), and updateGuiWidgets().

Here is the call graph for this function:

function mibrechopDatasetGui>helpBtn_Callback (   hObject,
  eventdata,
  handles 
)
function R = mibrechopDatasetGui>loadModels (   fn,
  handles 
)

References amiraLabels2bitmap(), getImageMetadata(), ib_loadImages(), and nrrdLoadWithMetadata().

Here is the call graph for this function:

function mibrechopDatasetGui>mib_rechopDatasetGui_CloseRequestFcn (   hObject,
  eventdata,
  handles 
)
function mibrechopDatasetGui>mib_rechopDatasetGui_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References ib_updateFontSize(), and mib_rescaleWidgets().

Here is the call graph for this function:

function varargout = mibrechopDatasetGui>mib_rechopDatasetGui_OutputFcn (   hObject,
  eventdata,
  handles 
)
function mibrechopDatasetGui>selectFilesBtn_Callback (   hObject,
  eventdata,
  handles 
)