EQcorrscan
0.2
1. Introduction to the EQcorrscan package
2. What’s new
3. EQcorrscan tutorials
4. Core
5. Utils
5.1. archive_read
5.1.1. Classes & Functions
5.1.2. Private Functions
5.1.2.1. eqcorrscan.utils.archive_read._check_available_data
5.1.2.2. eqcorrscan.utils.archive_read._get_station_file
5.1.2.3. eqcorrscan.utils.archive_read._parallel_checking_loop
5.2. catalog_to_dd
5.3. catalog_utils
5.4. clustering
5.5. correlate
5.6. Selecting a correlation function
5.7. Switching which correlation function is used
5.8. despike
5.9. findpeaks
5.10. mag_calc
5.11. parameters
5.12. picker
5.13. plotting
5.14. pre_processing
5.15. sac_util
5.16. seismo_logs
5.17. sfile_util
5.18. stacking
5.19. synth_seis
5.20. trigger
EQcorrscan
Docs
»
5. Utils
»
5.1. archive_read
»
5.1.2.3. eqcorrscan.utils.archive_read._parallel_checking_loop
View page source
5.1.2.3. eqcorrscan.utils.archive_read._parallel_checking_loop
¶
eqcorrscan.utils.archive_read.
_parallel_checking_loop
(
wavfile
,
station
,
channel
,
debug=0
)
[source]
¶
Inner loop for parallel checks.
Parameters:
wavfile
(
str
) – Wavefile path name to look in.
station
(
str
) – Channel name to check for
channel
(
str
) – Channel name to check for
debug
(
int
) – Debug level, if > 1, will output what it it working on.