A forum for SAC users to exchange ideas and ask questions about SAC usage, installation, portability, etc.
This list has moved to https://groups.google.com/a/earthscope.org/g/sac-community.
- Email address
- sac-help@lists.ds.iris.edu
- Type
-
Help
Help lists are for submitting support questions. Anyone can post a question for NSF SAGE (or another team) to answer.
- Moderated by
- IRIS Webmaster
- Related tags
- SAC Software SAC
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September (1)
August
July
June (4)
May (11)
April (3)
March (5)
February (2)
January (8)
November
October
September (1)
August
July
June (4)
May (11)
April (3)
March (5)
February (2)
January (8)
Active Message Threads for July 2022
Dear Mrs./Miss,
Thank you for your reading.
I have fixed those bugs mentioned in the last Email.
In addition, I have added a parameter for xtransfer.c and transfer.c. As a result, a water_level parameter is allowed from user.
Using the water_level, I compute threshold = h_max * pow(10., -water_level/20.0), which is similar to those done in obspy.
The default water_level is set as 600.
The involved files are as follows, /inc/icm.h, /src/icm/transfer.c, /src/icm/xtransfer.c.
…
[more]
No replies
Hi,
I am a member of the team of ASIR Seismic (https://asirseismic.com).Is the SAC distribution suitable for UBUNTU 22.04?
I have a problem compiling a program (main.f) using readbbf , setbbv and writebbf (see below)
Thanks for your help,
Rami Hofstetter
Program main.f:------
call readbbf ('bbfile',nerr)
call setbbv ('V1',v1,nerr)
call writebbf ('bbfile',nerr)
stopend
f77 -g -c -o main.o main.f
f77 -g -o ../../bin/perform main.o /usr/local/sac/lib/sacio.a
/usr/bin/ld: main.o: in function…
[more]
Replies
-
Re: SAC distribution for UBUNTU 22.04 - George Helffrich - 2022-07-29 19:40:36
Dear Mrs. / Miss,
First, please allow me to introduce myself. I'm Youshan Liu, a student at Institute of Geology and Geophysics, Chinese Academy of Sciences.
Recently, I found several problems in SAC.
1. On lines 84-86 in trans.c
/* Set the real part of the Frequecy Response at the Nyquist Frequency to
the Amplitude of the Nyquist Freuquency */
sre[nfft - 1] =
sqrt(sre[nfft - 1] * sre[nfft - 1] + sim[nfft - 1] * sim[nfft - 1]);
sim[nfft - 1] = 0.0;…
[more]
No replies
faisalumer1999@gmail.com
2022-07-26 02:07:24
- 2022-07-26 13:43:15
I have downloaded continuous waveform data of two Hi-net stations using HinetPy. But the problem is after converting the data from win32 to sac ,when I open the header of any sac file in SAC, there is no network name in it and this in turn is creating problem in station pair making in MSNoise. Furthermore, as I am a newbie in this field, I am also struggling with the response files of the stations. I have PZ response files but I want the response files to be in Station XML. I am unable to under…
[more]
Replies
-
Re: Hi-net continuous waveform data header and PZ Response files - Geo . - 2022-07-26 13:43:15