Reading in Real data in hexadecimal format

Q&A for Fortran developers using DPlot
Post Reply
SSchlueter
Posts: 1
Joined: Thu Sep 06, 2012 2:14 pm

Reading in Real data in hexadecimal format

Post by SSchlueter »

Is there a way to read in a file of data written out by Intel Fortran in hexadecimal format? Specifically, I would like to write out quad precision (16 byte real) data in a column file using an A16 format, which spits it out in machine representation (IEEE X_floating). If I write out 10 columns in 10A16 format, can Dplot read it in? What about double precision (10A8, IEEE T_floating), or single precision (10A4, IEEE S_floating) formats?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

No on all of that, sorry. Your only option is to write a file import plugin, or send me a couple of files along with the ASCII equivalents and I'll knock out one for you.
Visualize Your Data
support@dplot.com
Post Reply