Skip to content

Commit

Permalink
Add warning about Screen/Plate not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Dec 3, 2024
1 parent 3fc04e0 commit cce8000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/omero_cli_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@

EXPORT_HELP = """Export rendering settings as yaml files
Note: Does not for Screen/Plate yet!
Examples:
Export one yaml file for each Dataset in a Project (first image)
(into ./DATASET_NAME/IMAGE_NAME.yml):
Expand All @@ -162,6 +164,8 @@

IMPO_HELP = """Import rendering settings as yaml files
Note: Does not for Screen/Plate yet!
Yaml files have to be in directories with the name of the dataset,
i.e. ./DATASET_NAME/IMAGE_NAME.yml !
Expand Down

0 comments on commit cce8000

Please sign in to comment.