![]() |
Microscopy Image Browser 2.91
MIB
|
Get metadata for images. More...
Functions | |
function [ img_info , files , pixSize ] = | mibGetImageMetadata (filenames, options) |
Get metadata for images. | |
Get metadata for images.
function [ img_info , files , pixSize ] = mibGetImageMetadata | ( | filenames, | |
options ) |
Get metadata for images.
filenames | a cell array with filenames of images |
options | a structure with additional parameters .mibBioformatsCheck -> 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 .mibPath -> [optional] a string with path to MIB directory, an optional parameter to mibInputDlg.m .id - id of the current dataset, needed to generate filename for Memoizer class for the virtual mode .BioFormatsMemoizerMemoDir -> obj.mibModel.preferences.ExternalDirs.BioFormatsMemoizerMemoDir; % path to temp folder for Bioformats .BioFormatsIndices -> numeric, indices of images in file container to be opened with BioFormats, when [] or 0 - get all image series .Font -> [optional] a structure with the font settings from mib .FontName .FontUnits .FontSize |
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(), getXMLheader(), ib_amiraImportGui(), max, mibInputDlg(), mibInputMultiDlg(), min, p_json(), selectHDFSeries(), and xml2struct().
Referenced by mibRechopDatasetController.combineBtn_Callback(), mibAlignmentController.getMetaInfo(), mibRechopDatasetController.loadModels(), mibLoadImages(), and mibWoundHealingAssayController.Stitch().