Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malaterre/mrpicker
MRPicker
https://github.com/malaterre/mrpicker
Last synced: 23 days ago
JSON representation
MRPicker
- Host: GitHub
- URL: https://github.com/malaterre/mrpicker
- Owner: malaterre
- Created: 2015-07-09T07:39:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T11:41:15.000Z (about 6 years ago)
- Last Synced: 2024-10-29T09:19:38.176Z (2 months ago)
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MRPicker
Weird gzip> $ file file1000.gz
> file1000.gz: gzip compressed data, max compression, from FAT filesystem (MS-DOS, OS/2, NT)> $ gunzip file1000.gz
> gzip: file1000.gz: invalid compressed data--format violatedExtracted from DICOM files:
$ gdcmraw -t 7101,1000 input.dcm file1000.gz
$ gdcmraw -t 7101,1002 input.dcm file1002.gzBecause tag 7101,1002 is repeated (bitwise identical) only the first attribute from other files have been uploaded:
$ gdcmraw -t 7101,1000 input1.dcm file1000_other1.gz
$ gdcmraw -t 7101,1002 input2.dcm file1000_other2.gz
$ gdcmraw -t 7101,1002 input3.dcm file1000_other3.gz
$ gdcmraw -t 7101,1002 input4.dcm file1000_other4.gz