{"id":14977830,"url":"https://github.com/ericspod/dicombrowser","last_synced_at":"2025-07-02T17:02:57.217Z","repository":{"id":13227412,"uuid":"73490533","full_name":"ericspod/DicomBrowser","owner":"ericspod","description":"Lightweight portable Dicom browser application","archived":false,"fork":false,"pushed_at":"2024-10-01T14:42:14.000Z","size":1095,"stargazers_count":26,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-02T07:43:52.486Z","etag":null,"topics":["dicom","dicom-browser","dicom-images","medical-imaging","numpy","pydicom","pyqt4","pyqtgraph","python"],"latest_commit_sha":null,"homepage":"https://ericspod.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericspod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-11T15:50:14.000Z","updated_at":"2024-10-01T14:42:53.000Z","dependencies_parsed_at":"2023-01-14T07:46:01.931Z","dependency_job_id":"edc7b285-77b8-4114-b7b8-cb5e1702d0fd","html_url":"https://github.com/ericspod/DicomBrowser","commit_stats":{"total_commits":101,"total_committers":7,"mean_commits":"14.428571428571429","dds":0.5643564356435644,"last_synced_commit":"6e59c684d2ce403b1c389ae271a3029b1889a5b0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericspod%2FDicomBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericspod%2FDicomBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericspod%2FDicomBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericspod%2FDicomBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericspod","download_url":"https://codeload.github.com/ericspod/DicomBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232815885,"owners_count":18580641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dicom","dicom-browser","dicom-images","medical-imaging","numpy","pydicom","pyqt4","pyqtgraph","python"],"created_at":"2024-09-24T13:56:24.241Z","updated_at":"2025-01-07T03:26:41.049Z","avatar_url":"https://github.com/ericspod.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DicomBrowser\n\nThis is a lightweight portable Dicom browser application written in Python.\nIt allows Dicom directories to be loaded, images and tag data viewed, and not much else aside.\nThis is intended to be a cross-platform utility suitable for previewing Dicom data rather than doing any sort of processing.\n\n![DicomBrowser Screenshot](https://github.com/ericspod/DicomBrowser/raw/master/dicombrowser/res/screenshot.png \"DicomBrowser Screenshot\")\n\n## Installation\n\nDicomBrowser requires **Python 3.8+**, **PyQt5**, **numpy**, **pydicom** and **pyqtgraph**, and optionally the libraries for pydicom used to load JPEG data.\n\nInstallation through **pip**:\n\n    pip install dicombrowser\n\nInstallation from repo:\n\n    git clone https://github.com/ericspod/DicomBrowser.git\n    cd DicomBrowser\n    pip install .\n\nThis will create the entry point **dicombrowser** which accepts DICOM directories or zip files containing them:\n\n    dicombrowser MAGIX.zip\n    \nDicomBrowser can be run directly as a module from the repo:\n\n    python -m dicombrowser\n\n## Docker\n\nA Dockerfile is included, to build the image with the following command:\n\n    docker build . -t dicombrowser:latest\n\nand then to run the created image \"dicombrowser\" on a X Windows host use a command like the following:\n\n    docker run -ti --rm --net=host -e DISPLAY -v \"$HOME/.Xauthority:/root/.Xauthority:rw\" dicombrowser\n\n\nRunning `xhost +local:docker` may be necessary to add permissions and allow the container to access the X network ports.\n\n## Authors\n\nDicomBrowser is developed and maintained by Eric Kerfoot \u003ceric.kerfoot@kcl.ac.uk\u003e.\n\n## License\n\nCopyright (C) 2016-22 Eric Kerfoot, King's College London, all rights reserved\n\nThis file is part of DicomBrowser.\n\nDicomBrowser is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nDicomBrowser is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program (LICENSE.txt).  If not, see \u003chttp://www.gnu.org/licenses/\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericspod%2Fdicombrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericspod%2Fdicombrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericspod%2Fdicombrowser/lists"}