Skip to content

Commit 04afc6d

Browse files
committed
update rinexconv
1 parent 52a8973 commit 04afc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pygnssutils/rinex_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def format_eop(
10361036
f" {epoch.year:04d} {epoch.month:02d} {epoch.day:02d} {epoch.hour:02d} "
10371037
f"{epoch.minute:02d} {epoch.second:02d}{DRNX(xp, 19,12)}{DRNX(dxpdt, 19,12)}"
10381038
f"{DRNX(dxpdt2, 19,12)}\n"
1039-
f" {"":>19}{DRNX(yp, 19,12)}{DRNX(dypdt, 19,12)}{DRNX(dypdt2, 19,12)}\n"
1039+
f" {'':<19}{DRNX(yp, 19,12)}{DRNX(dypdt, 19,12)}{DRNX(dypdt2, 19,12)}\n"
10401040
f" {DRNX(tom,19,12)}{DRNX(deltaut1, 19,12)}{DRNX(ddeltaut1dt, 19,12)}{DRNX(d2deltaut1dt2, 19,12)}\n"
10411041
)
10421042
return out

0 commit comments

Comments
 (0)