Compare commits
1 Commits
v2.62
...
experiment
Author | SHA1 | Date | |
---|---|---|---|
533f207012 |
@@ -55,11 +55,6 @@ def main(qml_picks, inventory, velocity_model, lat_min, lat_max, lon_min, lon_ma
|
|||||||
f"Check if the file(s) is/are correct")
|
f"Check if the file(s) is/are correct")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if grid_spacing is not None and z_max-z_min < grid_spacing:
|
|
||||||
logging.error(f"The specified grid spacing is larger than the vertical extent of the grid. "
|
|
||||||
f"Reduce the grid spacing and/or increase the vertical extent of the grid.")
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
#convert input velocity from m/s to km/s
|
#convert input velocity from m/s to km/s
|
||||||
if p_vel_const is not None:
|
if p_vel_const is not None:
|
||||||
p_vel_const = p_vel_const / 1000
|
p_vel_const = p_vel_const / 1000
|
@@ -23,6 +23,8 @@ from PyOctoPhaseAssociation import main as phaseassoc
|
|||||||
|
|
||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
|
raise ValueError("Test error from branch experimental-test-live-code-editing")
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("qml_picks", help="Path to input file of type 'quakeml_seismogram_picks'")
|
parser.add_argument("qml_picks", help="Path to input file of type 'quakeml_seismogram_picks'")
|
||||||
parser.add_argument("inventory", nargs='+', help="Paths to input files of type 'inventory'")
|
parser.add_argument("inventory", nargs='+', help="Paths to input files of type 'inventory'")
|
Reference in New Issue
Block a user