|
From: Estel C. <es...@ie...> - 2002-02-01 12:07:40
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> Dear colleague, <p>I'm trying to convert text files into v5d format by using the foo2_to_v5d. f <br>I've inserted my own code to read the header and the body of my txt files. I also write to the standard output the content of the G matrix (3D grid data), and some other parameters entered through the header (for debugging purposes). <p>The program runs free of error messages, and the standard output shows that the program is reading the text file, and also shows that the data is being labeled appropriately within the 3D grid matrix, G. The required output file is generated. <p>The problem comes when I try to visualize it with vis5d. It does not recognize the file as v5d. The problem is reported by this error message on screen: <p>Error: not a v5d file <br>Error: datafile out02.v5d not found <p>Similar error messages appear when using v5dinfo, v5dedit, .... <br>When typing the unix command 'file', the answer is: <br>out02.v5d: data <p>Because our debugging shows everything as expected, and because of the lack of message errors during the execution of the foo2_to_v5d, it is very difficult to know what is going wrong. <p>How can I solve this problem? <p>Another question: is it possible to change the maximum number of rows/cols/levels of the 3D grid further than the values appearing in v5d.h? We tried to vary those of v5d.h and re-compile vis5d... but the limitation remained. Which file should we modify to allow more rows/cols/levels? <br> <p>Thank you very much, <p>Estel <br>-- <br>Estel Cardellach i Gali <br>Institut d'Estudis Espacials de Catalunya <br>Edif. Nexus-104, Gran Capita`, 2-4, 08034 Barcelona <br>Phone: +34 93 280 20 88. Fax: +34 93 280 63 95 <br>e-mail: <a href="mailto:es...@ie...">es...@ie... </a> Please visit: <a href="http://www.ieec.fcr.es/recerca/gnss">http://www.ieec.fcr.es/recerca/gnss</a> <br> </html> |