Description Usage Arguments Value Examples
Displaying images and metadata
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | showinf(
file,
pixel_data = FALSE,
series = NULL,
range = NULL,
crop = NULL,
autoscale = FALSE,
ome_xml = FALSE,
opts = c("-no-upgrade", "-novalid"),
debug = FALSE,
verbose = TRUE,
run = TRUE
)
showinf.help()
bf_showinf(
file,
pixel_data = FALSE,
series = NULL,
range = NULL,
crop = NULL,
autoscale = FALSE,
ome_xml = FALSE,
opts = c("-no-upgrade", "-novalid"),
debug = FALSE,
verbose = TRUE,
run = TRUE
)
bf_show_info(
file,
pixel_data = FALSE,
series = NULL,
range = NULL,
crop = NULL,
autoscale = FALSE,
ome_xml = FALSE,
opts = c("-no-upgrade", "-novalid"),
debug = FALSE,
verbose = TRUE,
run = TRUE
)
showinf_version()
bf_meta_subset(file)
|
file |
File to display |
pixel_data |
Should the image/pixel data be read in?
If |
series |
All images in the input file are converted by default. To convert only one series, set this to a numeric |
range |
To convert images between certain indices (inclusive), set 0 to first |
crop |
of the format x,y,width,height. The (x, y) coordinate (0, 0) is the upper-left corner of the image; x + width must be less than or equal to the image width and y + height must be less than or equal to the image height. |
autoscale |
Adjusts the display range to the minimum and maximum pixel values. |
ome_xml |
should this populate OME-XML metadata |
opts |
Additional options to pass to |
debug |
Enables debugging output if more information is needed |
verbose |
Should the command be printed |
run |
Should the command be run? Useful for diagnostics. |
The output file name
1 2 3 4 5 6 | file = "~/Downloads/2017_08_03__0006.czi"
if (file.exists(file)) {
res = showinf(file = file, run = FALSE)
res
}
showinf_version()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.