Difference between revisions of "CSEP Test Results"
Line 2: | Line 2: | ||
== Purpose == | == Purpose == | ||
− | CSEP one-day-model test results are posted in a series of files, one every day of operation. We want a script that will open the daily files, extract some information, and then print it in a csv table summary form. | + | CSEP one-day-model test results are posted in a series of files, one every day of operation. We want a script that will open the daily files, extract some information, and then print it in a csv table summary form. We will develop tools working with one-day-models because those have been running the longest. |
− | + | == SCEC-natural-laboratory/one-day-models/results N-Test Result == | |
+ | Testing center has one day model results from 2007-03-01 through 2017-03-03. These results are preliminary. The xml result file format changed during the course of the test run, and the scripts have built-in date format checks. | ||
+ | *[http://hypocenter.usc.edu/research/CSEP/one-day-models-n-test.csv CSEP Test Results in csv format file (200Kb)] | ||
+ | |||
+ | == N-Test Results == | ||
+ | For testing dates 02 March 2010 through 04 March 2017, we can find a AllModelsSummary file. We scan the directories, and produce the csv file below, with about 2500 rows of N-test results. | ||
+ | |||
+ | *[http://hypocenter.usc.edu/research/CSEP/one-day-models_n-test_2010March02_2017March4.csv csv format file (200Kb)] | ||
== Format evaluation == | == Format evaluation == | ||
Line 14: | Line 21: | ||
For testing dates 2016-01-01 through 2017-01-01, we generate the comma separated values (csv) file posted below. | For testing dates 2016-01-01 through 2017-01-01, we generate the comma separated values (csv) file posted below. | ||
*[http://hypocenter.usc.edu/research/CSEP/one-day-models_n-test_2016.csv 2016 Ntest Results] | *[http://hypocenter.usc.edu/research/CSEP/one-day-models_n-test_2016.csv 2016 Ntest Results] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Source Codes == | == Source Codes == |
Revision as of 06:13, 8 November 2017
SCEC is developing software tools for extracting CSEP test results from the CSEP data archives.
Contents
Purpose
CSEP one-day-model test results are posted in a series of files, one every day of operation. We want a script that will open the daily files, extract some information, and then print it in a csv table summary form. We will develop tools working with one-day-models because those have been running the longest.
SCEC-natural-laboratory/one-day-models/results N-Test Result
Testing center has one day model results from 2007-03-01 through 2017-03-03. These results are preliminary. The xml result file format changed during the course of the test run, and the scripts have built-in date format checks.
N-Test Results
For testing dates 02 March 2010 through 04 March 2017, we can find a AllModelsSummary file. We scan the directories, and produce the csv file below, with about 2500 rows of N-test results.
Format evaluation
We are refining the format for the csv file.
- Comment header with information about the report, once per file
- columnHeader1,columnHeader2,columnHeader3, before any data
- one row of data, one for each test date:time
For testing dates 2016-01-01 through 2017-01-01, we generate the comma separated values (csv) file posted below.