From 0a596d329f3e81b6e1704a0473075121d87a7bdf Mon Sep 17 00:00:00 2001 From: Raffaele Di Stefano Date: Mon, 22 Jan 2024 13:57:42 +0100 Subject: [PATCH] The new development line based on chatGPT --- pyml.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyml.py b/pyml.py index 05d3a71..caaa747 100644 --- a/pyml.py +++ b/pyml.py @@ -39,6 +39,10 @@ # the rest is downweighted as hm_cutoff/(distance_from_the_mean) # In both cases stations with hypocentral distance lower than mindist (tipically 10km) and higher than maxdist (tipically 600) are excluded + +# A totally new version of pyml will probably come following the suggestions from Merlin/ChatGPT4 at this chat link https://www.getmerlin.in/share/chat/O5mRRFtUZ17 + + import argparse,sys,os,glob,copy,pwd,pathlib,itertools,getpass,socket from geographiclib.geodesic import Geodesic import pandas