obspy.clients.fdsn.mass_downloader.restrictions.Restrictions.__init__

Restrictions.__init__(starttime, endtime, station_starttime=None, station_endtime=None, chunklength_in_sec=None, network=None, station=None, location=None, channel=None, exclude_networks=(), exclude_stations=(), limit_stations_to_inventory=None, reject_channels_with_gaps=True, minimum_length=0.9, sanitize=True, minimum_interstation_distance_in_m=1000, channel_priorities=(u'HH[ZNE12]', u'BH[ZNE12]', u'MH[ZNE12]', u'EH[ZNE12]', u'LH[ZNE12]', u'HL[ZNE12]', u'BL[ZNE12]', u'ML[ZNE12]', u'EL[ZNE12]', u'LL[ZNE12]', u'SH[ZNE12]'), location_priorities=(u'', u'00', u'10'))[source]