find_responses

find_responses locates instrument responses in polezero or resp formats.

Options

-v/--version Print SOD's version and exit
-r/--recipe Print the created recipe to stdout instead of running it
-h/--help Print a brief help message and exit
-p/--props <props> Add an additional props file to specify a different nameserver, database or other internal SOD options
-S/--server <server> Set the network server to use for this search edu/iris/dmc/IRIS_NetworkDC
-R/--box-area <box> Limit the stations to those in a box region. It's specified as west/east/south/north where west and east are longitudes from -180 to 180 and north and south are latitudes from -90 to 90
-d/--donut <donut> Limits the stations to those in a donut region. It's specified as centerLat/centerLon/minRadiusDegrees/maxRadiusDegrees. As with --box-area, latitude goes from -90 to 90 and longitude goes from -180 to 180
-s/--stations s1,s2,...,sN The codes of stations to retrieve like ANMO or KONO. If unspecified, all stations for retrieved networks will be retrieved
-n/--networks n1,n2,...,nN The codes of networks to retrieve like IU or GT. If unspecified, all networks will be retrieved
-b/--begin <begin> The earliest time for an accepted channel. Must be in 'YYYY[[[[[-MM]-DD]-hh]-mm]-ss]' format. Each unspecified field is assumed to be the earliest possible value for that field. 1969-12-31
-e/--end <end> The latest time for an accepted channel. Must be in 'YYYY[[[[[-MM]-DD]-hh]-mm]-ss]' format or 'now' for the current time. Each unspecified field is assumed to be the latest possible value for that field. now
-c/--channels c1,c2,...,cN The codes of channels to retrieve like BHZ or LH*. If unspecified, all channels for retrieved sites will be retrieved BH*
-l/--sites l1,l2,...,lN The codes of sites(location codes) to retrieve such as 00 or 01. If unspecified, all sites for retrieved stations will be retrieved. '__' can be used to retrieve ' ' sites
-D/--directory <responseDirectory> Set directory to write responses responses
-f/--filename <filename> Filename template for responses
-t/--type <type> The type of responses to write out. Can be polezero or resp polezero