hi,
i have following problem.
my file looks like this (it's only a part, most of the files have several tausend rows):
19.996091 -85.413194 2686.192
19.979215 -85.413961 2686.585
19.962339 -85.414726 2686.863
19.945468 -85.415490 2686.914
19.928617 -85.416251 2687.114
19.911784 -85.417010 2687.420
19.894956 -85.417768 2687.510
19.878128 -85.418525 2687.818
19.861288 -85.419283 2688.010
19.844434 -85.420041 2688.228
19.827575 -85.420800 2688.420
i want to determine the difference of the values of column 3 of back-to-back lines, thus 2686.192 - 2686.585 = x and 2686.585 - 2686.863 = y and so on.
when x or y are smaller than, let me say, 500, print the row in a output file. i think, the printing is no problem, but the determination of the differences.
i anyboby out there, who can help me?
thanks a lot!
tini
i have following problem.
my file looks like this (it's only a part, most of the files have several tausend rows):
19.996091 -85.413194 2686.192
19.979215 -85.413961 2686.585
19.962339 -85.414726 2686.863
19.945468 -85.415490 2686.914
19.928617 -85.416251 2687.114
19.911784 -85.417010 2687.420
19.894956 -85.417768 2687.510
19.878128 -85.418525 2687.818
19.861288 -85.419283 2688.010
19.844434 -85.420041 2688.228
19.827575 -85.420800 2688.420
i want to determine the difference of the values of column 3 of back-to-back lines, thus 2686.192 - 2686.585 = x and 2686.585 - 2686.863 = y and so on.
when x or y are smaller than, let me say, 500, print the row in a output file. i think, the printing is no problem, but the determination of the differences.
i anyboby out there, who can help me?
thanks a lot!
tini