Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion omero/util_scripts/Channel_Offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ def runAsScript():
dataTypes = [rstring('Image')]

client = scripts.client('Channel_Offsets.py', """Create new Images from existing images,
applying an x, y and z shift to each channel independently. """,
applying an x, y and z shift to each channel independently.
See http://www.openmicroscopy.org/site/support/omero4/users/client-tutorials/insight/insight-util-scripts.html""",

scripts.String("Data_Type", optional=False, grouping="1",
description="Pick Images by 'Image' ID or by the ID of their 'Dataset'", values=dataTypes, default="Image"),
Expand Down