implicit loop.Reading of data [message #23518] |
Thu, 25 January 2001 06:37 |
Frédérique Poncha
Messages: 1 Registered: January 2001
|
Junior Member |
|
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Good Morning,
<p>I want to read some GPS data. The distribution format has
been set up for reading in fortran language. Thus, data are stored
such as they can be read with fortran implicit loops (i.e. read(10,(5(f14.3,2i1)),
(data1(i),data2(i),data3(i),i=1,5)). I would like to read these data
with idl.
<br>For more details, please have a look to the following example:
<p>On one line, 3 arrays of 5 elements each are stored (d1,d2,d3) :
<p>d1(0),d2(0),d3(0),d1(1),d2(1),d3(1),....,d1(4),d2(4),d3(4)
<p>Could you help me to find the way to cope with this problem?
<p>Thanks in advance,
<p>Frederique
<br>
<br>
<pre>--
_____________________________
Frédérique Ponchaut
NOVELTIS
Parc Technologique du canal
2, Avenue de l'Europe
31 520 Ramonville St Agne
Tel : +33 (0)5.62.88.11.02
Fax : +33 (0)5.62.88.11.12
_____________________________</pre>
</html>
|
|
|