Skip to content

Commit

Permalink
Merge pull request #1988 from effigies/fix/checklinks
Browse files Browse the repository at this point in the history
[INFRA] Fix dicomlookup links, link consistently
  • Loading branch information
effigies authored Dec 12, 2024
2 parents 85ee481 + 9ec4579 commit 73ff325
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ A guide for using macros can be found at

<sup>2</sup>Conveniently, for Siemens data, this value is easily obtained as
`1 / (BWPPPE * ReconMatrixPE)`, where BWPPPE is the
"BandwidthPerPixelPhaseEncode" in DICOM Tag 0019, 1028 and ReconMatrixPE is
"BandwidthPerPixelPhaseEncode" in [DICOM Tag 0019, 1028](https://dicomlookup.com/dicomtags/(0019,1028)) and ReconMatrixPE is
the size of the actual reconstructed data in the phase direction (which is NOT
reflected in a single DICOM Tag for all possible aforementioned scan
manipulations). See
Expand Down Expand Up @@ -944,7 +944,7 @@ accompanied by two ancillary files: `*_asl.json` and `*_aslcontext.tsv`.

The `*_aslcontext.tsv` table consists of a single column of labels identifying the
`volume_type` of each volume in the corresponding `*_asl.nii[.gz]` file.
Volume types are defined in the following table, based on DICOM Tag 0018, 9257 `ASL Context`.
Volume types are defined in the following table, based on [DICOM Tag 0018, 9257](https://dicomlookup.com/dicomtags/(0018,9257)) `ASL Context`.
Note that the volume_types `control` and `label` within BIDS only serve
to specify the magnetization state of the blood and thus the ASL subtraction order.
See the [ASL Appendix](../appendices/arterial-spin-labeling.md#which-image-is-control-and-which-is-label)
Expand Down
Loading

0 comments on commit 73ff325

Please sign in to comment.