Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion omero/export_scripts/Batch_Image_Export.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def runScript():

client = scripts.client('Batch_Image_Export.py', """Save multiple images as jpegs or pngs in a zip
file available for download as a batch export.
See http://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/running-scripts/running-util-scripts/""",
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="The data you want to work with.", values=dataTypes, default="Image"),
Expand Down
2 changes: 1 addition & 1 deletion omero/figure_scripts/Movie_Figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def runAsScript():

client = scripts.client('Movie_Figure.py', """Export a figure of a movie, showing a row of frames for each chosen image.
NB: OMERO.insight client provides a nicer UI for this script under 'Publishing Options'
See https://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/exporting-figures""",
See https://www.openmicroscopy.org/site/support/omero4/users/client-tutorials/insight/insight-export-figures.html""",

# provide 'Data_Type' and 'IDs' parameters so that Insight auto-populates with currently selected images.
scripts.String("Data_Type", optional=False, grouping="01",
Expand Down
2 changes: 1 addition & 1 deletion omero/figure_scripts/Movie_ROI_Figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def runAsScript():
oColours = wrap(OVERLAY_COLOURS.keys())

client = scripts.client('Movie_ROI_Figure.py', """Create a figure of movie frames from ROI region of image.
See http://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/exporting-figures""",
See http://www.openmicroscopy.org/site/support/omero4/users/client-tutorials/insight/insight-export-figures.html""",

scripts.String("Data_Type", optional=False, grouping="01",
description="The data you want to work with.", values=dataTypes, default="Image"),
Expand Down
2 changes: 1 addition & 1 deletion omero/figure_scripts/ROI_Split_Figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def runAsScript():

client = scripts.client('ROI_Split_Figure.py', """Create a figure of an ROI region as separate zoomed split-channel panels.
NB: OMERO.insight client provides a nicer UI for this script under 'Publishing Options'
See https://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/exporting-figures""",
See http://www.openmicroscopy.org/site/support/omero4/users/client-tutorials/insight/insight-export-figures.html""",

# provide 'Data_Type' and 'IDs' parameters so that Insight auto-populates with currently selected images.
scripts.String("Data_Type", optional=False, grouping="01",
Expand Down
2 changes: 1 addition & 1 deletion omero/figure_scripts/Split_View_Figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def runAsScript():

client = scripts.client('Split_View_Figure.py', """Create a figure of split-view images.
NB: OMERO.insight client provides a nicer UI for this script under 'Publishing Options'
See https://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/exporting-figures
See http://www.openmicroscopy.org/site/support/omero4/users/client-tutorials/insight/insight-export-figures.html
""",

# provide 'Data_Type' and 'IDs' parameters so that Insight auto-populates with currently selected images.
Expand Down
2 changes: 1 addition & 1 deletion omero/figure_scripts/Thumbnail_Figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def __init__(self, name, optional = False, out = False, description = None, type

client = scripts.client('Thumbnail_Figure.py', """Export a figure of thumbnails, optionally sorted by tag.
NB: OMERO.insight client provides a nicer UI for this script under 'Publishing Options'
See https://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/exporting-figures""",
See http://www.openmicroscopy.org/site/support/omero4/users/client-tutorials/insight/insight-export-figures.html""",

scripts.String("Data_Type", optional=False, grouping="1",
description="The data you want to work with.", values=dataTypes, default="Dataset"),
Expand Down
2 changes: 1 addition & 1 deletion omero/util_scripts/Combine_Images.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def runAsScript():

client = scripts.client('Combine_Images.py', """Combine several single-plane images (or Z-stacks) into one with
greater Z, C, T dimensions.
See http://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/running-util-scripts""",
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="Use all the images in specified 'Datasets' or choose individual 'Images'.", values=dataTypes, default="Image"),
Expand Down
2 changes: 1 addition & 1 deletion omero/util_scripts/Dataset_To_Plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def runAsScript():
client = scripts.client('Dataset_To_Plate.py', """Take a Dataset of Images and put them in a new Plate,
arranging them into rows or columns as desired.
Optionally add the Plate to a new or existing Screen.
See http://www.openmicroscopy.org/site/support/omero4/getting-started/tutorial/running-util-scripts""",
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="Choose source of images (only Dataset supported)", values=dataTypes, default="Dataset"),
Expand Down