Skip to content

Commit 778c5a1

Browse files
authored
Fix column label
1 parent e8fbb60 commit 778c5a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ Time per 1000 decodes, pydicom's default RLE handler vs. pylibjpeg-rle
102102

103103
Time per 1000 encodes, pydicom's default RLE handler vs. pylibjpeg-rle
104104

105-
| Dataset | Pixels | Bytes | NumPy | pylibjpeg-rle |
106-
| --- | --- | --- | --- | --- |
107-
| OBXXXX1A.dcm | 480,000 | 480,000 | 30.7 s | 1.36 s |
108-
| SC_rgb.dcm | 10,000 | 30,000 | 1.80 s | 0.09 s |
109-
| MR_small.dcm | 4,096 | 8,192 | 2.29 s | 0.04 s |
110-
| SC_rgb_16bit.dcm | 10,000 | 60,000 | 3.57 s | 0.17 s |
111-
| rtdose_1frame.dcm | 100 | 400 | 0.19 s | 0.003 s |
112-
| SC_rgb_32bit.dcm | 10,000 | 120,000 | 7.20 s | 0.33 s |
105+
| Dataset | Pixels | Bytes | pydicom | pylibjpeg-rle |
106+
| --- | --- | --- | --- | --- |
107+
| OBXXXX1A.dcm | 480,000 | 480,000 | 30.7 s | 1.36 s |
108+
| SC_rgb.dcm | 10,000 | 30,000 | 1.80 s | 0.09 s |
109+
| MR_small.dcm | 4,096 | 8,192 | 2.29 s | 0.04 s |
110+
| SC_rgb_16bit.dcm | 10,000 | 60,000 | 3.57 s | 0.17 s |
111+
| rtdose_1frame.dcm | 100 | 400 | 0.19 s | 0.003 s |
112+
| SC_rgb_32bit.dcm | 10,000 | 120,000 | 7.20 s | 0.33 s |

0 commit comments

Comments
 (0)