I have this file,which is input for the program I am using.SO when I do od -h output I get:
milenko@hp6830s:~/Desktop/prog/fast/2d_example$ od -h fd01.picks
0000000 0000 1800 4040 0000 0000 0000 003f 0000
0000020 0000 0000 cc3c cdcc ffff ffff 0000 1800
0000040 0000 1800 803f 0000 0000 0000 233c 0ad7
0000060 e23e 0610 cc3c cdcc 0000 0100 0000 1800
0000100 0000 1800 0040 0000 0000 0000 233c 0ad7
0000120 6b3e 6112 cc3c cdcc 0000 0100 0000 1800
0000140 0000 1800 6040 0000 0000 0000 233c 0ad7
0000160 2f3e 1393 cc3c cdcc 0000 0100 0000 1800
How to interperet? What is the record length? Is it int*2 or what?I am using Intel 11.1 Linux Compiler.
milenko@hp6830s:~/Desktop/prog/fast/2d_example$ od -h fd01.picks
0000000 0000 1800 4040 0000 0000 0000 003f 0000
0000020 0000 0000 cc3c cdcc ffff ffff 0000 1800
0000040 0000 1800 803f 0000 0000 0000 233c 0ad7
0000060 e23e 0610 cc3c cdcc 0000 0100 0000 1800
0000100 0000 1800 0040 0000 0000 0000 233c 0ad7
0000120 6b3e 6112 cc3c cdcc 0000 0100 0000 1800
0000140 0000 1800 6040 0000 0000 0000 233c 0ad7
0000160 2f3e 1393 cc3c cdcc 0000 0100 0000 1800
How to interperet? What is the record length? Is it int*2 or what?I am using Intel 11.1 Linux Compiler.