From BEElkins at mtech.edu Tue May 3 13:49:13 2011 From: BEElkins at mtech.edu (Elkins, Bailey E) Date: Tue, 3 May 2011 14:49:13 -0600 Subject: [SAC-HELP] Macro correlation produces segmentation fault Message-ID: <088DBEC7FEB96246815271B837D93FF401F8EDF265@mtmail8c.butte.campus> Hi all, I'm trying to run a macro that will produce correlations for all possible station pairs from a file list. I'm attempting to do this with a blackboard variable and a while loop. Each time I run the macro, it works fine for the first iteration of the while loop. The second iteration produces a segmentation fault after the correlate command is executed, but before it changes to my write directory. I have experienced this problem while running SAC 101.4 on 2 RedHat Linux workstations and a Mac OS X 10.6.7 system. $Keys day nfiles setbb acor 1 setbb stop $nfiles echo on cd Processed while %acor LE %stop read ./Normalized/day$day$/* correlate master %acor% cd ./Correlated/day$day$ mkdir %acor cd %acor write kstcmp setbb acor (%acor% + 1) cd .. cd .. cd .. enddo echo off Message "Correlation complete" As a side note, is there a way to make a directory from the KSTNM header field for the file in the file list that corresponds to "acor" ? I've made this work if I input "&3,kstnm&" but if acor=3 and I input &%acor%,kstnm& it returns "3ERROR". This is not critical, more of a curiosity. Thanks for your help everyone! There aren't many users of SAC at my institution to ask questions of. Best, Bailey Elkins From ivan.lokmer at ucd.ie Fri May 6 09:01:01 2011 From: ivan.lokmer at ucd.ie (Ivan Lokmer) Date: Fri, 06 May 2011 17:01:01 +0100 Subject: [SAC-HELP] Instrument response removal Message-ID: <4DC41B3D.7000909@ucd.ie> Dear Colleague, I hope that I am at the right address to launch my question. I was using SAC polezero option recently to remove the instrument response from my data and to add it to synthetics. However, I realized that this option is acting as a 2-pass acausal filter. AS the actual seismometer filters the ground motion as 1-pass causal filter, it seems to me that it is impossible to recover actual ground motion by using this option. It is not very obvious with very band limited data, but it is more than obvious for the data with static shift, where the waveform is changed before time 0 (which is impossible for any physical device including seismometer). Do you maybe know if there's any option in SAC that will add/remove instrument's response as of the actual physical device (causally)? Thank you in advance for your answer A great job is done with all the manuals and software. Thanks for that Kind regards, Ivan -- ______________________________________________ Ivan Lokmer Seismology and Computational Rock Physics Lab. Geophysics Group School of Geological Sciences University College Dublin Belfield Dublin 4 Ireland Phone: +353 1 7162079 Fax: +353 1 2837733 Mobile:+353 87 2553638 _____________________________ From snoke at vt.edu Fri May 6 12:11:51 2011 From: snoke at vt.edu (Arthur Snoke) Date: Fri, 6 May 2011 15:11:51 -0400 (EDT) Subject: [SAC-HELP] Instrument response removal In-Reply-To: <4DC41B3D.7000909@ucd.ie> References: <4DC41B3D.7000909@ucd.ie> Message-ID: This is the correct address. However, I cannot follow the logic in your message so (for me at least) you need to provide more information. By construction, a pole-zero file is causal. However, if you include with that step a "freqlimits" call, that call is not causal. The number of poles for a p-z file depends on whether you are correcting to displacement, velocity, etc. If your data came from a SEED volume, the RESP file makes clear what the correction is for. For use to help, you need to provide more information. If you have not already, I suggest you look at the transfer help file: . On Fri, 6 May 2011, Ivan Lokmer wrote: > Dear Colleague, > > I hope that I am at the right address to launch my question. > I was using SAC polezero option recently to remove the instrument response > from my data and to add it to synthetics. > However, I realized that this option is acting as a 2-pass acausal filter. AS > the actual seismometer filters the ground motion as 1-pass causal filter, it > seems to me that it is impossible to recover actual ground motion by using > this option. > It is not very obvious with very band limited data, but it is more than > obvious for the data with static shift, where the waveform is changed before > time 0 (which is impossible for any physical device including seismometer). > Do you maybe know if there's any option in SAC that will add/remove > instrument's response as of the actual physical device (causally)? > > Thank you in advance for your answer > A great job is done with all the manuals and software. Thanks for that > > Kind regards, > > Ivan > > -- > ______________________________________________ > Ivan Lokmer > Seismology and Computational Rock Physics Lab. > Geophysics Group School of Geological Sciences > University College Dublin > Belfield > Dublin 4 > Ireland > > Phone: +353 1 7162079 > Fax: +353 1 2837733 > Mobile:+353 87 2553638 From hrakotoarisaona at yahoo.com Wed May 11 02:13:00 2011 From: hrakotoarisaona at yahoo.com (Rakotoarisaona Hasiniaina) Date: Wed, 11 May 2011 02:13:00 -0700 (PDT) Subject: [SAC-HELP] cannot add sac header Message-ID: <302697.91668.qm@web59809.mail.ac4.yahoo.com> Dear all, I am trying to set some times and date in a SAC header. So far I did the following: SAC> ch O GMT 2006 001 14 34 01 23 SAC> wh Although all of these change do not appear with "lh" command. Also, when I am doing the picking and write it into "hpf", I have got no error but when open the HPF file and it is empty. Is anyone can help me in this matter? (PS: I have been converted my data from ascii to sac using the fortran code amp2sac in this link http://web.utah.edu/thorne/software.html) Thank you in advance for your help. Kind regards, Hasina -------------- next part -------------- An HTML attachment was scrubbed... URL: From mplasencia at ogs.trieste.it Wed May 11 03:23:03 2011 From: mplasencia at ogs.trieste.it (mplasencia at ogs.trieste.it) Date: Wed, 11 May 2011 12:23:03 +0200 Subject: [SAC-HELP] cannot add sac header In-Reply-To: <302697.91668.qm@web59809.mail.ac4.yahoo.com> References: <302697.91668.qm@web59809.mail.ac4.yahoo.com> Message-ID: <20110511122303.10435231f3o0n0qv@webmail.ogs.trieste.it> Hi, Please. first check if in your header exist the LOVROK = FALSE, if yes, change it to TRUE. It permit overwriting Then. check if the variables KZDATE and KZTIME exist in the header, you can see the manual for further information using the NZYEAR, NZJDAY, NZHOUR, ..., NZMSEC, for setting the date and time. HTH, Milton Quoting "Rakotoarisaona Hasiniaina" : > Dear all, > > I am trying to set some times and date in a SAC header. So far I did the > following: > > SAC> ch O GMT 2006 001 14 34 01 23 > SAC> wh > > Although all of these change do not appear with "lh" command. Also, > when I am > doing the picking and write it into "hpf", I have got no error but when open > the HPF file and it is empty. > Is anyone can help me in this matter? > > (PS: I have been converted my data from ascii to sac using the fortran code > amp2sac in this link http://web.utah.edu/thorne/software.html) > > Thank you in advance for your help. > Kind regards, > Hasina ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From devajit_h at rediffmail.com Sun May 15 03:45:04 2011 From: devajit_h at rediffmail.com (Devajit Hazarika) Date: 15 May 2011 10:45:04 -0000 Subject: [SAC-HELP] =?utf-8?q?Signal_Stacking_Subprocess=28moveout_correct?= =?utf-8?q?ion=29?= Message-ID: <20110515104504.26649.qmail@f5mail-236-223.rediffmail.com> Dear SAC Users I?use SAC software for computation of teleseismic Receiver Functions used for crustal structure study.? Can anyone?guide me how to do "moveout" correction before stacking the Receiver Functions for different epicentral distance and back azimuth? Is there any option in Signal Stacking Subprocess of SAC ? I will be thankful If anybody can guide me in this regard. sincerely? D. Hazarika -------------- next part -------------- An HTML attachment was scrubbed... URL: From devajit_h at rediffmail.com Sun May 15 21:03:31 2011 From: devajit_h at rediffmail.com (Devajit Hazarika) Date: 16 May 2011 04:03:31 -0000 Subject: [SAC-HELP] =?utf-8?q?Moveout_correction?= Message-ID: <20110516040331.22330.qmail@f5mail-224-114.rediffmail.com> Dear SAC Users I use SAC software for computation of teleseismic Receiver Functions used for crustal structure study.  Can anyone guide me how to do "moveout" correction before stacking the Receiver Functions for different epicentral distance and back azimuth? Is there any option in Signal Stacking Subprocess of SAC ? I will be thankful If anybody can guide me in this regard. sincerely  D. Hazarika -------------- next part -------------- An HTML attachment was scrubbed... URL: From Mehmet.Ergin at mam.gov.tr Wed May 18 00:39:02 2011 From: Mehmet.Ergin at mam.gov.tr (Mehmet Ergin) Date: Wed, 18 May 2011 10:39:02 +0300 Subject: [SAC-HELP] FW: mseed2sac Message-ID: <9E88105FE4AC8C47BD6D00EB9831482F1F59CA838C@posta.mam.gov.tr> ------------------------------------------ Mehmet ERG?N Do?. Dr. Ba?uzman Ara?t?rmac? [cid:image001.gif at 01CC1547.CD74FFC0] T?B?TAK Marmara Ara?t?rma Merkezi Yer ve Deniz Bilimleri Enstit?s? P.K. 21, 41470 Gebze Kocaeli T 0 262 677 2864 F 0 262 641 23 09 Mehmet.ergin at mam.gov.tr ----------------------------------------- Hi, I use mseed2sac converter for windows XP versions but now I need for windows 7 version. This mseed2sac did not work with new operating windows 7 system. Can you help me to solve that problem? Thanx very much... ----------------------------------------- Mehmet ERG?N Assoc.Prof. Chief Scientist [cid:image002.gif at 01CC1540.BA1EE960] T?B?TAK Marmara Research Center Earth Sciences Institute P.O. Box 21, 41470 Gebze Kocaeli TURKEY T +90 262 677 2864 F +90 262 641 23 09 Mehmet.ergin at mam.gov.tr ________________________________ Bu e-posta mesaj? ve onunla iletilen t?m ekler g?nderildi?i ki?i ya da kuruma ?zel olup, gizli ve ?zel bilgiler i?erebilece?i gibi gizlilik y?k?ml?l??? de ta??yor olabilir. Bu mesajda ve ekindeki dosyalarda bulunan t?m fikir ve g?r??ler sadece adres sahip(ler)ine ait olup, T?B?TAK MAM bu e-posta i?eri?indeki bilgilerin kullan?lmas? nedeniyle hi? kimseye kar?? sorumlu tutulamaz Mesaj?n yetkili al?c?s? veya al?c?s?na iletmekten sorumlu ki?i de?ilseniz, mesaj i?eri?ini ya da eklerini kullanmay?n?z, kopyalamay?n?z, yaymay?n?z, ba?ka ki?ilere y?nlendirmeyiniz ve mesaj? g?nderen ki?iyi derhal uyararak bu mesaj? siliniz. Kurumumuz size, mesaj?n ve bilgilerinin de?i?ikli?e u?ramamas?, b?t?nl???n?n ve gizlili?in korunmas? konusunda garanti vermemekte olup, e-posta i?eri?ine yetkisiz olarak yap?lan m?dahale, vir?s i?ermesi ve/veya bilgisayar sisteminize verebilece?i herhangi bir zarardan da sorumlu de?ildir. This e-mail message, including any attachments, is intended only for the use of the individual or entity to whom it is addressed and may contain confidential, private information as well as the exemption from disclosure. All ideas and opinions in this message and attached files can only belong to the addressee(s) and TUBITAK MRC shall have no liability to any person with regard to the use of the information contained in this message If you are not the intended addressee(s) or responsible person to inform the addressee(s), you are hereby notified that; any use, dissemination, distribution, or copying of this message and attached files is strictly prohibited. Delete the message and notify the sender immediately. TUBITAK MRC do not warrant for the accuracy, completeness of the contents of this email and/or the preservation of confidentiality and shall not be liable for the unauthorized changes made to this message, viruses and/or any damages caused in anyway to your computer system -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 1694 bytes Desc: image002.gif URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 1694 bytes Desc: image001.gif URL: From aganiev at gmail.com Wed May 18 19:56:54 2011 From: aganiev at gmail.com (Alexandr Ganiev) Date: Thu, 19 May 2011 05:56:54 +0300 Subject: [SAC-HELP] problem with sac compiling Message-ID: Hi all I have problem with sac compiling. I'm going to use sac ability running of matlab scripts, so I tried to compile sac source ./configure --with-matlab=/usr/local/bin/ glnx86 make make install after I got working sac program except matlab scripts ability I need your help Thank you -- Regards, Alex Ganiev, software engineer Ukraine, Institute of Geophysics aganiev at gmail.com algan at ukr.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From jattanayake at yahoo.com Thu May 19 13:07:14 2011 From: jattanayake at yahoo.com (Januka Attanayake) Date: Thu, 19 May 2011 13:07:14 -0700 (PDT) Subject: [SAC-HELP] stack smashing Message-ID: <782427.79301.qm@web162013.mail.bf1.yahoo.com> Hi, I am running the following macro and it was ok at first. My computer crashed while I was running it due to a technical issue unrelated to SAC. There after sac started spitting out the following error. I have no clue as to why the macro worked perfectly alright before the reboot and why it is failing now. Any infor. is much appreciated. I am using SAC 101.3b Thanks! Januka. Macro ==== ? setbb iff 0 ? DO FILE WILD *.SAC ? evaluate to iff %iff + 1 * when iff < 2 (i.e. reading only 1 file) ? if %iff lt 2 ? READ $FILE * when iff = 2 (i.e. reading both DIS & VEL files) *? elseif %iff eq 2 *? read more $FILE ? setbb iff 0 * plotting a time window of (T0-15) & (T0+15) ? XLIM T0 -10 +10 ? PLOTPK perplot 1 ? write over ? CUT ON ? CUTERR FILLZ ? CUT A -15 +15 ? READ $FILE ? WRITE OVER ? endif ? ? ENDDO ? ? CUT OFF * ENDDO ? QUIT ERROR ====== *** stack smashing detected ***: sac terminated ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x50)[0x356390] /lib/tls/i686/cmov/libc.so.6(+0xe233a)[0x35633a] sac[0x8061530] [0x5a48422e] ======= Memory map: ======== 00110000-00112000 r-xp 00000000 08:11 883067???? /lib/tls/i686/cmov/libdl-2.11.1.so 00112000-00113000 r--p 00001000 08:11 883067???? /lib/tls/i686/cmov/libdl-2.11.1.so 00113000-00114000 rw-p 00002000 08:11 883067???? /lib/tls/i686/cmov/libdl-2.11.1.so 00114000-00140000 r-xp 00000000 08:11 2829115??? /lib/libreadline.so.5.2 00140000-00141000 r--p 0002c000 08:11 2829115??? /lib/libreadline.so.5.2 00141000-00144000 rw-p 0002d000 08:11 2829115??? /lib/libreadline.so.5.2 00144000-00145000 rw-p 00000000 00:00 0 00257000-00272000 r-xp 00000000 08:11 2829191??? /lib/ld-2.11.1.so 00272000-00273000 r--p 0001a000 08:11 2829191??? /lib/ld-2.11.1.so 00273000-00274000 rw-p 0001b000 08:11 2829191??? /lib/ld-2.11.1.so 00274000-003c7000 r-xp 00000000 08:11 883075???? /lib/tls/i686/cmov/libc-2.11.1.so 003c7000-003c8000 ---p 00153000 08:11 883075???? /lib/tls/i686/cmov/libc-2.11.1.so 003c8000-003ca000 r--p 00153000 08:11 883075???? /lib/tls/i686/cmov/libc-2.11.1.so 003ca000-003cb000 rw-p 00155000 08:11 883075???? /lib/tls/i686/cmov/libc-2.11.1.so 003cb000-003ce000 rw-p 00000000 00:00 0 00461000-0057a000 r-xp 00000000 08:11 3663796??? /usr/lib/libX11.so.6.3.0 0057a000-0057b000 r--p 00118000 08:11 3663796??? /usr/lib/libX11.so.6.3.0 0057b000-0057d000 rw-p 00119000 08:11 3663796??? /usr/lib/libX11.so.6.3.0 0057d000-0057e000 rw-p 00000000 00:00 0 00582000-00583000 r-xp 00000000 00:00 0????????? [vdso] 00645000-00669000 r-xp 00000000 08:11 883077???? /lib/tls/i686/cmov/libm-2.11.1.so 00669000-0066a000 r--p 00023000 08:11 883077???? /lib/tls/i686/cmov/libm-2.11.1.so 0066a000-0066b000 rw-p 00024000 08:11 883077???? /lib/tls/i686/cmov/libm-2.11.1.so 00712000-00727000 r-xp 00000000 08:11 3662978??? /usr/lib/libICE.so.6.3.0 00727000-00728000 r--p 00014000 08:11 3662978??? /usr/lib/libICE.so.6.3.0 00728000-00729000 rw-p 00015000 08:11 3662978??? /usr/lib/libICE.so.6.3.0 00729000-0072b000 rw-p 00000000 00:00 0 00743000-00760000 r-xp 00000000 08:11 2829064??? /lib/libgcc_s.so.1 00760000-00761000 r--p 0001c000 08:11 2829064??? /lib/libgcc_s.so.1 00761000-00762000 rw-p 0001d000 08:11 2829064??? /lib/libgcc_s.so.1 007dc000-007e3000 r-xp 00000000 08:11 3662980??? /usr/lib/libSM.so.6.0.1 007e3000-007e4000 r--p 00006000 08:11 3662980??? /usr/lib/libSM.so.6.0.1 007e4000-007e5000 rw-p 00007000 08:11 3662980??? /usr/lib/libSM.so.6.0.1 0087b000-0087d000 r-xp 00000000 08:11 3662982??? /usr/lib/libXau.so.6.0.0 0087d000-0087e000 r--p 00001000 08:11 3662982??? /usr/lib/libXau.so.6.0.0 0087e000-0087f000 rw-p 00002000 08:11 3662982??? /usr/lib/libXau.so.6.0.0 009cd000-009d0000 r-xp 00000000 08:11 834058???? /lib/libuuid.so.1.3.0 009d0000-009d1000 r--p 00002000 08:11 834058???? /lib/libuuid.so.1.3.0 009d1000-009d2000 rw-p 00003000 08:11 834058???? /lib/libuuid.so.1.3.0 00a94000-00aac000 r-xp 00000000 08:11 3663171??? /usr/lib/libxcb.so.1.1.0 00aac000-00aad000 r--p 00017000 08:11 3663171??? /usr/lib/libxcb.so.1.1.0 00aad000-00aae000 rw-p 00018000 08:11 3663171??? /usr/lib/libxcb.so.1.1.0 00b87000-00b8b000 r-xp 00000000 08:11 3662984??? /usr/lib/libXdmcp.so.6.0.0 00b8b000-00b8c000 r--p 00003000 08:11 3662984??? /usr/lib/libXdmcp.so.6.0.0 00b8c000-00b8d000 rw-p 00004000 08:11 3662984??? /usr/lib/libXdmcp.so.6.0.0 00d63000-00d97000 r-xp 00000000 08:11 834240???? /lib/libncurses.so.5.7 00d97000-00d98000 ---p 00034000 08:11 834240???? /lib/libncurses.so.5.7 00d98000-00d9a000 r--p 00034000 08:11 834240???? /lib/libncurses.so.5.7 00d9a000-00d9b000 rw-p 00036000 08:11 834240???? /lib/libncurses.so.5.7 08048000-081fe000 r-xp 00000000 08:11 3766770??? /usr/local/sac/bin/sac 081fe000-081ff000 r--p 001b5000 08:11 3766770??? /usr/local/sac/bin/sac 081ff000-08221000 rw-p 001b6000 08:11 3766770??? /usr/local/sac/bin/sac 08221000-08494000 rw-p 00000000 00:00 0 08eb3000-08ed4000 rw-p 00000000 00:00 0????????? [heap] b7718000-b771c000 rw-p 00000000 00:00 0 b772d000-b7732000 rw-p 00000000 00:00 0 bf8bc000-bf8d1000 rw-p 00000000 00:00 0????????? [stack] Aborted (core dumped) ? _______________ Serenity isn't freedom from the storm, but peace within the storm Januka Attanayake? Global Seismology & Economics The University of Connecticut Beach Hall - U2045 354, Mansfield Rd; Storrs, CT 06269 Tel :? 860 486 0475 (Office) ????????? 860 486 3914 (Lab - P405) URL:?http://sites.google.com/site/janukaattanayake/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From savage at uri.edu Thu May 19 13:28:26 2011 From: savage at uri.edu (Brian Savage) Date: Thu, 19 May 2011 16:28:26 -0400 Subject: [SAC-HELP] stack smashing In-Reply-To: <782427.79301.qm@web162013.mail.bf1.yahoo.com> References: <782427.79301.qm@web162013.mail.bf1.yahoo.com> Message-ID: <7AEBF889-93AC-4591-B283-42F6DEE93121@uri.edu> Dear Januka, This is most likely due to the do file wild bug in sac versions pre 101.4. Upgrading to 101.4 should solve this issue. I am guessing there are either a large number of files in the directory, the files names are quite long, or both. Brian Savage savage at uri.edu On May 19, 2011, at 4:07 PM , Januka Attanayake wrote: > Hi, > I am running the following macro and it was ok at first. My computer > crashed while I was running it due to a technical issue unrelated to > SAC. There after sac started spitting out the following error. I > have no clue as to why the macro worked perfectly alright before the > reboot and why it is failing now. Any infor. is much appreciated. I > am using SAC 101.3b > > Thanks! > > Januka. > > Macro > ==== > > setbb iff 0 > > DO FILE WILD *.SAC > evaluate to iff %iff + 1 > > * when iff < 2 (i.e. reading only 1 file) > if %iff lt 2 > READ $FILE > > * when iff = 2 (i.e. reading both DIS & VEL files) > * elseif %iff eq 2 > * read more $FILE > setbb iff 0 > > * plotting a time window of (T0-15) & (T0+15) > XLIM T0 -10 +10 > PLOTPK perplot 1 > write over > CUT ON > CUTERR FILLZ > CUT A -15 +15 > READ $FILE > WRITE OVER > endif > > ENDDO > > CUT OFF > * ENDDO > > QUIT > > ERROR > ====== > > *** stack smashing detected ***: sac terminated > ======= Backtrace: ========= > /lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x50)[0x356390] > /lib/tls/i686/cmov/libc.so.6(+0xe233a)[0x35633a] > sac[0x8061530] > [0x5a48422e] > ======= Memory map: ======== > 00110000-00112000 r-xp 00000000 08:11 883067 /lib/tls/i686/cmov/ > libdl-2.11.1.so > 00112000-00113000 r--p 00001000 08:11 883067 /lib/tls/i686/cmov/ > libdl-2.11.1.so > 00113000-00114000 rw-p 00002000 08:11 883067 /lib/tls/i686/cmov/ > libdl-2.11.1.so > 00114000-00140000 r-xp 00000000 08:11 2829115 /lib/libreadline.so. > 5.2 > 00140000-00141000 r--p 0002c000 08:11 2829115 /lib/libreadline.so. > 5.2 > 00141000-00144000 rw-p 0002d000 08:11 2829115 /lib/libreadline.so. > 5.2 > 00144000-00145000 rw-p 00000000 00:00 0 > 00257000-00272000 r-xp 00000000 08:11 2829191 /lib/ld-2.11.1.so > 00272000-00273000 r--p 0001a000 08:11 2829191 /lib/ld-2.11.1.so > 00273000-00274000 rw-p 0001b000 08:11 2829191 /lib/ld-2.11.1.so > 00274000-003c7000 r-xp 00000000 08:11 883075 /lib/tls/i686/cmov/ > libc-2.11.1.so > 003c7000-003c8000 ---p 00153000 08:11 883075 /lib/tls/i686/cmov/ > libc-2.11.1.so > 003c8000-003ca000 r--p 00153000 08:11 883075 /lib/tls/i686/cmov/ > libc-2.11.1.so > 003ca000-003cb000 rw-p 00155000 08:11 883075 /lib/tls/i686/cmov/ > libc-2.11.1.so > 003cb000-003ce000 rw-p 00000000 00:00 0 > 00461000-0057a000 r-xp 00000000 08:11 3663796 /usr/lib/libX11.so. > 6.3.0 > 0057a000-0057b000 r--p 00118000 08:11 3663796 /usr/lib/libX11.so. > 6.3.0 > 0057b000-0057d000 rw-p 00119000 08:11 3663796 /usr/lib/libX11.so. > 6.3.0 > 0057d000-0057e000 rw-p 00000000 00:00 0 > 00582000-00583000 r-xp 00000000 00:00 0 [vdso] > 00645000-00669000 r-xp 00000000 08:11 883077 /lib/tls/i686/cmov/ > libm-2.11.1.so > 00669000-0066a000 r--p 00023000 08:11 883077 /lib/tls/i686/cmov/ > libm-2.11.1.so > 0066a000-0066b000 rw-p 00024000 08:11 883077 /lib/tls/i686/cmov/ > libm-2.11.1.so > 00712000-00727000 r-xp 00000000 08:11 3662978 /usr/lib/libICE.so. > 6.3.0 > 00727000-00728000 r--p 00014000 08:11 3662978 /usr/lib/libICE.so. > 6.3.0 > 00728000-00729000 rw-p 00015000 08:11 3662978 /usr/lib/libICE.so. > 6.3.0 > 00729000-0072b000 rw-p 00000000 00:00 0 > 00743000-00760000 r-xp 00000000 08:11 2829064 /lib/libgcc_s.so.1 > 00760000-00761000 r--p 0001c000 08:11 2829064 /lib/libgcc_s.so.1 > 00761000-00762000 rw-p 0001d000 08:11 2829064 /lib/libgcc_s.so.1 > 007dc000-007e3000 r-xp 00000000 08:11 3662980 /usr/lib/libSM.so. > 6.0.1 > 007e3000-007e4000 r--p 00006000 08:11 3662980 /usr/lib/libSM.so. > 6.0.1 > 007e4000-007e5000 rw-p 00007000 08:11 3662980 /usr/lib/libSM.so. > 6.0.1 > 0087b000-0087d000 r-xp 00000000 08:11 3662982 /usr/lib/libXau.so. > 6.0.0 > 0087d000-0087e000 r--p 00001000 08:11 3662982 /usr/lib/libXau.so. > 6.0.0 > 0087e000-0087f000 rw-p 00002000 08:11 3662982 /usr/lib/libXau.so. > 6.0.0 > 009cd000-009d0000 r-xp 00000000 08:11 834058 /lib/libuuid.so.1.3.0 > 009d0000-009d1000 r--p 00002000 08:11 834058 /lib/libuuid.so.1.3.0 > 009d1000-009d2000 rw-p 00003000 08:11 834058 /lib/libuuid.so.1.3.0 > 00a94000-00aac000 r-xp 00000000 08:11 3663171 /usr/lib/libxcb.so. > 1.1.0 > 00aac000-00aad000 r--p 00017000 08:11 3663171 /usr/lib/libxcb.so. > 1.1.0 > 00aad000-00aae000 rw-p 00018000 08:11 3663171 /usr/lib/libxcb.so. > 1.1.0 > 00b87000-00b8b000 r-xp 00000000 08:11 3662984 /usr/lib/ > libXdmcp.so.6.0.0 > 00b8b000-00b8c000 r--p 00003000 08:11 3662984 /usr/lib/ > libXdmcp.so.6.0.0 > 00b8c000-00b8d000 rw-p 00004000 08:11 3662984 /usr/lib/ > libXdmcp.so.6.0.0 > 00d63000-00d97000 r-xp 00000000 08:11 834240 /lib/libncurses.so. > 5.7 > 00d97000-00d98000 ---p 00034000 08:11 834240 /lib/libncurses.so. > 5.7 > 00d98000-00d9a000 r--p 00034000 08:11 834240 /lib/libncurses.so. > 5.7 > 00d9a000-00d9b000 rw-p 00036000 08:11 834240 /lib/libncurses.so. > 5.7 > 08048000-081fe000 r-xp 00000000 08:11 3766770 /usr/local/sac/bin/ > sac > 081fe000-081ff000 r--p 001b5000 08:11 3766770 /usr/local/sac/bin/ > sac > 081ff000-08221000 rw-p 001b6000 08:11 3766770 /usr/local/sac/bin/ > sac > 08221000-08494000 rw-p 00000000 00:00 0 > 08eb3000-08ed4000 rw-p 00000000 00:00 0 [heap] > b7718000-b771c000 rw-p 00000000 00:00 0 > b772d000-b7732000 rw-p 00000000 00:00 0 > bf8bc000-bf8d1000 rw-p 00000000 00:00 0 [stack] > Aborted (core dumped) > > > _______________ > Serenity isn't freedom from the storm, but peace within the storm > Januka Attanayake > Global Seismology & Economics > The University of Connecticut > Beach Hall - U2045 > 354, Mansfield Rd; > Storrs, CT 06269 > Tel : 860 486 0475 (Office) > 860 486 3914 (Lab - P405) > URL: http://sites.google.com/site/janukaattanayake/ > > > > > > _______________________________________________ > sac-help mailing list > sac-help at iris.washington.edu > http://www.iris.washington.edu/mailman/listinfo/sac-help From jattanayake at yahoo.com Thu May 19 13:42:58 2011 From: jattanayake at yahoo.com (Januka Attanayake) Date: Thu, 19 May 2011 13:42:58 -0700 (PDT) Subject: [SAC-HELP] stack smashing In-Reply-To: <7AEBF889-93AC-4591-B283-42F6DEE93121@uri.edu> References: <782427.79301.qm@web162013.mail.bf1.yahoo.com> <7AEBF889-93AC-4591-B283-42F6DEE93121@uri.edu> Message-ID: <492841.96984.qm@web162020.mail.bf1.yahoo.com> Thanks Brian. Strange though, I was able to process even larger number of files (< 80) having similar file names with the same macro before. It's good to know that file wild has a bug. I'll figure out a work around. Thanks again. J. ? _______________ Serenity isn't freedom from the storm, but peace within the storm Januka Attanayake? Global Seismology & Economics The University of Connecticut Beach Hall - U2045 354, Mansfield Rd; Storrs, CT 06269 Tel :? 860 486 0475 (Office) ????????? 860 486 3914 (Lab - P405) URL:?http://sites.google.com/site/janukaattanayake/ ________________________________ From: Brian Savage To: SAC IRIS Sent: Thursday, May 19, 2011 4:28 PM Subject: Re: [SAC-HELP] stack smashing Dear Januka, This is most likely due to the do file wild bug in sac versions pre 101.4. Upgrading to 101.4 should solve this issue. I am guessing there are either a large number of files in the directory, the files names are quite long, or both. Brian Savage savage at uri.edu On May 19, 2011, at? 4:07 PM , Januka Attanayake wrote: > Hi, > I am running the following macro and it was ok at first. My computer crashed while I was running it due to a technical issue unrelated to SAC. There after sac started spitting out the following error. I have no clue as to why the macro worked perfectly alright before the reboot and why it is failing now. Any infor. is much appreciated. I am using SAC 101.3b > > Thanks! > > Januka. > > Macro > ==== > >? setbb iff 0 > >? DO FILE WILD *.SAC >? evaluate to iff %iff + 1 > > * when iff < 2 (i.e. reading only 1 file) >? if %iff lt 2 >? READ $FILE > > * when iff = 2 (i.e. reading both DIS & VEL files) > *? elseif %iff eq 2 > *? read more $FILE >? setbb iff 0 > > * plotting a time window of (T0-15) & (T0+15) >? XLIM T0 -10 +10 >? PLOTPK perplot 1 >? write over >? CUT ON >? CUTERR FILLZ >? CUT A -15 +15 >? READ $FILE >? WRITE OVER >? endif > >? ENDDO > >? CUT OFF > * ENDDO > >? QUIT > > ERROR > ====== > > *** stack smashing detected ***: sac terminated > ======= Backtrace: ========= > /lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x50)[0x356390] > /lib/tls/i686/cmov/libc.so.6(+0xe233a)[0x35633a] > sac[0x8061530] > [0x5a48422e] > ======= Memory map: ======== > 00110000-00112000 r-xp 00000000 08:11 883067? ? /lib/tls/i686/cmov/libdl-2.11.1.so > 00112000-00113000 r--p 00001000 08:11 883067? ? /lib/tls/i686/cmov/libdl-2.11.1.so > 00113000-00114000 rw-p 00002000 08:11 883067? ? /lib/tls/i686/cmov/libdl-2.11.1.so > 00114000-00140000 r-xp 00000000 08:11 2829115? ? /lib/libreadline.so.5.2 > 00140000-00141000 r--p 0002c000 08:11 2829115? ? /lib/libreadline.so.5.2 > 00141000-00144000 rw-p 0002d000 08:11 2829115? ? /lib/libreadline.so.5.2 > 00144000-00145000 rw-p 00000000 00:00 0 > 00257000-00272000 r-xp 00000000 08:11 2829191? ? /lib/ld-2.11.1.so > 00272000-00273000 r--p 0001a000 08:11 2829191? ? /lib/ld-2.11.1.so > 00273000-00274000 rw-p 0001b000 08:11 2829191? ? /lib/ld-2.11.1.so > 00274000-003c7000 r-xp 00000000 08:11 883075? ? /lib/tls/i686/cmov/libc-2.11.1.so > 003c7000-003c8000 ---p 00153000 08:11 883075? ? /lib/tls/i686/cmov/libc-2.11.1.so > 003c8000-003ca000 r--p 00153000 08:11 883075? ? /lib/tls/i686/cmov/libc-2.11.1.so > 003ca000-003cb000 rw-p 00155000 08:11 883075? ? /lib/tls/i686/cmov/libc-2.11.1.so > 003cb000-003ce000 rw-p 00000000 00:00 0 > 00461000-0057a000 r-xp 00000000 08:11 3663796? ? /usr/lib/libX11.so.6.3.0 > 0057a000-0057b000 r--p 00118000 08:11 3663796? ? /usr/lib/libX11.so.6.3.0 > 0057b000-0057d000 rw-p 00119000 08:11 3663796? ? /usr/lib/libX11.so.6.3.0 > 0057d000-0057e000 rw-p 00000000 00:00 0 > 00582000-00583000 r-xp 00000000 00:00 0? ? ? ? ? [vdso] > 00645000-00669000 r-xp 00000000 08:11 883077? ? /lib/tls/i686/cmov/libm-2.11.1.so > 00669000-0066a000 r--p 00023000 08:11 883077? ? /lib/tls/i686/cmov/libm-2.11.1.so > 0066a000-0066b000 rw-p 00024000 08:11 883077? ? /lib/tls/i686/cmov/libm-2.11.1.so > 00712000-00727000 r-xp 00000000 08:11 3662978? ? /usr/lib/libICE.so.6.3.0 > 00727000-00728000 r--p 00014000 08:11 3662978? ? /usr/lib/libICE.so.6.3.0 > 00728000-00729000 rw-p 00015000 08:11 3662978? ? /usr/lib/libICE.so.6.3.0 > 00729000-0072b000 rw-p 00000000 00:00 0 > 00743000-00760000 r-xp 00000000 08:11 2829064? ? /lib/libgcc_s.so.1 > 00760000-00761000 r--p 0001c000 08:11 2829064? ? /lib/libgcc_s.so.1 > 00761000-00762000 rw-p 0001d000 08:11 2829064? ? /lib/libgcc_s.so.1 > 007dc000-007e3000 r-xp 00000000 08:11 3662980? ? /usr/lib/libSM.so.6.0.1 > 007e3000-007e4000 r--p 00006000 08:11 3662980? ? /usr/lib/libSM.so.6.0.1 > 007e4000-007e5000 rw-p 00007000 08:11 3662980? ? /usr/lib/libSM.so.6.0.1 > 0087b000-0087d000 r-xp 00000000 08:11 3662982? ? /usr/lib/libXau.so.6.0.0 > 0087d000-0087e000 r--p 00001000 08:11 3662982? ? /usr/lib/libXau.so.6.0.0 > 0087e000-0087f000 rw-p 00002000 08:11 3662982? ? /usr/lib/libXau.so.6.0.0 > 009cd000-009d0000 r-xp 00000000 08:11 834058? ? /lib/libuuid.so.1.3.0 > 009d0000-009d1000 r--p 00002000 08:11 834058? ? /lib/libuuid.so.1.3.0 > 009d1000-009d2000 rw-p 00003000 08:11 834058? ? /lib/libuuid.so.1.3.0 > 00a94000-00aac000 r-xp 00000000 08:11 3663171? ? /usr/lib/libxcb.so.1.1.0 > 00aac000-00aad000 r--p 00017000 08:11 3663171? ? /usr/lib/libxcb.so.1.1.0 > 00aad000-00aae000 rw-p 00018000 08:11 3663171? ? /usr/lib/libxcb.so.1.1.0 > 00b87000-00b8b000 r-xp 00000000 08:11 3662984? ? /usr/lib/libXdmcp.so.6.0.0 > 00b8b000-00b8c000 r--p 00003000 08:11 3662984? ? /usr/lib/libXdmcp.so.6.0.0 > 00b8c000-00b8d000 rw-p 00004000 08:11 3662984? ? /usr/lib/libXdmcp.so.6.0.0 > 00d63000-00d97000 r-xp 00000000 08:11 834240? ? /lib/libncurses.so.5.7 > 00d97000-00d98000 ---p 00034000 08:11 834240? ? /lib/libncurses.so.5.7 > 00d98000-00d9a000 r--p 00034000 08:11 834240? ? /lib/libncurses.so.5.7 > 00d9a000-00d9b000 rw-p 00036000 08:11 834240? ? /lib/libncurses.so.5.7 > 08048000-081fe000 r-xp 00000000 08:11 3766770? ? /usr/local/sac/bin/sac > 081fe000-081ff000 r--p 001b5000 08:11 3766770? ? /usr/local/sac/bin/sac > 081ff000-08221000 rw-p 001b6000 08:11 3766770? ? /usr/local/sac/bin/sac > 08221000-08494000 rw-p 00000000 00:00 0 > 08eb3000-08ed4000 rw-p 00000000 00:00 0? ? ? ? ? [heap] > b7718000-b771c000 rw-p 00000000 00:00 0 > b772d000-b7732000 rw-p 00000000 00:00 0 > bf8bc000-bf8d1000 rw-p 00000000 00:00 0? ? ? ? ? [stack] > Aborted (core dumped) > > > _______________ > Serenity isn't freedom from the storm, but peace within the storm > Januka Attanayake > Global Seismology & Economics > The University of Connecticut > Beach Hall - U2045 > 354, Mansfield Rd; > Storrs, CT 06269 > Tel :? 860 486 0475 (Office) >? ? ? ? ? 860 486 3914 (Lab - P405) > URL: http://sites.google.com/site/janukaattanayake/ > > > > > > _______________________________________________ > sac-help mailing list > sac-help at iris.washington.edu > http://www.iris.washington.edu/mailman/listinfo/sac-help _______________________________________________ sac-help mailing list sac-help at iris.washington.edu http://www.iris.washington.edu/mailman/listinfo/sac-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From snoke at vt.edu Thu May 19 14:20:13 2011 From: snoke at vt.edu (Arthur Snoke) Date: Thu, 19 May 2011 17:20:13 -0400 (EDT) Subject: [SAC-HELP] stack smashing In-Reply-To: <492841.96984.qm@web162020.mail.bf1.yahoo.com> References: <782427.79301.qm@web162013.mail.bf1.yahoo.com> <7AEBF889-93AC-4591-B283-42F6DEE93121@uri.edu> <492841.96984.qm@web162020.mail.bf1.yahoo.com> Message-ID: Is the a reason you cannot upgrade to 101.4? I had experienced that bug, in the older versions. It was the total number of characters for the composite of filepecs that caused the problem. The way I had gotten around it before it got fixed was to run a script that shortened the file names. On Thu, 19 May 2011, Januka Attanayake wrote: > Thanks Brian. Strange though, I was able to process even larger number of > files (< 80) having similar file names with the same macro before. It's good > to know that file wild has a bug. I'll figure out a work around. > > Thanks again. > > J. > > ____________________________________________________________________________ > From: Brian Savage > To: SAC IRIS > Sent: Thursday, May 19, 2011 4:28 PM > Subject: Re: [SAC-HELP] stack smashing > > Dear Januka, > > This is most likely due to the do file wild bug in sac versions pre 101.4. > Upgrading to 101.4 should solve this issue. > > I am guessing there are either a large number of files in the directory, the > files names are quite long, or both. > > Brian Savage > savage at uri.edu > > On May 19, 2011, at? 4:07 PM , Januka Attanayake wrote: > > > Hi, > > I am running the following macro and it was ok at first. My computer > crashed while I was running it due to a technical issue unrelated to > SAC. There after sac started spitting out the following error. I have no > clue as to why the macro worked perfectly alright before the reboot and > why it is failing now. Any infor. is much appreciated. I am using SAC > 101.3b > > > > Thanks! > > > > Januka. From ashish at cmmacs.ernet.in Tue May 24 01:07:25 2011 From: ashish at cmmacs.ernet.in (ashish at cmmacs.ernet.in) Date: Tue, 24 May 2011 13:37:25 +0530 (IST) Subject: [SAC-HELP] Promlem in compile of SAC Message-ID: <36387.202.41.64.20.1306224445.squirrel@202.41.64.20> Hi all I have problem with sac compiling. I tried to compile sac (V 101.2) source on fedora 13. ./configure make i got error: ########################################################## Must remake target `co/getline.o'. gcc -DHAVE_CONFIG_H -I. -I../inc -I../inc -I../libedit/include -c -o co/getline.o co/getline.c Putting child 0x08b9e4c8 (co/getline.o) PID 2878 on the chain. Live child 0x08b9e4c8 (co/getline.o) PID 2878 co/getline.c: In function ?getline?: co/getline.c:36: error: argument ?pfd? doesn?t match prototype /usr/include/stdio.h:673: error: prototype declaration co/getline.c:36: error: argument ?pch? doesn?t match prototype /usr/include/stdio.h:673: error: prototype declaration co/getline.c:36: error: argument ?maxlen? doesn?t match prototype /usr/include/stdio.h:673: error: prototype declaration Reaping losing child 0x08b9e4c8 PID 2878 make[1]: *** [co/getline.o] Error 1 Removing child 0x08b9e4c8 PID 2878 from chain. make[1]: Leaving directory `/opt/sac-101.2/src' Reaping losing child 0x08414498 PID 17570 make: *** [all-recursive] Error 1 Removing child 0x08414498 PID 17570 from chain. ################################################# i Need help on this ps: i have binaries for older version which work fine upto fedora 12 but fedora 13 onward i am getting error while displaying. ################################ SAC> r LTA_2006.174.05.34.06.e SAC> p1 X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 7 Current serial number in output stream: 11 #################################################### Regards Ashish From cneig001 at ucr.edu Wed May 25 17:28:52 2011 From: cneig001 at ucr.edu (Corrie Neighbors) Date: Wed, 25 May 2011 17:28:52 -0700 Subject: [SAC-HELP] picking on overlayed files in a single plot Message-ID: Hi, In SAC I would like to plot two files on top of each other (overlay) and in the same window make picks (Tn) to be saved to the header of one or both files. I have been attempting this with commands p2 and ppk, but these produce separate windows. Is it possible to simultaneously plot two files in a plot window AND pick in that plot window? In more detail, I am plotting the spectra of the signal on top of the noise and I would like to mark the intersection of the two. My work-around has been to use p2, visually mark where I would pick the intersection, then use ppk to make the pick and save to the header. This is time-consuming and I want to make sure that I have not overlooked an important command or option. Thank you for your time, Corrie ** -------------- next part -------------- An HTML attachment was scrubbed... URL: From keswani.urvashi at gmail.com Thu May 26 01:11:50 2011 From: keswani.urvashi at gmail.com (urvashi keswani) Date: Thu, 26 May 2011 10:11:50 +0200 Subject: [SAC-HELP] Need help for installing sac Message-ID: Hello, This is Urvashi. I have installed a version of Fedora on my laptop and need help with installing sac on it. I have extracted the sac folder into /usr/local/ and have changed the file ./bashrc for setting the environment variables according to the instructions given in the readme folder. However I am not able to understand how to start the installation (which executable to run and using what commands) and also , should i run in form the /usr/local/sac/bin folder or from somewhere else. I am a bit new to Linux and maybe , that is why I am not able to understand. Thank you, Urvashi. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mplasencia at ogs.trieste.it Thu May 26 02:14:57 2011 From: mplasencia at ogs.trieste.it (Milton P. Plasencia Linares) Date: Thu, 26 May 2011 11:14:57 +0200 Subject: [SAC-HELP] Need help for installing sac In-Reply-To: References: Message-ID: <20110526111457.44682ihb2fe12jv5@webmail.ogs.trieste.it> Hi, OK, not forget "sourcing" your .bashrc file, so you activate the new variables, to do: > source ~/.bashrc. After verify that the following variables point to where live sac software /usr/local/sac To do: > echo $SACHOME > echo $SACAUX If all is correct you can start sac typing: > sac When running try: > funcgen seismogram > plot If appear errors and not plot the problem can be sac need the x11-fonts package installed in you system. Cheers, Milton ********************************** Milton P. PLASENCIA LINARES Dipartimento Centro di Ricerche Sismologiche Istituto Nazionale di Oceanografia e di Geofisica Sperimentale - OGS Borgo Grotta Gigante 42/C (34010) Sgonico - TRIESTE - ITALIA Tel: +39-040-2140136 Fax: +39-040-327307 E-mail: mplasencia at ogs.trieste.it ASAIN (Antarctic Seismographic Argentinean Italian Network) ********************************* Quoting "urvashi keswani" : > Hello, > > This is Urvashi. I have installed a version of Fedora on my laptop and need > help with installing sac on it. I have extracted the sac folder into > /usr/local/ and have changed the file ./bashrc for setting the environment > variables according to the instructions given in the readme folder. However > I am not able to understand how to start the installation (which executable > to run and using what commands) and also , should i run in form the > /usr/local/sac/bin folder or from somewhere else. I am a bit new to Linux > and maybe , that is why I am not able to understand. > > Thank you, > > Urvashi. > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From jorge at on.br Tue May 31 10:43:37 2011 From: jorge at on.br (jorge at on.br) Date: Tue, 31 May 2011 14:43:37 -0300 Subject: [SAC-HELP] Pdf of SAC Manual In-Reply-To: References: <280970.1835.qm@web55505.mail.re4.yahoo.com> Message-ID: <20110531144337.m44eqj4f4g0okggw@webmail.on.br> Hi Brian, In the oldest printed version of SAC manual, a horizontal bar (or more than one bar) over the letter (or letters) was used to represent the abbreviation of a particular SAC command. In this new version of SAC manual, I have observed that there is no reference to abbreviation of commands. I?d like to suggest you to use a different color in the letters that represent the corresponding abbreviation. Bye, Jorge Luis de Souza Quoting Brian Savage : > The current version of the documentation is somewhat easily converted > into a PDF document under the current infrastructure following some > slight modification, due out with 101.5. It will look very similar to > the HTML documentation at > > http://www.iris.edu/software/sac/manual.html > > but all of the internal links do not currently work. A pre-release > copy can be found at: > > http://seismolab.gso.uri.edu/~savage/sac_manual_pre101.5.pdf [ 14 MB ] > > Brian > savage at uri.edu > > > > On Nov 1, 2010, at 11:13 AM , Januka Attanayake wrote: > >> Here's where you could find one: >> www.afonsovasconcelos.com/manuais/SavageEtAl_2000_ManualSAC.pdf >> >> Serenity isn't freedom from the storm, but peace within the storm >> Januka Attanayake >> Global Seismology & Economics >> The University of Connecticut >> Beach Hall - U2045 >> 354, Mansfield Rd; >> Storrs, CT 06269 >> Tel : 860 486 0475 (Office) >> 860 486 3914 (Lab - P405) >> URL: http://sites.google.com/site/janukaattanayake/ >> >> >> >> >> >> >> >> --- On Mon, 11/1/10, Gao, Stephen S. wrote: >> >> From: Gao, Stephen S. >> Subject: Re: [SAC-HELP] Pdf of SAC Manual >> To: sac-help at iris.washington.edu >> Date: Monday, November 1, 2010, 10:37 AM >> >> I was also looking for such a manual recently but could not find >> one. Many (10+?) years ago there was a PDF or Postscript version >> and it was very handy. It seems that no such a manual was produced >> for SAC2000(?). >> >> Steve >> >> ================================ >> Dr. Stephen S. Gao, Professor, >> Geology & Geophysics Program, >> Department of Geological Sciences & Engineering, >> Missouri University of Science & Technology >> 129 McNutt Hall, Rolla, Missouri 65409, >> E-mail: sgao at mst.edu >> Office Phone: (573)-341-6676, FAX:(573)-341-6935 >> http://web.mst.edu/~sgao >> http://seismo.device.mst.edu/GG >> (Geology & Geophysics at S&T) >> >> ------------------------------------------------------------------------------------------------------------ >> Missouri S&T History: >> 1870-1964: Missouri School of Mines and Metallurgy (MSM) >> 1964-2007: University of Missouri-Rolla (UMR) >> 2008------: Missouri University of Science & Technology (S&T) >> ------------------------------------------------------------------------------------------------------------ >> >> ________________________________ >> >> From: sac-help-bounces at iris.washington.edu on behalf of Ralph J Archuleta >> Sent: Sun 10/31/2010 2:40 PM >> To: sac-help at iris.washington.edu >> Subject: [SAC-HELP] Pdf of SAC Manual >> >> >> >> I would like to get a pdf of the SAC manual. Where can I download it? >> >> -- >> >> Ralph J. Archuleta >> Professor and Chair >> Department of Earth Science >> & Earth Research Institute >> University of California, Santa Barbara >> Santa Barbara, CA 93106-9630 >> Phone: (805) 893-8441 >> FAX: (805) 893-2314 >> Email: ralph at eri.ucsb.edu or archuleta at geol.ucsb.edu >> < < < < < < < < < < < < < < >> Please note new email address: ralph at eri.ucsb.edu >> Institute for Crustal Studies merged with another Institute at UCSB >> >> >> >> _______________________________________________ >> sac-help mailing list >> sac-help at iris.washington.edu >> http://www.iris.washington.edu/mailman/listinfo/sac-help >> >> >> >> _______________________________________________ >> sac-help mailing list >> sac-help at iris.washington.edu >> http://www.iris.washington.edu/mailman/listinfo/sac-help >> >> _______________________________________________ >> sac-help mailing list >> sac-help at iris.washington.edu >> http://www.iris.washington.edu/mailman/listinfo/sac-help > > _______________________________________________ > sac-help mailing list > sac-help at iris.washington.edu > http://www.iris.washington.edu/mailman/listinfo/sac-help