Difference between revisions of "CSEP Test Results"

From SCECpedia
Jump to navigationJump to search
Line 5: Line 5:
  
 
== SCEC-natural-laboratory/one-day-models/results N-Test Result  ==
 
== 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.
+
Testing center has one day model results from 2007-03-01 through 2017-03-03. The xml result file format changed during the course of the test run, and the scripts have to check the results date to identify which format the results are in.
*[http://hypocenter.usc.edu/research/CSEP/one-day-models-n-test.csv CSEP Test Results in csv format file (200Kb)]
+
*[http://hypocenter.usc.edu/research/CSEP/one-day-models-n-test_results.csv CSEP Test Results in csv format file (242Kb)]
  
== Example N-Test Result Format ==
+
== Format Updates ==
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.
+
We've updated the csv output format, with the goal of reducing repeated information. The CSV header includes test_name, start_date.
  
*[http://hypocenter.usc.edu/research/CSEP/one-day-models_n-test_2010March02_2017March4.csv csv format file (200Kb)]
+
<pre>
 
+
#testName: NTest
== Format evaluation ==
+
#startDate: 2007-08-01
We are refining the format for the csv file.
+
#endDate: 2017-03-03
# Comment header with information about the report, once per file
+
#result_dir: /home/csep/operations/SCEC-natural-laboratory/one-day-models/results
# columnHeader1,columnHeader2,columnHeader3, before any data
+
#number_of_expected_results: 3503
# one row of data, one for each test date:time
+
#number_of_found_results: 3417
 
+
resultDate modelName eventCount delta1 delta2 eventCountForecast
For testing dates 2016-01-01 through 2017-01-01, we generate the comma separated values (csv) file posted below.
+
</pre>
*[http://hypocenter.usc.edu/research/CSEP/one-day-models_n-test_2016.csv 2016 Ntest Results]
 
  
 
== Source Codes ==
 
== Source Codes ==

Revision as of 22:38, 9 November 2017

SCEC is developing software tools for extracting CSEP test results from the CSEP data archives.

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. The xml result file format changed during the course of the test run, and the scripts have to check the results date to identify which format the results are in.

Format Updates

We've updated the csv output format, with the goal of reducing repeated information. The CSV header includes test_name, start_date.

#testName: NTest					
#startDate: 2007-08-01					
#endDate: 2017-03-03					
#result_dir: /home/csep/operations/SCEC-natural-laboratory/one-day-models/results					
#number_of_expected_results: 3503					
#number_of_found_results: 3417					
resultDate	modelName	eventCount	delta1	delta2	eventCountForecast

Source Codes

Related Entries