Sonification of PET scan images
Does anyone know of a way to get data from PET scan video files, Analyze 7.5 (.hdr/.img), into Max? I'm attempting to sonify the data from the files, which are basically just a 3d array of numbers. I just need to get the numbers into Max so I can start figuring out how I'm going to map them to generate some audio. Thanks in advance.
as a gateway into max land you'd need to parse the data using the filein object, with reference to the fileformat, described here:
http://eeg.sourceforge.net/ANALYZE75.pdf
good luck