Module export
source code
Startup plugin for command-line exporter
Copyright 2009 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
|
HELP = """Support for exporting data in XML and TIFF form...
|
|
DEFAULT_READ_LENGTH = 1000* 1000
|
Imports:
os,
sys,
BaseControl,
CLI,
NewFileType
HELP
- Value:
"""Support for exporting data in XML and TIFF formats
Example Usage:
omero export --file new.ome.tif Image:1
omero export --file new.ome.xml --type XML Image:1
omero export --file output-dir --iterate Dataset:2
If --iterate is used used, the only supported obj is Dataset:<id>
...
|
|