Can anyone help me in generating a H-K stack plot(Zhu and Kanamori) to compute poisson ratio from teleseismic receiver functions? Is there any routine on SAC to do it?
Sincerely,
Samarth
Sincerely,
Samarth
-
Hi,
Kevin Eager and Matt Fouch have a Matlab suite called FuncLab, in which there are some routines to do the H-K stack. You could download it here:
http://home.dtm.ciw.edu/users/fouch/software/FuncLab/
Januka.
--
Januka Attanayake
Postdoctoral Research Associate
Laboratório de Sismologia
Complexo Interdisciplinar
Departamento de Física
Instituto Superior Técnico
Av. Rovisco Pais, 1
1049-001 Lisboa, Portugal
Honorary Research AssociateUniversity College London
University email: januka.attanayake<at>ist.utl.pt
Homepage: http://sites.google.com/site/janukaattanayake/
________________________________
From: Samarth Bachkheti <samarthbachkheti<at>yahoo.in>
To: "sac-help<at>iris.washington.edu" <sac-help<at>iris.washington.edu>
Sent: Monday, March 31, 2014 9:40 PM
Subject: [SAC-HELP] H-K stacking
Can anyone help me in generating a H-K stack plot(Zhu and Kanamori) to compute poisson ratio from teleseismic receiver functions? Is there any routine on SAC to do it?
Sincerely,
Samarth
_______________________________________________
sac-help mailing list
sac-help<at>iris.washington.edu
http://www.iris.washington.edu/mailman/listinfo/sac-help
-
Dear Samarth -
The online materials for the SAC book, "The Seismic Analysis Code A Primer and User's Guide," contain code and SAC macros to do this. SAC is an excellent platform for this type of analysis.
On 31 Mar 2014, at 21:40, Samarth Bachkheti wrote:
Can anyone help me in generating a H-K stack plot(Zhu and Kanamori) to compute poisson ratio from teleseismic receiver functions? Is there any routine on SAC to do it?
George Helffrich
Sincerely,
Samarth
_______________________________________________
sac-help mailing list
sac-help<at>iris.washington.edu
http://www.iris.washington.edu/mailman/listinfo/sac-help
george.helffrich<at>bris.ac.uk
-
Please can you help to compile the programs incorporated in SAC book .
i downloaded the online materials but i could not compile the programs :
1.i installed the sac software
2.i installed the Buland and kenett Taup routines
3. i modified the makfile located in th rf directory
4 i put the files four1.f and realft.f in the rf directory
5 i execute make i got this message :
for f in realft.f four1.f ; do \
[ -r $f ] || ln -sf /home/said/sacbook-master/methods/rf/$f $f ; \
done
gfortran -g -fbounds-check -o sacsetomarker sacsetomarker.o gnum.o gcdist.o \
tokens.o /usr/local/sac/lib/sacio.a /usr/local/lib/tpttsub.o
sacsetomarker.o: dans la fonction « MAIN__ »:
/home/said/sacbook-master/methods/rf/sacsetomarker.f:46: référence indéfinie vers « rsach_ »
/home/said/sacbook-master/methods/rf/sacsetomarker.f:82: référence indéfinie vers « wsach_ »
collect2: erreur: ld a retourné 1 code d'état d'exécution
make: *** [sacsetomarker] Erreur 1
can you help to fix this problem
thank you very much
-