Read/View .img files from SunOs 5.8


 
Thread Tools Search this Thread
Operating Systems Solaris Read/View .img files from SunOs 5.8
# 15  
Old 04-18-2009
Saloman,
What we are seeing from the strings and "od -bc" of the files is that the patient and other information is embedded into the same file as the actual image data, presumably if you run "strings <file> | more" and keep looking you will see something to indicate the start of the actual image data after the end of the patient related data? It looks like with a "strings <file> | head -10" we have got up to the time when the image was taken in the data, we need to see what comes after that...

Found this document that talks about JETConnect and DICOM images:
http://incenter.medical.philips.com/...986%26vernum=1 in relation to adac01 (mentioned as the header to the img file.

The DICOM image format is mentioned at:
http://en.wikipedia.org/wiki/Digital...ns_in_Medicine

Last edited by TonyFullerMalv; 04-18-2009 at 02:49 PM..
# 16  
Old 04-18-2009
RE: Read/View .img files from SunOs 5.8

Thanks for the assistance. I've learned that this nuclear machine (Philips) interfaces with this application (Pegasys) on SunOS 5.8 which produces image files. I also learned that this Pegasys application can save this data onto a mounted optical disc. Then it can upload the data to recreate the patient images - heart - cardiology. So it makes sense to me that I need to be able to read this optical disc so I can further trace this problem - need. I would like to be able to use a Windows Explorer like tool so I can read this optical disc on SunOS 5.8. A korn or C shell? Any ideas?

Your assistance is greatly appreciated!
~Salomon
# 17  
Old 04-18-2009
Don't know about reading the optical disc but this site is an introduction to DICOM images and includes links to free DICOM image viewers including on Windows:
http://www.sph.sc.edu/comd/rorden/dicom.html#links

The simplest method of getting the files off the Solaris machine and onto a Windows machine is either using ftp/sftp/scp or by using a USB memory stick to transfer the images from the Solaris machine to your Windows machine.

The optical disc reader on the Solaris 8 machine is probably SCSI attached, you can get Adaptec SCSI cards for desktop PC's if the optical disc is not a normal CDROM/DVDROM.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Read Table,View,Package,Function and Procedure Name in a File

Hi I am new to Unix shell scripting. But i need help to slove the below issue. Issue description: I want to read table, view names and package names in a file my plan to find the table name is : search "From" key word find the table or view To find the packge name : Search "Package... (5 Replies)
Discussion started by: sboss
5 Replies

2. Shell Programming and Scripting

Find files modified in last hour sunOS 5.10

trying to find a way to locate files modified in the last hour in a shell script, unfortunately the command 'find . -mmin -60' is not supported on SunOS 5.10 (works on OpenSolaris 5.11 :mad:) Does anyone know a method of doing this in shell script on 5.10? cheers (19 Replies)
Discussion started by: rich@ardz
19 Replies

3. Shell Programming and Scripting

Renaming files in SunOS

Hi, I have 200+ files in Solaris 10 that I'm trying to rename. I have a few methods that worked in AIX but not working in Solaris. Can some help me rename file like the below with a script please? example filename: 0310.Date.00.aa.gz Need to insert '133': 0310.Date.00.aa.133.gz ... (2 Replies)
Discussion started by: bbbngowc
2 Replies

4. Solaris

Need to transfer files over from an olds Sunos 5.6 box

Hi, I have an ancient SunOS 5.6 and I have to backup all the data onto it. I have tried connecting a tape drive but it does not boot up (something to do with its SCSI configuration I guess) when I do. So I am left with the possibility of copying files remotely from the SunOs box to another... (3 Replies)
Discussion started by: mojoman
3 Replies

5. UNIX for Dummies Questions & Answers

To view compressed files

Hello All I compressed a file hello by using compress command compress hello ( enter ) i got the file as hello.z 1. My question is how can i see the file hello.z 2. How can i uncompress it back to change it to filename hello thanks (4 Replies)
Discussion started by: supercops
4 Replies

6. Solaris

help retrieving files from SunOS 5.8

Hi, I am trying to get a small amount of files off of a SunBlade 2000 running SunOS 5.8, but I'm having trouble finding a medium that will actually work. It is not networked, and it doesn't have a writable CD drive. My only options seem to be floppy disk and USB drive. However, when I insert... (11 Replies)
Discussion started by: ryanm
11 Replies

7. Shell Programming and Scripting

View files in columns

Can some on say how in simplest way to implement the following: I have two files: 1) some some some 2) another another another I need to get third file: 3) some another some another some another (1 Reply)
Discussion started by: mirusnet
1 Replies

8. UNIX for Advanced & Expert Users

Can't view directory content - SUNOS

Hi, The app I support has a directory used for debugg files. It has just come to light there are no files in there. Or is there :confused: Changing into the directory and completing an ls -lta you get no files. This is truly not right for the application. If I go up one directory the... (2 Replies)
Discussion started by: nhatch
2 Replies

9. UNIX for Dummies Questions & Answers

view log files

i have this unix version "unix v/386" and i want to view the log files how i can do it? regards (5 Replies)
Discussion started by: sak900354
5 Replies

10. UNIX for Advanced & Expert Users

Migration of binary file from Sunos 5.8 to Sunos 5.9

I have compiled binary file using "cc" on SunOS 5.8 and the same binary file i have copied to SunOS 5.9 and it is giving me core dump error.I want to know whether migration of compiled code from lower version to higer version created this problem. how can i solve this problem.I am pasting the core... (1 Reply)
Discussion started by: Arvind Maurya
1 Replies
Login or Register to Ask a Question