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

fix: Add tilt series, rawtlt and mdoc to 10003 #424

Merged
merged 1 commit into from
Jan 23, 2025
Merged
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
11 changes: 10 additions & 1 deletion ingestion_tools/dataset_configs/10003.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ annotations:

is_visualization_default: true
order: xyz
collection_metadata:
- sources:
- source_glob:
list_glob: 'frames/{run_name}.mrc.mdoc'
dataset_keyphotos:
- sources:
- literal:
Expand Down Expand Up @@ -124,6 +128,10 @@ gains:
- sources:
- source_glob:
list_glob: frames/{run_name}/*.dm4
rawtilts:
- sources:
- source_glob:
list_glob: '10499_TS_JJ/{mapped_tomo_name}/{mapped_tomo_name}.rawtlt'
runs:
- sources:
- source_glob:
Expand Down Expand Up @@ -161,7 +169,8 @@ tiltseries:
total_flux: 120
sources:
- source_glob:
list_glob: validation_placeholder/for_unavailable_ts.st
list_glob: 10499_TS_JJ/{mapped_tomo_name}/{mapped_tomo_name}.st
match_regex: (.*)\.st$
tomograms:
- metadata:
affine_transformation_matrix:
Expand Down
Loading