![]() |
Microscopy Image Browser
1.233
|
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... | |
Save dataset using the BigDataViewer format of Fiji.
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
filename | name 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 |
result | 0 - fail, 1 - success |
Examples:
References mib_resize3d().
Referenced by menuFileSaveImageAs(), menuModelsSaveAs(), and mibchopDatasetGui>chopBtn_Callback().