-
1. Convert the raw miniseed data to ASDF format
2. Generate suitable event catalog for a 30 to 90 degree distance from centre of mtIsa deployment
3. Generate the RF stream for a combination of the c…
-
Just ran into pyamg; great to see these complex algorithms be made available in such a neat package!
I started to try out pyamg in some of the more complex solves in my project, and these gave the …
-
```
Reported on decksite by Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id…
-
@alexgorb Did I get these right? Can you fill the remaining ones?
```
nblock: block id of the source
nst: block id of the station
resid: time residual of arrival
nev: ?
vlon: source longitude
v…
-
@alexgorb says we need to have a provision to use the events as reported by ISC. We can use this service for that: http://www.isc.ac.uk/iscbulletin/search/bulletin/
We can download `quakeml`s, use …
-
Exceeded slow_query limit (2.0 > 2) in mysql:
INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` …
-
The current seismic examples (Acoustic and TTI) both use explicit wrappers for `Forward`, `Adjoint`, `Gradient` and `Born` wrapper methods that create new operators for every kernel invocation. This p…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
Dear all,
I need to compute the value of my solution (a grid function) at a point which may or may not coincide with a dof point, so I need to interpolate it. I didn't find any existing functions for…