createOME | R Documentation |
Creates OME xml
createOME(
dims,
param,
name,
date,
what = "int16",
endianness = .Platform$endian
)
dims |
image dimensions [h,w,c,f] |
param |
object of class 'IFC_param', containing extraction parameters defined by |
name |
name of the image. When missing, the default it will not be incorporated. |
date |
date of the image. Should be formatted as |
what |
bits mode used to store image. Default is |
endianness |
The endian-ness ("big" or "little") of the return object. Default is .Platform$endian. |
An OME xml.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.