Skip to content

Commit

Permalink
Merge pull request #67 from ChevronETC/default_azimuth_positive_direc…
Browse files Browse the repository at this point in the history
…tion

tti azimuth pos direction to clockwise
  • Loading branch information
samtkaplan authored Jun 19, 2024
2 parents 9c79bc9 + c232137 commit 4de5a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CloudSeis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ function Geometry(;
y_direction = "north",
z_direction = "depth",
tti_angle_units = "degrees",
tti_azimuth_positive_direction = "counter clockwise",
tti_azimuth_positive_direction = "clockwise",
tti_azimuth_origin_axis = "y",
tti_symmetry_axis_z_direction = "elevation")
tti_symmetry_axis_z_direction="elevation")
x_direction ("east", "north", "depth", "west", "south", "elevation", "unknown") || error("'x_direction' must be one of (\"east\", \"north\", \"depth\", \"west\", \"south\", \"elevation\", \"unknown\")")
y_direction ("east", "north", "depth", "west", "south", "elevation", "unknown") || error("'y_direction' must be one of (\"east\", \"north\", \"depth\", \"west\", \"south\", \"elevation\", \"unknown\")")
z_direction ("east", "north", "depth", "west", "south", "elevation", "unknown") || error("'z_direction' must be one of (\"east\", \"north\", \"depth\", \"west\", \"south\", \"elevation\", \"unknown\")")
Expand Down

0 comments on commit 4de5a92

Please sign in to comment.