hashpy icon indicating copy to clipboard operation
hashpy copied to clipboard

Python wrapped fork of HASH first motion focal mechanism code.

Results 11 hashpy issues
Sort by recently updated
recently updated
newest added

Hello, when I try and install this package I get a large number of fortran warnings followed by the error: error: Command "/usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops...

This fork contains two minor bug fixes that are necessary to get hashpy up and running smoothly in 2021: * in hashpy/hashpype.py, change 'class HashError(StandardError):' to 'class HashError(Exception):' * in...

Hello Mark, I'm running HASHpy with python3. I modified some the I/O functions so I matches with the new release. Neverthless I get this error: *** event outside of velocity...

Need to do two main things: 1. Add compiler directives for the Fortran source file containing these subroutines 2. Add some methods to the HashPype class, probably based on one...

enhancement

Fixes https://github.com/markcwill/hashpy/issues/7 concurrently updated import syntax so that I can load the test.

Greetings, I installed HashPy. Before that I installed gfortran via Cygwin (gcc-fortran package from Cygwin, I only installed gcc-fortran) following this tutorial link http://stackoverflow.com/questions/36250303/fortran-sources-but-no-fortran-compiler-found. Then I add the Path system....

Hi Mark, For some reason in order to get my hashpy to work I had to change the string equivalence checks inside obspyIO.py and focalmechplotter.py ; from "is" to "=="...

Hi I'm trying to install HashPy in my anaconda (python 2.7) via conda (windows 8, 64 bit). I installed in obspy environment, and installing it by pip installation. But I've...

Hi, I was trying to use hashpy with an input file from obspy and ran into an error below. ``` Traceback (most recent call last): File "hashpyusage.py", line 23, in...

Hi Mark, I wanted to try this out but have trouble to get it running.. Have you got a self-contained example based on a QuakeML file?