View Issue Details

IDProjectCategoryView StatusLast Update
0000468fileGeneralpublic2023-08-05 14:46
Reporterquasar Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in VersionHEAD 
Summary0000468: Add magic for NRRD imaging data format
DescriptionNRRD (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
TagsNo tags attached.

Activities

quasar

2023-07-30 23:54

reporter  

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
nrrd.magic (517 bytes)   
example.nrrd (16,456 bytes)

christos

2023-08-05 14:46

manager   ~0003973

Added, thanks!

Issue History

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 => HEAD
2023-08-05 14:46 christos Note Added: 0003973