Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix/Complete available alignments for existing datasets #318

Merged
merged 5 commits into from
Oct 16, 2024
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
1 change: 1 addition & 0 deletions ingestion_tools/dataset_configs/10000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ alignments:
- source_multi_glob:
list_globs:
- metadata/{run_name}.xf
- metadata/{run_name}.tlt
annotations:
- metadata:
annotation_method: Cumulative template-matching trained 2D CNN predictions + visual
Expand Down
1 change: 1 addition & 0 deletions ingestion_tools/dataset_configs/10001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ alignments:
- source_multi_glob:
list_globs:
- metadata/{run_name}.xf
- metadata/{run_name}.tlt
annotations:
- metadata:
annotation_method: Cumulative template-matching trained 2D CNN predictions + visual
Expand Down
6 changes: 6 additions & 0 deletions ingestion_tools/dataset_configs/10002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ alignments:
- source_multi_glob:
list_globs:
- metadata/{run_name}_sq_df_sorted_fid.xf
- metadata/{run_name}.tlt
annotations:
- metadata:
annotation_method: manual segmentation
Expand Down Expand Up @@ -186,6 +187,11 @@ gains:
- sources:
- source_glob:
list_glob: CountRef_{mapped_frame_name}-range.dm4
rawtilts:
- sources:
- source_multi_glob:
list_globs:
- metadata/{run_name}.rawtlt
runs:
- sources:
- source_glob:
Expand Down
5 changes: 5 additions & 0 deletions ingestion_tools/dataset_configs/10004.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ gains:
- sources:
- source_glob:
list_glob: gain/gain.mrc
rawtilts:
- sources:
- source_multi_glob:
list_globs:
- '{run_name}/{run_name}.mdoc-dose_filt.rawtlt'
runs:
- sources:
- source_glob:
Expand Down
1 change: 1 addition & 0 deletions ingestion_tools/dataset_configs/10007.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ alignments:
- source_multi_glob:
list_globs:
- '{run_name}/AreTomo/*_dose-filt.xf'
- '{run_name}/AreTomo/*_dose-filt.tlt'
annotations:
- metadata:
annotation_method: crYOLO picking
Expand Down
7 changes: 7 additions & 0 deletions ingestion_tools/dataset_configs/10008.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ frames:
- sources:
- source_glob:
list_glob: tomo/raw_stacks/{mapped_ts_name}/frames/*{mapped_frame_name}_*.tif

rawtilts:
- sources:
- source_multi_glob:
list_globs:
- 'tomo/raw_stacks/{mapped_ts_name}/imod/{mapped_frame_name}-.*.rawtlt'

runs:
- sources:
- source_glob:
Expand Down
7 changes: 7 additions & 0 deletions ingestion_tools/dataset_configs/10009.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ frames:
- sources:
- source_glob:
list_glob: Tomo{run_name}/raw_data/raw_frames/*.mrc.bz2

rawtilts:
- sources:
- source_multi_glob:
list_globs:
- 'Tomo{run_name}/raw_data/imod_metadata/*.rawtlt'

runs:
- sources:
- source_glob:
Expand Down
Loading