Skip to content

Commit

Permalink
change default for tti_azimuth_origin_axis
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Jun 19, 2024
1 parent 3118a36 commit 69fed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudSeis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Geometry(;
z_direction = "depth",
tti_angle_units = "degrees",
tti_azimuth_positive_direction = "counter clockwise",
tti_azimuth_origin_axis = "x",
tti_azimuth_origin_axis = "y",
tti_symmetry_axis_z_direction="depth")
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\")")
Expand Down

0 comments on commit 69fed70

Please sign in to comment.