Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 1, 2023
1 parent ba9df67 commit 9fb0ac5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/ome_autogen/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,3 @@ def get_config(
# Don't convert things like XMLAnnotation to XmlAnnotation
conventions=cfg.GeneratorConventions(class_name=keep_case),
)


# # These are the fields with compound "chices"
# OME ['Projects', 'Datasets', 'Folders', 'Experiments', 'Plates', 'Screens',
# 'Experimenters', 'ExperimenterGroups', 'Instruments', 'Images',
# 'StructuredAnnotations', 'ROIs', 'BinaryOnly']
# Pixels ['BinDataBlocks', 'TiffDataBlocks', 'MetadataOnly']
# Instrument ['GenericExcitationSource', 'LightEmittingDiode', 'Filament', 'Arc',
# 'Laser']
# BinaryFile ['External', 'BinData']
# StructuredAnnotations ['XMLAnnotation', 'FileAnnotation', 'ListAnnotation',
# 'LongAnnotation', 'DoubleAnnotation', 'CommentAnnotation',
# 'BooleanAnnotation', 'TimestampAnnotation', 'TagAnnotation',
# 'TermAnnotation', 'MapAnnotation']
# ROI -> Union ['Label', 'Polygon', 'Polyline', 'Line', 'Ellipse', 'Point',
# 'Mask', 'Rectangle']

0 comments on commit 9fb0ac5

Please sign in to comment.