You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If True, will override inputted cpu_id_list, number_of_concurrent_predictions, intra_threads, inter_threads values for the best overall use-case configurations
243
243
- Best overall use-case configurations are defined as the best overall input configurations that minimize runtime while doing the most amount of processing with your available hardware
@@ -492,6 +492,49 @@ For **OptimalGPUConfigurationFinder.find_optimal_for()**, the function requires
492
492
## **Configuration**
493
493
The `environment.yml` file specifies the dependencies required to run EQCCTPro. Ensure you have the correct versions installed by using the provided conda environment setup.
494
494
495
+
##Dataset creation
496
+
It is now possible to create the necesary dataset structure with your own data using the provided script 'create_dataset.py'.
497
+
The script:
498
+
1. Retrieves waveform data from a user defined FDSNWS webservice.
499
+
2. Selects data according to network, station, channel and location codes.
500
+
3. Has the option for defining time chunks according to the users requirements.
501
+
4. Automatically downloads and creates the required folder structure for eqcctpro.
502
+
5. Optionally denoises the data using seisbench as backend.
0 commit comments