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

Save dataset using the BigDataViewer format of Fiji. More...

Functions

function result = saveBigDataViewerFormat (filename, I, options)
 Save dataset using the BigDataViewer format of Fiji. More...
 

Detailed Description

Save dataset using the BigDataViewer format of Fiji.

Function Documentation

function result = saveBigDataViewerFormat (   filename,
  I,
  options 
)

Save dataset using the BigDataViewer format of Fiji.

The format description: http://fiji.sc/BigDataViewer#About_the_BigDataViewer_data_format

Parameters
filenamename of the file: xml or h5
options[optional], a structure with extra parameters .ChunkSize - [optional], a matrix that defines chunking layout .Deflate - [optional], a number that defines gzip compression level (0-9). .SubSampling - [optional], a matrix that defines scaling factor for the image pyramid (for example, [1,1,1; 2,2,2; 4,4,4] makes 3 levels) .ResamplingMethod - [optional], a string that defines resampling method .t - time point, when time point > 1, the dataset will be added to the exising .lutColor - [optional], a matrix with definition of color channels [1:colorChannel, R G B], (0-1) .showWaitbar - if 1 - show the wait bar, if 0 - do not show .ImageDescription - [optional], a string with description of the dataset
Return values
result0 - fail, 1 - success
Required fields of options:

Examples:

result = saveBigDataViewerFormat('mydataset.h5', I, options); // save dataset

References mib_resize3d().

Referenced by menuFileSaveImageAs(), menuModelsSaveAs(), and mibchopDatasetGui>chopBtn_Callback().

Here is the call graph for this function:

Here is the caller graph for this function: