CSEP Test Results

From SCECpedia
Revision as of 17:32, 10 November 2017 by Fsilva (talk | contribs) (→‎Source Codes)
Jump to navigationJump to search

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