Skip to content

Commit

Permalink
The new development line based on chatGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaele Di Stefano committed Jan 22, 2024
1 parent 7c27d4f commit 0a596d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a596d3

Please sign in to comment.