-
-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Transfer the wiki FAQ page to Markdown documentation #4308
DOC: Transfer the wiki FAQ page to Markdown documentation #4308
Conversation
9368d0a
to
2eb433f
Compare
in case of desperation. | ||
|
||
1. Use the [`itk::ImageSeriesReader`](https://itk.org/Doxygen/html/classitk_1_1ImageSeriesReader.html) in combination with the | ||
`DicomSeriesFileNames`. For a full example on how to do this, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DicomSeriesFileNames
does not exist as a class name.
(with the motto: "MIND is not DICOM"). This application loads | ||
DICOM files over the network and export them in MetaImage format. | ||
This application is open source and it is available at: | ||
http://www.jeffro.net/mind/ and http://caddlab.rad.unc.edu/software/MIND/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Links are broken. Is this relevant? @aylward ?
Sorry for being active only now; could not devote time to it during the day. A few general notes:
which one should be used?
A few in-line notes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start!
|
||
### Is ITK tested? | ||
|
||
Please see this page: [ITK/Testing](https://itk.org/Wiki/ITK/Testing). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs refresh
|
||
Please see the [third party applications](https://itk.org/Wiki/ITK/Third_Party_Applications) page for | ||
visualization applications that used ITK to perform image | ||
reading/writing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a third-party applications page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added to this issue: #4063 Those could also be added there so we have one place to keep track of them. |
We could also consider placing a banner on the landing page. |
894e5e6
to
2a39901
Compare
@thewtex Addressed the comments. Others may be willing to chime in to answer the pending questions. About the links to the Wiki pages that have not been transitioned, I do not think it is feasible to wait until all is transitioned to merge the contributions, as this is a large endeavor. |
@jhlegarreta awesome!
I agree. If there is outdated content or wiki content, we should omit it for now, though, in my opinion. |
0ecad0f
to
b482b87
Compare
b482b87
to
9a44d3a
Compare
application that allows you to load DICOM series and export them in | ||
MetaImage and Analyze format (among others). She graciously has made | ||
this application publicly available at: | ||
https://darkwing.uoregon.edu/~jolinda/MRIConvert/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we should replace with dcm2niix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dcm2niix is great to convert to NIfTI, but not sure it is able to export to MetaImage, and to Analyze. Not about other tools.
9a44d3a
to
fe3d292
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛑️
fe3d292
to
e808466
Compare
Not sure about the direction of the comment. Should the section be removed? Maybe reworked to tell people how to build applications with ITK + VTK?
Removed in 66fdb26. |
Transfer the wiki FAQ page to Markdown documentation: https://itk.org/Wiki/ITK/FAQ Add the corresponding entry in the `Learn` section of the documentation index, and set the `maxdepth` to 1 to avoid showing the FAQ page sections. Take advantage of the transition to: - Update URLs, including changing `http` to `https`, fixing broken URLs, etc. - Link ITK and VTK classes to their Doxygen documentation pages. - Highlight parts (e.g. class names) using Markdown syntax. - Refactor the data format section to: include mesh and point set, and transform file format sections, mention other file formats potentially supported by remote modules. Add links to the file format reference pages, and the Doxygen documentation of the ITK IO classes involved. - Make the BibTeX list style consistent, remove broken URLs pointing to old versions of the SW Guide or all pointing to the latest PDF available online, etc. - Remove outdated paragraph about libraries to build visualization applications. - Change mentions to `ImageViewer` to `itkwidgets`. - Prefer pointing to the Python `imageio` package over `ImageMagick`. - Mention `itk-wasm dicom` to read a volume from a DICOM series. - Reword the language binding section: remove Java and mention that further bindings are available through SimpleITK and itk-wasm. - Remove the `What does \`Error opening hint file NOTFOUND\` mean?` section. - Remove the language binding/wrapping section, as it is outdated: it refers to the current SWIG wrapping before it was integrated into the ITK repository. - Remove mentions to section number and pages in the ITK SW Guide, as they have changed and may change in the future. - Remove the emacs coding style section, and the outdated paragraph about the CMake indentantion and syntax Vim file. - Rewrite the Vim coding style section, as ITK's coding style is now enforced and/or checked automatically, and as ITK switched from `txx` to `hxx` suffices some time ago. - Remove the empty `What is the `\`ITK_TEMPLATE_VISIBILITY_DEFAULT\` CMake option?` section. - Remove the outdated `Platform-specific questions`section. - Fix typos and grammar, and reword passages for better understanding. - Change the title to `Frequently asked questions`.
e808466
to
66fdb26
Compare
Sorry for the lack of clarity. I think I was referencing an additional paragraph that was out-of-date that is gone. In the future, we could link to the itk-vtk python interface #4320, but there is a lot of great content here. I think we should get it in and start building on it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jhlegarreta !
Transfer the wiki FAQ page to Markdown documentation: https://itk.org/Wiki/ITK/FAQ
Add the corresponding entry in the
Learn
section of the documentation index.Take advantage of the transition to:
http
tohttps
, fixing broken URLs,etc.
transform file format sections, mention other file formats potentially
supported by remote modules. Add links to the file format reference
pages, and the Doxygen documentation of the ITK IO classes involved.
old versions of the SW Guide or all pointing to the latest PDF
available online, etc.
old versions of the SW Guide or all pointing to the latest PDF
available online, etc.
applications.
ImageViewer
toitkwidgets
.imageio
package overImageMagick
.itk-wasm dicom
to read a volume from a DICOM series.further bindings are available through SimpleITK and itk-wasm.
What does \
Error opening hint file NOTFOUND` mean?`section.
refers to the current SWIG wrapping before it was integrated into the
ITK repository.
they have changed and may change in the future.
enforced and/or checked automatically, and as ITK switched from
txx
tohxx
suffices some time ago.What is the
`ITK_TEMPLATE_VISIBILITY_DEFAULT`CMake option?` section.
Platform-specific questions
section.Frequently asked questions
.PR Checklist