Alexis Girault
Alexis Girault
Early work in progress showcasing an example that parses and organizes DICOM instances before reading them with ITK. Opening this PR mainly to enable discussions. I might create a new...
Wrong link to redirect. Accessed this page from Slicer Module documentation which would need an updated link: http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/BRAINSFit#References
Part 15 E.1-1 table differs greatly between the [2013 standard](http://dicom.nema.org/dicom/2013/output/chtml/part15/chapter_E.html#table_E.1-1) (referenced in the [README.md](https://github.com/KitwareMedical/dicom-anonymizer/blob/master/README.md?plain=1#L4) and listed in [dicomfields.py](https://github.com/KitwareMedical/dicom-anonymizer/blob/master/dicomanonymizer/dicomfields.py)) and the [current standard](http://dicom.nema.org/medical/dicom/current/output/chtml/part15/chapter_E.html#table_E.1-1): * 2013: 249 rows * current: 475 rows...
[Part 16 CID 7050](http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7050.html) lists various De-identification Methods: Apart from the methods that impact pixel data cleaning, the rest of the methods are documented in the Application Level Confidentiality Profile...
#### Describe the bug Error at installation #### Steps to reproduce ```sh curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source \ && fisher install jorgebucaran/fisher \ && fisher install IlanCosman/tide@v6 ``` #### Results...
MB is for Megabytes, perftest is reporting in Mebibyte. Make it coherent with the documentation when reporting Gbps: ``` ... (instead of MiB/sec) Note: MiB=2^20 byte, while Gb=10^9 bits. Use...
Ignore these files marked as untracked: 
Use proper debian package names to display when missing packages at buildtime - librdmacm-devel -> librdmacm-dev - libibumad -> libibumad-dev - pciutils-devel -> libpci-dev
Follow instructions for Tegra support from the official documentation: https://docs.nvidia.com/cuda/gpudirect-rdma/index.html#changing-the-allocator Only use the cuda driver API instead of the cuda runtime API. Ignore whitespace to make the diff to review...
I attempted to integrate PinCodeTextField in my project by following these steps with Carthage https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos I am using XCode 9.4.1. I have the framework built for PinCodeTextField, and linked to...