obspy.clients.fdsn.mass_downloader.download_helpers.Station.prepare_mseed_download

Station.prepare_mseed_download(mseed_storage)[source]

Loop through all channels of the station and distribute filenames and the current status of the channel.

A MiniSEED interval will be ignored, if the mseed_storage function returns True. Possible statuses after method execution are IGNORE, EXISTS, and NEEDS_DOWNLOADING.

Parameters:

mseed_storage