eqcctpro 0.5.6__tar.gz → 0.5.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of eqcctpro might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eqcctpro
3
- Version: 0.5.6
3
+ Version: 0.5.8
4
4
  Summary: EQCCTPro: A powerful seismic event detection toolkit
5
5
  Author-email: Constantinos Skevofilax <constantinos.skevofilax@austin.utexas.edu>, Victor Salles <victor.salles@beg.utexas.edu>
6
6
  Project-URL: Homepage, https://pypi.org/project/eqcctpro/
@@ -302,13 +302,15 @@ eqcct_runner.run_eqcctpro()
302
302
  - The start time of the area of time that is being analyzed
303
303
  - EX. 2024-12-14 12:00:00
304
304
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
305
- - Used to create a list of defined timechunks from the defined analysis timeframe
305
+ - Used to create a list of defined timechunks from the defined analysis timeframe
306
+ - Must be the exact start time of the analysis time period (does not include the prior waveform overlap time IE. 2024-12-15 11:58:00 for a 2 minute waveform overlap time)
306
307
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
307
308
  - **`end_time (str)`: default = None**
308
309
  - The end time of the area of time that is being analyzed
309
310
  - EX. 2024-12-15 12:00:00
310
311
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
311
312
  - Used to create a list of defined timechunks from the defined analysis timeframe
313
+ - Must be the exact end time of the analysis time period
312
314
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
313
315
  - **`timechunk_dt (int)`: default = None**
314
316
  - The length each time chunk is (in minutes)
@@ -444,12 +446,14 @@ The following input parameters need to be configurated for **EvaluateSystem** to
444
446
  - EX. 2024-12-14 12:00:00
445
447
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
446
448
  - Used to create a list of defined timechunks from the defined analysis timeframe
449
+ - Must be the exact start time of the analysis time period (does not include the prior waveform overlap time IE. 2024-12-15 11:58:00 for a 2 minute waveform overlap time)
447
450
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
448
451
  - **`end_time (str)`: default = None**
449
452
  - The end time of the area of time that is being analyzed
450
453
  - EX. 2024-12-15 12:00:00
451
454
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
452
455
  - Used to create a list of defined timechunks from the defined analysis timeframe
456
+ - Must be the exact end time of the analysis time period
453
457
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
454
458
  - **`conc_timechunk_tasks_step_size (int)`: default = 1**
455
459
  - Is the concurrent timechunk predictions step size you want each trial iteration to iterate with
@@ -269,13 +269,15 @@ eqcct_runner.run_eqcctpro()
269
269
  - The start time of the area of time that is being analyzed
270
270
  - EX. 2024-12-14 12:00:00
271
271
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
272
- - Used to create a list of defined timechunks from the defined analysis timeframe
272
+ - Used to create a list of defined timechunks from the defined analysis timeframe
273
+ - Must be the exact start time of the analysis time period (does not include the prior waveform overlap time IE. 2024-12-15 11:58:00 for a 2 minute waveform overlap time)
273
274
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
274
275
  - **`end_time (str)`: default = None**
275
276
  - The end time of the area of time that is being analyzed
276
277
  - EX. 2024-12-15 12:00:00
277
278
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
278
279
  - Used to create a list of defined timechunks from the defined analysis timeframe
280
+ - Must be the exact end time of the analysis time period
279
281
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
280
282
  - **`timechunk_dt (int)`: default = None**
281
283
  - The length each time chunk is (in minutes)
@@ -411,12 +413,14 @@ The following input parameters need to be configurated for **EvaluateSystem** to
411
413
  - EX. 2024-12-14 12:00:00
412
414
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
413
415
  - Used to create a list of defined timechunks from the defined analysis timeframe
416
+ - Must be the exact start time of the analysis time period (does not include the prior waveform overlap time IE. 2024-12-15 11:58:00 for a 2 minute waveform overlap time)
414
417
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
415
418
  - **`end_time (str)`: default = None**
416
419
  - The end time of the area of time that is being analyzed
417
420
  - EX. 2024-12-15 12:00:00
418
421
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
419
422
  - Used to create a list of defined timechunks from the defined analysis timeframe
423
+ - Must be the exact end time of the analysis time period
420
424
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
421
425
  - **`conc_timechunk_tasks_step_size (int)`: default = 1**
422
426
  - Is the concurrent timechunk predictions step size you want each trial iteration to iterate with
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eqcctpro
3
- Version: 0.5.6
3
+ Version: 0.5.8
4
4
  Summary: EQCCTPro: A powerful seismic event detection toolkit
5
5
  Author-email: Constantinos Skevofilax <constantinos.skevofilax@austin.utexas.edu>, Victor Salles <victor.salles@beg.utexas.edu>
6
6
  Project-URL: Homepage, https://pypi.org/project/eqcctpro/
@@ -302,13 +302,15 @@ eqcct_runner.run_eqcctpro()
302
302
  - The start time of the area of time that is being analyzed
303
303
  - EX. 2024-12-14 12:00:00
304
304
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
305
- - Used to create a list of defined timechunks from the defined analysis timeframe
305
+ - Used to create a list of defined timechunks from the defined analysis timeframe
306
+ - Must be the exact start time of the analysis time period (does not include the prior waveform overlap time IE. 2024-12-15 11:58:00 for a 2 minute waveform overlap time)
306
307
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
307
308
  - **`end_time (str)`: default = None**
308
309
  - The end time of the area of time that is being analyzed
309
310
  - EX. 2024-12-15 12:00:00
310
311
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
311
312
  - Used to create a list of defined timechunks from the defined analysis timeframe
313
+ - Must be the exact end time of the analysis time period
312
314
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
313
315
  - **`timechunk_dt (int)`: default = None**
314
316
  - The length each time chunk is (in minutes)
@@ -444,12 +446,14 @@ The following input parameters need to be configurated for **EvaluateSystem** to
444
446
  - EX. 2024-12-14 12:00:00
445
447
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
446
448
  - Used to create a list of defined timechunks from the defined analysis timeframe
449
+ - Must be the exact start time of the analysis time period (does not include the prior waveform overlap time IE. 2024-12-15 11:58:00 for a 2 minute waveform overlap time)
447
450
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
448
451
  - **`end_time (str)`: default = None**
449
452
  - The end time of the area of time that is being analyzed
450
453
  - EX. 2024-12-15 12:00:00
451
454
  - Must follow the following convention YYYY-MO-DA HR:MI:SC
452
455
  - Used to create a list of defined timechunks from the defined analysis timeframe
456
+ - Must be the exact end time of the analysis time period
453
457
  - Also used in the EvaluateSystem() class to help users note the analysis timeframe in the results CSV file for future result review
454
458
  - **`conc_timechunk_tasks_step_size (int)`: default = 1**
455
459
  - Is the concurrent timechunk predictions step size you want each trial iteration to iterate with
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "eqcctpro"
7
- version = "0.5.6"
7
+ version = "0.5.8"
8
8
  description = "EQCCTPro: A powerful seismic event detection toolkit"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10.14"
File without changes
File without changes