From ecf659d7f1a6c8588e3f3264f7dd7461b3d3bfb1 Mon Sep 17 00:00:00 2001 From: Mijian Xu Date: Sat, 13 Jul 2024 16:54:32 -0400 Subject: [PATCH] update to 0.2.0 --- .../src_rec/pytomoatt.src_rec.SrcRec.calc_distance.rst | 6 ------ .../src_rec/pytomoatt.src_rec.SrcRec.calc_distaz.rst | 6 ++++++ ...moatt.src_rec.SrcRec.generate_double_difference.rst | 6 ++++++ .../src_rec/pytomoatt.src_rec.SrcRec.rec_points_cr.rst | 6 ++++++ .../src_rec/pytomoatt.src_rec.SrcRec.rec_points_cs.rst | 6 ++++++ .../pytomoatt.src_rec.SrcRec.select_box_region.rst | 6 ------ .../pytomoatt.src_rec.SrcRec.select_by_box_region.rst | 6 ++++++ .../pytomoatt.src_rec.SrcRec.select_by_depth.rst | 6 ++++++ .../pytomoatt.src_rec.SrcRec.select_by_distance.rst | 6 ++++++ .../pytomoatt.src_rec.SrcRec.select_by_phase.rst | 6 ++++++ .../src_rec/pytomoatt.src_rec.SrcRec.select_depth.rst | 6 ------ .../pytomoatt.src_rec.SrcRec.select_distance.rst | 6 ------ .../src_rec/pytomoatt.src_rec.SrcRec.select_phase.rst | 6 ------ source/modules/src_rec/src_rec.rst | 10 +++++----- 14 files changed, 53 insertions(+), 35 deletions(-) delete mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distance.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distaz.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.generate_double_difference.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cr.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cs.rst delete mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_box_region.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_box_region.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_depth.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_distance.rst create mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_phase.rst delete mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_depth.rst delete mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_distance.rst delete mode 100644 source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_phase.rst diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distance.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distance.rst deleted file mode 100644 index edc9a14..0000000 --- a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distance.rst +++ /dev/null @@ -1,6 +0,0 @@ -pytomoatt.src\_rec.SrcRec.calc\_distance -======================================== - -.. currentmodule:: pytomoatt.src_rec - -.. automethod:: SrcRec.calc_distance \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distaz.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distaz.rst new file mode 100644 index 0000000..17495a2 --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.calc_distaz.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.calc\_distaz +====================================== + +.. currentmodule:: pytomoatt.src_rec + +.. automethod:: SrcRec.calc_distaz \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.generate_double_difference.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.generate_double_difference.rst new file mode 100644 index 0000000..1e18c6e --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.generate_double_difference.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.generate\_double\_difference +====================================================== + +.. currentmodule:: pytomoatt.src_rec + +.. automethod:: SrcRec.generate_double_difference \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cr.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cr.rst new file mode 100644 index 0000000..ba1e5c6 --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cr.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.rec\_points\_cr +========================================= + +.. currentmodule:: pytomoatt.src_rec + +.. autoproperty:: SrcRec.rec_points_cr \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cs.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cs.rst new file mode 100644 index 0000000..bdf3cfc --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.rec_points_cs.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.rec\_points\_cs +========================================= + +.. currentmodule:: pytomoatt.src_rec + +.. autoproperty:: SrcRec.rec_points_cs \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_box_region.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_box_region.rst deleted file mode 100644 index f98f2f5..0000000 --- a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_box_region.rst +++ /dev/null @@ -1,6 +0,0 @@ -pytomoatt.src\_rec.SrcRec.select\_box\_region -============================================= - -.. currentmodule:: pytomoatt.src_rec - -.. automethod:: SrcRec.select_box_region \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_box_region.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_box_region.rst new file mode 100644 index 0000000..c897f8c --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_box_region.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.select\_by\_box\_region +================================================= + +.. currentmodule:: pytomoatt.src_rec + +.. automethod:: SrcRec.select_by_box_region \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_depth.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_depth.rst new file mode 100644 index 0000000..4c1a03a --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_depth.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.select\_by\_depth +=========================================== + +.. currentmodule:: pytomoatt.src_rec + +.. automethod:: SrcRec.select_by_depth \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_distance.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_distance.rst new file mode 100644 index 0000000..0e5242a --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_distance.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.select\_by\_distance +============================================== + +.. currentmodule:: pytomoatt.src_rec + +.. automethod:: SrcRec.select_by_distance \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_phase.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_phase.rst new file mode 100644 index 0000000..e04315e --- /dev/null +++ b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_by_phase.rst @@ -0,0 +1,6 @@ +pytomoatt.src\_rec.SrcRec.select\_by\_phase +=========================================== + +.. currentmodule:: pytomoatt.src_rec + +.. automethod:: SrcRec.select_by_phase \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_depth.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_depth.rst deleted file mode 100644 index bc27337..0000000 --- a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_depth.rst +++ /dev/null @@ -1,6 +0,0 @@ -pytomoatt.src\_rec.SrcRec.select\_depth -======================================= - -.. currentmodule:: pytomoatt.src_rec - -.. automethod:: SrcRec.select_depth \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_distance.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_distance.rst deleted file mode 100644 index 4fedcac..0000000 --- a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_distance.rst +++ /dev/null @@ -1,6 +0,0 @@ -pytomoatt.src\_rec.SrcRec.select\_distance -========================================== - -.. currentmodule:: pytomoatt.src_rec - -.. automethod:: SrcRec.select_distance \ No newline at end of file diff --git a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_phase.rst b/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_phase.rst deleted file mode 100644 index db414fe..0000000 --- a/source/modules/src_rec/pytomoatt.src_rec.SrcRec.select_phase.rst +++ /dev/null @@ -1,6 +0,0 @@ -pytomoatt.src\_rec.SrcRec.select\_phase -======================================= - -.. currentmodule:: pytomoatt.src_rec - -.. automethod:: SrcRec.select_phase \ No newline at end of file diff --git a/source/modules/src_rec/src_rec.rst b/source/modules/src_rec/src_rec.rst index 7715ace..d9916ca 100644 --- a/source/modules/src_rec/src_rec.rst +++ b/source/modules/src_rec/src_rec.rst @@ -24,7 +24,7 @@ pytomoatt.src_rec ~SrcRec.add_noise ~SrcRec.append - ~SrcRec.calc_distance + ~SrcRec.calc_distaz ~SrcRec.copy ~SrcRec.count_events_per_station ~SrcRec.erase_duplicate_events @@ -37,12 +37,12 @@ pytomoatt.src_rec ~SrcRec.remove_specified_recs ~SrcRec.remove_src_by_new_rec ~SrcRec.reset_index - ~SrcRec.select_box_region + ~SrcRec.select_by_box_region ~SrcRec.select_by_datetime - ~SrcRec.select_depth - ~SrcRec.select_distance + ~SrcRec.select_by_depth + ~SrcRec.select_by_distance ~SrcRec.select_one_event_in_each_subgrid - ~SrcRec.select_phase + ~SrcRec.select_by_phase ~SrcRec.update ~SrcRec.update_num_rec ~SrcRec.write