Skip to content

Commit

Permalink
fix parent filters indentation (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ji authored Aug 19, 2024
1 parent 08e41d1 commit f21d4f3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions ingestion_tools/dataset_configs/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ annotations: OPTIONAL
binning: OPTIONAL, FLOAT (DEFAULT 1) (POSITIVE)
filter_value: OPTIONAL, STRING
order: OPTIONAL, STRING (DEFAULT xyz)
parent_filters: SEE runs.sources.parent_filters
parent_filters: SEE runs.sources.parent_filters
- OrientedPoint:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
Expand All @@ -56,7 +56,7 @@ annotations: OPTIONAL
binning: see InstanceSegmentation.binning
filter_value: see InstanceSegmentation.filter_value
order: see InstanceSegmentation.order
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
- Point:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
Expand All @@ -65,20 +65,20 @@ annotations: OPTIONAL
binning: see InstanceSegmentation.binning
columns: OPTIONAL, STRING (DEFAULT xyz)
delimiter: OPTIONAL, STRING (DEFAULT ',')
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
- SegmentationMask:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
glob_strings: see InstanceSegmentation.glob_strings
is_visualization_default: see InstanceSegmentation.is_visualization_default
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
- SemanticSegmentationMask:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
glob_strings: see InstanceSegmentation.glob_strings
is_visualization_default: see InstanceSegmentation.is_visualization_default
mask_label: OPTIONAL, INTEGER (DEFAULT 1)
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
dataset_keyphotos: OPTIONAL
- sources: REQUIRED
- literal: REQUIRED
Expand Down Expand Up @@ -160,17 +160,17 @@ rawtilts: OPTIONAL
- sources: SEE datasets.sources and runs.sources.parent_filters
runs: REQUIRED
- sources: SEE datasets.sources (source_glob) and below
# parent filters must be paired with a finder type (source_glob, source_multi_glob, ...) as one list entry
# can only exclude / include parent types (see IMPORTER_DEP_TREE)
# in this case of being in the runs attribute, only dataset can be excluded / included
# in dataset level, nothing can be excluded / included
parent_filters: OPTIONAL
exclude: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
include: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
# parent filters must be paired with a finder type (source_glob, source_multi_glob, ...) as one list entry
# can only exclude / include parent types (see IMPORTER_DEP_TREE)
# in this case of being in the runs attribute, only dataset can be excluded / included
# in dataset level, nothing can be excluded / included
parent_filters: OPTIONAL
exclude: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
include: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
standardization_config: REQUIRED
deposition_id: REQUIRED, INTEGER
run_data_map_file: OPTIONAL, STRING
Expand Down

0 comments on commit f21d4f3

Please sign in to comment.