Incorporated Research Institutions for Seismology (IRIS) Data Management Center (DMC) Data Product Team 2012-11-05 This bundle is provided by the IRIS DMC Data Product Team WITHOUT ANY WARRANTY AND/OR SUPPORT Description: This bundle contains a Perl script that reads a detection file for a single station compute hourly detection rates. The script is currently designed to accept full PSD detections. To accept other detection formats, simply modify the input statement. Installation: - make sure Perl is installed on your computer - download and save the script Running the Script: 1. from http://www.iris.edu/dms/products/infrasound/detector/repository/ download the weekly detection file (full power spectra detections) of interest 2. Use the "grep" command on the detection file to extract only detections for a single station. grep 959A TA_EP_BDF_PSD-all-detection.txt > IRIS_TAID_TA_959A_2012-36.txt Example: getRates.pl getRates.pl IRIS_TAID_TA_959A_2012-36.txt IRIS_TAID_TA_959A_2012-36_rate.txt