Skip to content

Commit

Permalink
Update pygmt/src/x2sys_cross.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored May 28, 2024
1 parent db94b91 commit de17d5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pygmt/src/x2sys_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ def x2sys_cross(

# Convert 3rd and 4th columns to datetime/timedelta for pandas output.
# These two columns have names "t_1"/"t_2" or "i_1"/"i_2".
# "t_1"/"t_2" means they are absolute datetimes.
# "i_1"/"i_2" means they are dummy times.
# "t_" means absolute datetimes and "i_" means dummy times.
# Internally, they are all represented as double-precision numbers in GMT,
# relative to TIME_EPOCH with the unit defined by TIME_UNIT.
# In GMT, TIME_UNIT can be 'y' (year), 'o' (month), 'w' (week), 'd' (day),
Expand Down

0 comments on commit de17d5e

Please sign in to comment.