View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000468 | file | General | public | 2023-07-30 23:54 | 2023-08-05 14:46 |
| Reporter | quasar | Assigned To | christos | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 5.46 | ||||
| Summary | 0000468: Add magic for NRRD imaging data format | ||||
| Description | NRRD (Nearly Raw Raster Data, https://teem.sourceforge.net/nrrd/format.html) is an imaging format used in medicine and other domains. Attached is a magic file to recognize NRRD files, as well as a sample NRRD file. More samples can be found at https://teem.sourceforge.net/nrrd/files/index.html | ||||
| Tags | No tags attached. | ||||
|
|
nrrd.magic (517 bytes)
#------------------------------------------------------------------------------ # nrrd: file(1) magic # # https://teem.sourceforge.net/nrrd/index.html # From: Quasar Jarosz <quasar@uams.edu>, 2023 0 string NRRD000 NRRD imaging data !:mime image/x.nrrd !:ext nrrd >7 string x \b, version %s >0 search type: >>&1 string x \b, type: %s >0 search dimension: >>&1 string x \b, dimensions: %s >0 search sizes: >>&1 string x \b, sizes: %s >0 search encoding: >>&1 string x \b, encoding: %s |
|
|
Added, thanks! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-07-30 23:54 | quasar | New Issue | |
| 2023-07-30 23:54 | quasar | File Added: nrrd.magic | |
| 2023-07-30 23:54 | quasar | File Added: example.nrrd | |
| 2023-08-05 14:46 | christos | Assigned To | => christos |
| 2023-08-05 14:46 | christos | Status | new => assigned |
| 2023-08-05 14:46 | christos | Status | assigned => resolved |
| 2023-08-05 14:46 | christos | Resolution | open => fixed |
| 2023-08-05 14:46 | christos | Fixed in Version | => 5.46 |
| 2023-08-05 14:46 | christos | Note Added: 0003973 |