Nick Ackerley
Nick Ackerley
For catalogues with a narrow range of magnitudes (i.e. maximum observed magnitude less than one unit greater than minimum observed magnitude), [Weichert.calculate()](https://github.com/gem/oq-engine/blob/449bc21facd1649f6f2d707576eb2726749b8038/openquake/hmtk/seismicity/occurrence/weichert.py#L64-L167) can give extremely poor fits. Attached is one...
The only place the `n_svs` argument is used by `eqcorrscan.utils.mag_calc.svd_moments(u, s, v, stachans, event_list, n_svs)` is to select a subset of the singular values `s_working`: https://github.com/eqcorrscan/EQcorrscan/blob/3aac00b4c9dab0416efadbb64d341cc948d3f36b/eqcorrscan/utils/mag_calc.py#L935-L942 After this, `s_working` is...
Thanks for the wonderful tool! I tried a YAML setup like this to copy labels between projects: ```yml from: url: http://gitlab.foobar.com token: foo project: 1 labelsOnly: true to: url: http://gitlab.foobar.com...
### Problem It is natural to use StationXML to model the response of calibration circuits. Typically at some point in a seismometer calibration a voltage is converted to a current,...
Can you share an address (dropbox?) from which to download the event, station & waveform files for hypoddpy/example/run_relocator.py? Alternately maybe the event (catalog) and station (inventory) info can be included...