Hi everyone,
Before I usually got the earthquake data from website by sending the
request files to sac-help<at>iris.washington.edu:
#!/bin/csh
cd ~/Desktop/data/req.
foreach reqfile ( `ls 20*.req` )
echo $reqfile
mail BREQ_FAST<at>iris.washington.edu < $reqfile
end
and the request file format:
.NAME ManhLe
.INST The University of Texas at Austin
.MAIL 1 University Station C1100 Austin TX 78712
.EMAIL manhigp<at>gmail.com
.PHONE 512 471-2836
.FAX 512 471-9425
.LABEL evt.2012.07.02.23.31
.MEDIA ELECTRONIC
.ALTERNATE MEDIA DAT
.END
KMI IC 2012 07 02 23 31 37.91 2012 7 03 01 31 37.91 1 BHZ
QIZ IC 2012 07 02 23 31 37.91 2012 7 03 01 31 37.91 1 BHZ
but now when I send this request, I didn't get the data from website.
Please help me! and How to send the request files now,
Thanks you very much,
Ba Manh Le