Media Quality Tests
10. Csv file format
Review Pages
2. View Page Description
3. Submission of Tests
4. Submit Tests detailled description
5. List of Tests conducted by a particular reader
6. Empty
7. An example of viewing a test
8. An example of submitting a test
9. Security constraints
10. Csv file format
11. Some suggestions for the proper submission
12. Measuring the quality of recorded media
13. Frequently Asked Questions
14. Glossary of Terms
15. Programming decisions
16. APPENDIX 1. UmDoctor Pro II
17. APPENDIX 2. KProbe
18. APPENDIX 3. CdSpeed
19. APPENDIX 4. PlexTools Professional
Csv file format
This is the format of the test files. They are actually normal text files following a pre-specified pattern of numerals, text and punctuation.
Usually, they correspond to a simple table. This table in turn might be considered a text form of a typical database table.
A Csv file, consequently, is a series of rows (lines). In our case there are a few constrains this file should have to follow. On each line there are 3 numbers. The first corresponds to the particular time (in seconds) of each one of the following 2 measurements. The first measurement is a number representing the number of C1 errors (in the case of a tested CD) or PI errors (in the case of a tested DVD). The second number is the corresponding number of C2 or PO errors.
In some cases it is useful to have a header included in each Csv file containing an indication for each one of the following numbers, according to the column they belong.
In an original Csv file the non-integer part of time corresponds to it's normal fractional part. They do not correspond to sectors (1/75 of a second.). As a results, the error rates illustrated in the graphs of our database do not correspond to those absolute values measured by the used programs themselves. This is due to the fact of summing them up over the period of one minute for CD's and 8 minutes for DVD's. We do this for easy inclusion in our database. However, these results are completely comparable with each other, and server the intended purpose of comparing quality results from different media.
Non-integer numbers for the other two numbers per each line are due to the above mentioned summation process (rounded to 2 decimal places) performed on the original Csv file. Instead of having to show several thousand (perhaps) numbers for each test result into a single picture, something user unfriendly and database cumbersome, we only include measures averaged over 1 or 8 minutes.
Below, on the left, is a sample Csv file for the case of a test-result for a CD. On the right, the shown numbers are those appearing after shrinking the original Csv
Typical CD Csv file |
|
Original .CSV |
Shrinked
.CSV
|
"DiscTime", "Sum1", "Sum2" | |
69,6,0 | 1,35,0 |
157,1,0 | 2,43,0 |
239,0,0 | 3,202,0 |
321,0,0 | 4,25,0 |
403,0,0 | 5,35,0 |
482,1,0 | 6,36,0 |
561,0,0 | 7,11,0 |
------------------ |
------------------- |
359003,2,0 | 74,28,0 |
359097,1,0 | 75,26,0 |
359184,1,0 | 76,53,0 |
359276,1,0 | 77,39,0 |
359363,0,0 | 78,44,0 |
359450,0,0 | 79,30,0 |
359542,0,0 | 80,22,0 |
A sample concerning the test results of DVD are shown below. To the right is shown the topmost lines of the shrinked file.Both in the previous, as well as in the present case, the measurements are averaged over1 seconds during display. During submission, however, the Csv file is further summed-up down to one result every 8 minutes.
Typical DVD Csv file
|
|
Original .CSV | Shrinked
.CSV
|
"DiscTime", "Sum1", "Sum2" | |
144,1,0 | 1,54,0 |
275,0,0 | 2,48,0 |
410,3,0 | 3,67,0 |
541,1,0 | 4,61,0 |
675,3,0 | 5,117,0 |
807,2,0 | 6,153,0 |
949,2,0 | 7,156,0 |
--------------------
|
----------------------
|
2213576,31,0 | 487,670,0 |
2213716,44,0 | 488,565,1 |
2213860,22,0 | 489,582,0 |
2213999,26,0 | 490,728,0 |
2214135,23,0 | 491,737,0 |
2214274,36,0 | 492,1102,1 |
2214411,25,0 | 493,84,0 |
Review Pages
2. View Page Description
3. Submission of Tests
4. Submit Tests detailled description
5. List of Tests conducted by a particular reader
6. Empty
7. An example of viewing a test
8. An example of submitting a test
9. Security constraints
10. Csv file format
11. Some suggestions for the proper submission
12. Measuring the quality of recorded media
13. Frequently Asked Questions
14. Glossary of Terms
15. Programming decisions
16. APPENDIX 1. UmDoctor Pro II
17. APPENDIX 2. KProbe
18. APPENDIX 3. CdSpeed
19. APPENDIX 4. PlexTools Professional