Skip to content

Commit

Permalink
[ENH] Add support for HiP-CT (#1686)
Browse files Browse the repository at this point in the history
* microscopy: add "hipCT" suffix

* suffixes.yaml: add "hipCT" suffix

* files/micr.yaml: add "hipCT" suffix

* Update src/modality-specific-files/microscopy.md

---------

Co-authored-by: Satrajit Ghosh <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent 327bece commit 19f8078
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modality-specific-files/microscopy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and a guide for using macros can be found at
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
-->
{{ MACROS___make_filename_template("raw", datatypes=["micr"], suffixes=["TEM", "SEM", "uCT", "BF", "DF",
"PC", "DIC", "FLUO", "CONF", "PLI", "CARS", "2PE", "MPE", "SR", "NLO", "OCT", "SPIM"], n_dupes_to_combine=4) }}
"PC", "DIC", "FLUO", "CONF", "PLI", "CARS", "2PE", "MPE", "SR", "NLO", "OCT", "SPIM", "hipCT"], n_dupes_to_combine=4) }}

Microscopy data MUST be stored in the `micr` directory.

Expand Down Expand Up @@ -89,6 +89,7 @@ and a guide for using macros can be found at
"NLO",
"OCT",
"SPIM",
"hipCT",
]
)
}}
Expand Down
5 changes: 5 additions & 0 deletions src/schema/objects/suffixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,11 @@ headshape:
description: |
The 3-D locations of points that describe the head shape and/or electrode
locations can be digitized and stored in separate files.
hipCT:
value: hipCT
display_name: HiP-CT
description: |
Hierarchical Phase-Contrast Tomography imaging data
ieeg:
value: ieeg
display_name: Intracranial Electroencephalography
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/files/raw/micr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ microscopy:
- NLO
- OCT
- SPIM
- hipCT
extensions:
- .ome.tif
- .ome.btf
Expand Down

0 comments on commit 19f8078

Please sign in to comment.