alangi

Results 7 comments of alangi

Sent via email. I can't upload the files here without altering the suffix

I think that another option would be to run the files through Geopsy and assign coordinates there. Although I have only done this for passive processing, not MASW, so I'm...

Maybe this could be an addition. A utility to import a settings file containing coordinates.

I had a similar issue. You can see it in the closed issues. It was thought to be fixed. There is a workaround that I used which involves editing the...

In "def _from_trace_seg2" find the code below ``` header = trace.stats.seg2 return cls.from_trace(trace, read_header=False, nstacks=int(header.STACK), delay=float(header.DELAY), x=map_x(float(header.RECEIVER_LOCATION)), y=map_y(0), z=0) ``` delete the line ```nstacks=int(header.STACK),``` Best keep a copy incase it...

Well spotted. That has improved it a quite a bit, but I'm still missing the the Z-axis title "HVSR Amplitude" from the 3D chart. ![image](https://github.com/user-attachments/assets/51b36711-0749-4f17-89ed-274a26fae44b) Here's the code that I'm...

I'm getting the same issue with the example notebook. I've played around editing postprocessing.py and managed to get the z label to show, but it shifted everything else around and...