Skip to content

Commit

Permalink
Code spell
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Oct 5, 2023
1 parent 808985e commit 4c00fed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BidsGuess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dcm2niix version v1.0.20230731 and later will insert the field `BidsGuess` into

## Compiling the development branch

The BidsGuess feature is currently only available in the development branch, so you will need to comile and run this version (v1.0.20230731 and later).
The BidsGuess feature is currently only available in the development branch, so you will need to compile and run this version (v1.0.20230731 and later).

```
git clone --branch development https://github.com/rordenlab/dcm2niix.git
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Like the [Brain Imaging Data Structure](https://bids.neuroimaging.io/get_involve
The easiest way to contribute to dcm2niix is to ask questions you have by [generating Github issues](https://github.com/rordenlab/dcm2niix/issues) or [asking a question on the NITRC forum](https://www.nitrc.org/forum/?group_id=880).

The code is open source, and you can share your improvements by [creating a pull request](https://github.com/rordenlab/dcm2niix/pulls).
dcm2niix is a community project that has benefitted from many [contrbutors](https://github.com/rordenlab/dcm2niix/graphs/contributors).
dcm2niix is a community project that has benefitted from many [contributors](https://github.com/rordenlab/dcm2niix/graphs/contributors).

The INCF suggests indicating who is responsible for maintaining software for [stability and support](https://incf.org/incf-standards-review-criteria-v20). Therefore, below we indicate several active contributors and their primary domain of expertise. However, this list is not comprehensive, and it is noted that the project has been supported by contributions from many users. This list does not reflect magnitude of prior contributions, rather it is a non-exhaustive list of members who are actively maintaining the project.

Expand Down
2 changes: 1 addition & 1 deletion UIH/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UIH supports two ways of archiving the DWI/DTI and fMRI data. One way is one DIC
|0065,1002 | ImageOrientationDisplayed | SH | 1 | Image Orientation Displayed | Sag or Sag>Cor|
|0065,1003 | ReceiveCoil | LO | 1 | Receive Coil Information | H 8|
|0065,1004 | Interpolation | SH | 1 | Interpolation | I|
|0065,1005 | PE Direction Displayed | SH | 1 | Phase encoding diretion displayed | A->P or H->F|
|0065,1005 | PE Direction Displayed | SH | 1 | Phase encoding direction displayed | A->P or H->F|
|0065,1006 | Slice Group ID | IS | 1 | Slice Group ID | 1|
|0065,1007 | Uprotocol | OB | 1 | Uprotocol value |  |
|0065,1009 | BActualValue | FD | 1 | Actual B-Value from sequence | 1000.0|
Expand Down
2 changes: 1 addition & 1 deletion console/charls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ According to preliminary test results published on http://imagecompression.info/
* No support for (optional) JPEG restart markers (RST). These markers are rarely used in practice.
* No support for the SPIFF file header.
* No support for oversize image dimension. Maximum supported image dimensions are [1, 65535] by [1, 65535].
* After releasing the original baseline standrd 14495-1:1999, ISO released an extension to the JPEG-LS standard called ISO/IEC 14495-2:2003: "Lossless and near-lossless compression of continuous-tone still images: Extensions". CharLS doesn't support these extensions.
* After releasing the original baseline standard 14495-1:1999, ISO released an extension to the JPEG-LS standard called ISO/IEC 14495-2:2003: "Lossless and near-lossless compression of continuous-tone still images: Extensions". CharLS doesn't support these extensions.

## Supported platforms

Expand Down
2 changes: 1 addition & 1 deletion console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7262,7 +7262,7 @@ const uint32_t kEffectiveTE = 0x0018 + uint32_t(0x9082 << 16); //FD
isIconImageSequence = true;
if (sqDepthIcon < 0)
sqDepthIcon = sqDepth;
//geiisBug = true; //compressed thumbnails do not follow transfer syntax! GE should not re-use pulbic tags for these proprietary images http://sonca.kasshin.net/gdcm/Doc/GE_ImageThumbnails
//geiisBug = true; //compressed thumbnails do not follow transfer syntax! GE should not reuse pulbic tags for these proprietary images http://sonca.kasshin.net/gdcm/Doc/GE_ImageThumbnails
}
break;
case kStudyComments: {
Expand Down

0 comments on commit 4c00fed

Please sign in to comment.