Skip to content

Commit

Permalink
Merge pull request #66 from ChevronETC/default_tti_z_direction
Browse files Browse the repository at this point in the history
change default tti symmetry axis to elevation
  • Loading branch information
samtkaplan authored Jun 19, 2024
2 parents 06b2395 + 9b303a4 commit 9c79bc9
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 @@ -107,7 +107,7 @@ function Geometry(;
tti_angle_units = "degrees",
tti_azimuth_positive_direction = "counter clockwise",
tti_azimuth_origin_axis = "y",
tti_symmetry_axis_z_direction="depth")
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 9c79bc9

Please sign in to comment.