Skip to content

Commit

Permalink
✏️ codespell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillForan committed Aug 28, 2024
1 parent 079e7be commit a05e5ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion entity_ux/bids-table_ver-1.10.0dev.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion entity_ux/make_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def write_json(fname, data):
bids_dict["objects"]["suffixes"]["scout"] = {
"value": "scout",
"display_name": "Scout localizer",
"description": "ReproIn specific entity label for easily labeling a session. Using heudiconv, labeling this sequence session only is sufficent. You do not need to put <code>ses</code> on every sequence name! See <a href=https://github.com/nipy/heudiconv/blob/master/heudiconv/heuristics/reproin.py#L629>source reference</a>",
"description": "ReproIn specific entity label for easily labeling a session. Using heudiconv, labeling this sequence session only is sufficient. You do not need to put <code>ses</code> on every sequence name! See <a href=https://github.com/nipy/heudiconv/blob/master/heudiconv/heuristics/reproin.py#L629>source reference</a>",
"unit": "arbitrary",
}
bids_dict["rules"]["files"]["raw"]["anat"]["scout"] = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"heudiconv>=1.1.3",
"pydicom>=2.4.4",
"pandas>=2.2.2",
# 20240605 -- BEP022=MRSI extention proposal
# 20240605 -- BEP022=MRSI extension proposal
"bidsschematools@git+https://github.com/bids-standard/bids-specification@bep022#subdirectory=tools/schemacode",
]
readme = "readme.md"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Namer
[`entity_ux/`](entity_ux/) contains a web app to guide naming sequences as an alternative to this repo's [ReproIn Creator Spreadsheet](./ReproIn-creator.xlsx) and includes entity and suffix requirments and description pulled from [`bidsschematools`](https://bidsschematools.readthedocs.io/en/latest/).
[`entity_ux/`](entity_ux/) contains a web app to guide naming sequences as an alternative to this repo's [ReproIn Creator Spreadsheet](./ReproIn-creator.xlsx) and includes entity and suffix requirements and description pulled from [`bidsschematools`](https://bidsschematools.readthedocs.io/en/latest/).

It's live on https://NPACore.github.io/reproin-namer (via github pages w/ `doc/` symlink)

Expand Down

0 comments on commit a05e5ea

Please sign in to comment.