diff --git a/BidsGuess/README.md b/BidsGuess/README.md index a31815a6..07ac8a52 100644 --- a/BidsGuess/README.md +++ b/BidsGuess/README.md @@ -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 diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index dcb0e593..6d84a0a6 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -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. diff --git a/UIH/README.md b/UIH/README.md index 2a2d9d64..02c471d1 100644 --- a/UIH/README.md +++ b/UIH/README.md @@ -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| diff --git a/console/charls/README.md b/console/charls/README.md index 4ff0549d..4407d62e 100644 --- a/console/charls/README.md +++ b/console/charls/README.md @@ -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 diff --git a/console/nii_dicom.cpp b/console/nii_dicom.cpp index c1fdcfcf..3c1a35e3 100644 --- a/console/nii_dicom.cpp +++ b/console/nii_dicom.cpp @@ -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: {