demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
GNU General Public License v3.0
35 stars 16 forks source link

(some/most?) log files need new line at end #28

Open smalleyr opened 6 years ago

smalleyr commented 6 years ago

It is very hard to read the log files when printing out a series of them as the first line of the (N+1)th log file continues without a newline as a continuation of the last line of the Nth log file

capybara:bad_rinex smalley$ cat ????/???/*log During decimation or remove_systems (to run auto_coord), teqc returned: %sCould not find a first observation in RINEX file. Truncated file? Header follows: 2.11 OBSERVATION DATA G (GPS) RINEX VERSION / TYPE

....... SAN JOSE DE MORRO MARKER NAME MORR MARKER NUMBER .......... Forced Modulo Decimation to 30 seconds COMMENT

/morr0800.94d.Z: (file moved to /Volumes/UsersDrive/repository/data_rejected/bad_rinex/1994/080)During decimation or remove_systems (to run auto_coord), teqc returned: %sCould not find a first observation in RINEX file. Truncated file? Header follows: 2.11 OBSERVATION DATA G (GPS) RINEX VERSION / TYPE ......... PALO MARKER NAME 0200 MARKER NUMBER .......... Forced Modulo Decimation to 30 seconds COMMENT

/palo0800.94d.Z: (file moved to /Volumes/UsersDrive/repository/data_rejected/bad_rinex/1994/080)During decimation or remove_systems (to run auto_coord), teqc returned: %sCould not find a first observation in RINEX file. Truncated file? Header follows: 2.11 OBSERVATION DATA G (GPS) RINEX VERSION / TYPEteqc 2017Jul3 20171230 06:45:19UTCPGM / RUN BY / DATE

demiangomez commented 6 years ago

Some were fixed. Can you report if you see any that don't have the final \n?