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
October
September
August
July
June
May
April
March
February
January
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 April 2011
Hello,
I would like to get the 't0' header information from a large number of
events. The fortran code (f77) below works perfectly when I replace the 't0'
in the getfhv call by 'a', however when written as shown, I get the
following error:
* ERROR: Undefined header field value. t0*
call rsac1(fn2,array,nlen,beg,del,max,nerr)
if (nerr.gt.0) then
print*, nerr
go to 8888
endif
call getfhv('t0',t0,nerr)
if(t0.lt.0) then
go to 9999
e…
[more]
Replies
-
Re: getfhv - t0 marker - Arthur Snoke - 2011-04-24 22:29:34
Arthur,
It would be great if you could take a look at my data. It in on my ftp site
ftp://ftp.geology.cwu.edu/warrenk/Outgoing/
Data file: march9
Commands run on the data are...
rtrend
hp co 10
cut 74020 74270
hp co 10
.......These all run fine
spectrogram window 2 slice 1 method mem order 100 noscaling ymin 0 ymax 100 color
.......This command fails
Thanks,
Katie
No replies
Hi all,
I made a macro in which I want to change a header value for origin time:
READ $FILES
READ $ORIGIN_TIME
CH O GMT 2006 136 $ORIGIN_TIME
WRITE $FILES
However, if there is a 0 (zero) in a sec input, I get next error
SAC> macro tscf
FILES? 13_16052006.1.sac
ORIGIN_TIME? 15 41 01 79
ERROR interpreting command: READ 15 41 01 79
ILLEGAL OPTION: ^
ERROR 1016: Terminating execution of macro
If I leave a zero out, error still occurs. If values for…
[more]
No replies
I am trying to create spectrograms using seismic data associated with snow avalanches. For my most recent data the Spectrogram command keeps giving me errors
Instability detected in spectral estimator, increasing ridge regression factor to 1.00000e-04.
Instability detected in spectral estimator, increasing ridge regression fact…
[more]
No replies
I'm trying to utilize SAC's Matlab interface on an Intel Mac (64 bit) machine. I am running SAC v 101.4 and MATLAB_R2010bSP1.
After I read in files I receive the following error while trying to execute the mat command:
SAC> r /Users/BMcCommon/Thesis/Data/SAC/CCW/2009.142.00.00.13.0350.Y7.CCW..ELN.D.SAC
SAC> mat
Error: dlsym(0x100710ec0, engPutArray): symbol not found
ERROR 8003: Cannot link to a MATLAB function: engPutArray
ERROR 8003: Cannot link to a MATLAB function:
Has anyone else en…
[more]
Replies
-
data conversion from WGSN to SAC - Shutian - 2011-04-09 12:21:03
I use binary sac 101.2 OSX on my MacBook Pro (10.5.8, Intel core 2
duo) and have no problem with "transfer from evalresp", while the same
code gives this error
WARNING: evresp_; no files match './[RESPfile]'
WARNING: no response found for
NET=[net],STA=[station],LOCID=*,CHAN=BHE,DATE=2009,096,1:30:1
No transfer function applied!
ERROR 2118: No transfer function applied
when I use it on iMac (10.6.5, Intel core i7). I simply transferred
the program and data folder
and sac seems t…
[more]
Replies
-
Re: problems with evalresp - sac 101.2 OSX - Ching-Wen Chen - 2011-04-06 22:13:37
-
Re: problems with evalresp - sac 101.2 OSX - Arthur Snoke - 2011-04-07 00:38:20
-