|
From: Ethan A M. <merritt@u.washington.edu> - 2006-03-05 00:52:56
|
On Saturday 04 March 2006 12:45 pm, Petr Mikulik wrote: > Ah, these in addition: Unfortunately, I don't understand the codepath for reading binary files well enough to back out of these failures cleanly. At the time the message is printed, we are several routines deep in the binary file code. I think you would have to add error return codes to each layer of routines, and error-handling code at all the call sites. Maybe Daniel would be willing to take a look at it after I sort out the normal [ascii] input file case. It was his code originally, I think. > gnuplot> plot 'xxx' binary filetype=edf with image > Can't open data file "xxx" > util.c: No such file or directory > gnuplot> plot 'xxx' binary filetype=avs with image > Can't open data file "xxx" > util.c: No such file or directory > > gnuplot> plot 'demo.edfxxx' binary filetype=auto with image > ^ > Unsupported file type > > -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |