![]() |
Microscopy Image Browser
1.00
|
Get metadata for images. More...
Functions | |
function [
img_info , files , pixSize ] = | getImageMetadata (filenames, options, handles) |
Get metadata for images. More... | |
Get metadata for images.
function [ img_info , files , pixSize ] = getImageMetadata | ( | filenames, | |
options, | |||
handles | |||
) |
Get metadata for images.
filenames | a cell array with filenames of images |
options | a structure with additional parameters .bioformatsCheck -> 0 or 1; when 1 use the BioFormats library .waitbar -> 0 or 1; when 1 shows the progress bar .customSections -> 0 or 1; when 1 obtain part of the dataset |
handles | handles structure of im_browser |
img_info | in the format compatible with imageData.img_info containers.Map |
files | a structure with file-info, can be empty: []
|
pixSize | a structure with voxel dimensions (.x, .y, .z, .units, .t, .tunits) |
References get_nrrd_metadata(), getAmiraMeshHeader(), ib_amiraImportGui(), and selectHDFSeries().
Referenced by ib_loadImages(), alignDatasetsDlg>getMetaInfo(), and mibrechopDatasetGui>combineBtn_Callback().