Metadata¶
Click any command card below to expand its full parameter reference.
Info
Note that all cards below are auto-generated from EuBIBridge methods and Pydantic config models. Types, defaults, and valid ranges are extracted directly from the source.
show_pixel_meta — Display pixel-level and channel metadata for all files in input_path
Usage:
eubi show_pixel_meta INPUT_PATH [OPTIONS]
eubi with_config NAME show_pixel_meta INPUT_PATH [OPTIONS]
Required arguments
Type: Default: required File path or directory.--input_pathPath or streubi show_pixel_meta /data/input
Optional arguments
Type: Default: — Comma-separated filename patterns to include.--includesstr or None# Show metadata only for files whose name contains "EMPIAR"
eubi show_pixel_meta /data/input --includes "EMPIAR"
# Multiple patterns — comma-separated
eubi show_pixel_meta /data/input --includes "EMPIAR,scan_001,confocal"
Type: Default: — Comma-separated filename patterns to exclude.--excludesstr or None# Skip preview files
eubi show_pixel_meta /data/input --excludes "preview"
# Skip multiple patterns
eubi show_pixel_meta /data/input --excludes "preview,temp"
Type: Default: — Series / scene index (default: configured scene_index).--seriesinteubi show_pixel_meta /data/input --series 2
Type: Default: — Write output to this path; use --output_filestr.html for HTML output.# Save as an HTML report you can open in a browser
eubi show_pixel_meta /data/input --output_file report.html
# Save as plain text
eubi show_pixel_meta /data/input --output_file report.txt
update_pixel_meta — Update pixel-scale and unit metadata on existing OME-Zarr files
Usage:
eubi update_pixel_meta INPUT_PATH [OPTIONS]
eubi with_config NAME update_pixel_meta INPUT_PATH [OPTIONS]
Required arguments
Type: Default: required OME-Zarr path or directory of OME-Zarr files.--input_pathPath or streubi update_pixel_meta /data/output
Optional arguments
Type: Default: — Comma-separated filename patterns to include.--includesstr or None# Update only files whose name contains "EMPIAR"
eubi update_pixel_meta /data/output --includes "EMPIAR"
Type: Default: — Comma-separated filename patterns to exclude.--excludesstr or None# Skip files whose name contains 'backup'
eubi update_pixel_meta /data/output --excludes "backup"
Type: Default: — Physical pixel size along the time axis.--time_scalefloateubi update_pixel_meta /data/output --time_scale 1.0 --time_unit second
Type: Default: — Physical pixel size along the z axis (e.g. --z_scalefloat0.5 for 0.5 µm z-steps).# Set z-step size and unit together
eubi update_pixel_meta /data/output --z_scale 0.5 --z_unit micrometer
Type: Default: — Physical pixel size along the y axis.--y_scalefloateubi update_pixel_meta /data/output --y_scale 0.25 --y_unit micrometer
Type: Default: — Physical pixel size along the x axis.--x_scalefloateubi update_pixel_meta /data/output --x_scale 0.25 --x_unit micrometer
Type: Default: — Physical unit for the time axis (e.g. --time_unitstrsecond, millisecond).eubi update_pixel_meta /data/output --time_scale 1.0 --time_unit second
Type: Default: — Physical unit for the z axis (e.g. --z_unitstrmicrometer, nanometer).eubi update_pixel_meta /data/output --z_scale 0.5 --z_unit micrometer
Type: Default: — Physical unit for the y axis.--y_unitstreubi update_pixel_meta /data/output --y_scale 0.25 --y_unit micrometer
Type: Default: — Physical unit for the x axis.--x_unitstreubi update_pixel_meta /data/output --x_scale 0.25 --x_unit micrometer
Type: Default: — Number of files to process in parallel.--max_workersint or None# Update 8 OME-Zarr stores in parallel
eubi update_pixel_meta /data/output --max_workers 8
update_channel_meta — Update channel label, color, and intensity metadata
Usage:
eubi update_channel_meta INPUT_PATH [OPTIONS]
eubi with_config NAME update_channel_meta INPUT_PATH [OPTIONS]
Required arguments
Type: Default: required OME-Zarr path or directory of OME-Zarr files.--input_pathPath or streubi update_channel_meta /data/output
Optional arguments
Type: Default: Index/name pairs, e.g. --channel_labelsstr"""0,DAPI;1,GFP".# Rename channels 0 and 1
eubi update_channel_meta /data/output --channel_labels "0,DAPI;1,GFP"
# Three channels
eubi update_channel_meta /data/output --channel_labels "0,DAPI;1,GFP;2,mCherry"
Type: Default: Index/hex pairs, e.g. --channel_colorsstr"""0,0000FF;1,00FF00".# Set display colours in hex (blue DAPI, green GFP)
eubi update_channel_meta /data/output --channel_colors "0,0000FF;1,00FF00"
# Three channels — blue, green, red
eubi update_channel_meta /data/output --channel_colors "0,0000FF;1,00FF00;2,FF0000"
Type: Default: --channel_intensity_limitsLiteral['from_dtype', 'from_array', 'auto']from_dtype'from_dtype' (default), 'from_array', or 'auto'.# Compute per-channel min/max from the pixel data
eubi update_channel_meta /data/output --channel_intensity_limits from_array
# Let the viewer decide (OMERO-style auto-scaling)
eubi update_channel_meta /data/output --channel_intensity_limits auto
Type: Default: — Comma-separated filename patterns to include.--includesstr or None# Update only files whose name contains "EMPIAR"
eubi update_channel_meta /data/output --includes "EMPIAR"
Type: Default: — Comma-separated filename patterns to exclude.--excludesstr or None# Skip files whose name contains 'backup'
eubi update_channel_meta /data/output --excludes "backup"
Type: Default: — Number of files to process in parallel.--max_workersint or None# Update 8 OME-Zarr stores in parallel
eubi update_channel_meta /data/output --max_workers 8