Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the code that makes surfaces compliant with the right hand rule #9771

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin' into right_hand
  • Loading branch information
mmpagani committed Nov 7, 2024
commit 06bf0ec13c10bfe5f8e421b89d466a4267305851
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#,,,,,,,,,"generated_by='OpenQuake engine 3.22.0-git6b3613694b', start_date='2024-11-07T18:07:48', checksum=2650784085, investigation_time=1.0, ses_per_logic_tree_path=100"
rup_id,multiplicity,mag,centroid_lon,centroid_lat,centroid_depth,trt,strike,dip,rake
0,23,5.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,8.999796E+01,1.019640E+01,9.000000E+01
1,25,6.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,8.995487E+01,9.737158E+00,9.000000E+01
2,9,5.200000E+00,9.582378E+00,4.523196E+01,4.636298E+00,Active Shallow Crust,2.700429E+02,8.798428E+00,9.000000E+01
#,,,,,,,,,,"generated_by='OpenQuake engine 3.22.0-git03f37349ed', start_date='2024-10-23T10:53:11', checksum=2650784085, investigation_time=1.0, ses_per_logic_tree_path=100"
rup_id,source_id,multiplicity,mag,centroid_lon,centroid_lat,centroid_depth,trt,strike,dip,rake
0,1,23,5.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,2.700429E+02,1.019640E+01,9.000000E+01
1,1,25,6.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,2.700429E+02,9.737158E+00,9.000000E+01
2,1,9,5.200000E+00,9.582378E+00,4.523196E+01,4.636298E+00,Active Shallow Crust,2.700429E+02,8.798428E+00,9.000000E+01
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#,,,,,,,,,"generated_by='OpenQuake engine 3.22.0-git6b3613694b', start_date='2024-11-07T18:07:52', checksum=2650784085, investigation_time=1.0, ses_per_logic_tree_path=100"
rup_id,multiplicity,mag,centroid_lon,centroid_lat,centroid_depth,trt,strike,dip,rake
0,16,5.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,8.999796E+01,1.019640E+01,9.000000E+01
1,26,6.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,8.995487E+01,9.737158E+00,9.000000E+01
2,10,5.200000E+00,9.582378E+00,4.523196E+01,4.636298E+00,Active Shallow Crust,2.700429E+02,8.798428E+00,9.000000E+01
#,,,,,,,,,,"generated_by='OpenQuake engine 3.22.0-git03f37349ed', start_date='2024-10-23T10:53:11', checksum=2650784085, investigation_time=1.0, ses_per_logic_tree_path=100"
rup_id,source_id,multiplicity,mag,centroid_lon,centroid_lat,centroid_depth,trt,strike,dip,rake
0,1,16,5.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,2.700429E+02,1.019640E+01,9.000000E+01
1,1,26,6.000000E+00,1.027648E+01,4.524368E+01,4.868165E+00,Active Shallow Crust,2.700429E+02,9.737158E+00,9.000000E+01
2,1,10,5.200000E+00,9.582378E+00,4.523196E+01,4.636298E+00,Active Shallow Crust,2.700429E+02,8.798428E+00,9.000000E+01
You are viewing a condensed version of this merge commit. You can view the full changes here.