Difference between revisions of "CSEP Test Results"

From SCECpedia
Jump to navigationJump to search
(Created page with "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,...")
 
Line 8: Line 8:
 
== Format evaluation ==
 
== Format evaluation ==
  
== First Results ==
+
== one-day-models 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.
 
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 (25Mb)]
 
*[http://hypocenter.usc.edu/research/CSEP/one-day-models_n-test_2010March02_2017March4.csv csv format file (25Mb)]
 
  
 
== Source Codes ==
 
== Source Codes ==

Revision as of 04:46, 7 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 are working with one-day-models because those have been running the longest.

Format evaluation

one-day-models 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.

Source Codes

Related Entries