comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: [Q]: reading hexadecimal numbers from text files
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: [Q]: reading hexadecimal numbers from text files [message #24512 is a reply to message #24511] Mon, 02 April 2001 17:06 Go to previous messageGo to previous message
John-David T. Smith is currently offline  John-David T. Smith
Messages: 384
Registered: January 2000
Senior Member
Erin McKay wrote:
>
> I'm working with some DICOM files that are not supported by IDL's built-in
> access functions. I've written a DICOM parser and would like to make use
> of an external DICOM dictionary. But I can't figure out how to interpret
> ASCII strings as hexadecimal coded integers (its always the little
> things...). For example, I need to read lines like:
>
> 7FE0, 0010, 'CS', 'Pixel Data'
>
> and interpret the first 3 fields as unsigned short integers. I also need
> to print these values back out as they are displayed here.
>
> Please forward replies to 'intrigue@ozemail.com.au' as well as this group.

Try the "Z" format code:

a='7FE0'+", 0010, 'CS', 'Pixel Data'" ;can't write "7FE0...
a1=0 & a2=0 & rest=''
reads,a,FORMAT='(Z,I,A)',a1,a2,rest
print,a1,a2,rest

JD
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [Q]: reading hexadecimal numbers from text files
Next Topic: Re: IDL vs. Matlab

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:05:23 PDT 2025

Total time taken to generate the page: 0.00437 seconds