pbk0 commited on
Commit
90e4611
·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
The diff for this file is too large to render. See raw diff
 
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ascad-v2-1
3
+ tags:
4
+ - side-channel-analysis
5
+ - cryptography
6
+ - DLSCA
7
+ parameters:
8
+ HF_ORG: DLSCA
9
+ CHUNK_SIZE_Y: 50000
10
+ CHUNK_SIZE_X: 200
11
+ TOTAL_CHUNKS_Y: 2
12
+ TOTAL_CHUNKS_X: 5000
13
+ NUM_JOBS: 10
14
+ LOCAL: True
15
+ CLOUD: False
16
+ COMPRESSED: True
17
+ ---
18
+
19
+ # ascad-v2-1
20
+
21
+ This script downloads, extracts, and uploads the optimized ASCAD v2 (1-100k traces) dataset to Hugging Face Hub.
22
+
23
+ ## Dataset Structure
24
+
25
+ This dataset is stored in Zarr format, optimized for chunked and compressed cloud storage.
26
+
27
+ ### Traces (`/traces`)
28
+ - **Shape**: `[100000, 1000000]` (Traces x Time Samples)
29
+ - **Data Type**: `int8`
30
+ - **Chunk Shape**: `[50000, 200]`
31
+
32
+ ### Metadata (`/metadata`)
33
+ - **ciphertext**: shape `[100000, 16]`, dtype `uint8`
34
+ - **key**: shape `[100000, 16]`, dtype `uint8`
35
+ - **mask**: shape `[100000, 16]`, dtype `uint8`
36
+ - **mask_**: shape `[100000, 16]`, dtype `uint8`
37
+ - **plaintext**: shape `[100000, 16]`, dtype `uint8`
38
+ - **rin**: shape `[100000, 1]`, dtype `uint8`
39
+ - **rin_**: shape `[100000, 1]`, dtype `uint8`
40
+ - **rm**: shape `[100000, 1]`, dtype `uint8`
41
+ - **rm_**: shape `[100000, 1]`, dtype `uint8`
42
+ - **rout**: shape `[100000, 1]`, dtype `uint8`
43
+ - **rout_**: shape `[100000, 1]`, dtype `uint8`
44
+
45
+ ## Parameters Used for Generation
46
+
47
+ - **HF_ORG**: `DLSCA`
48
+ - **CHUNK_SIZE_Y**: `50000`
49
+ - **CHUNK_SIZE_X**: `200`
50
+ - **TOTAL_CHUNKS_Y**: `2`
51
+ - **TOTAL_CHUNKS_X**: `5000`
52
+ - **NUM_JOBS**: `10`
53
+ - **LOCAL**: `True`
54
+ - **CLOUD**: `False`
55
+ - **COMPRESSED**: `True`
56
+
57
+ ## Usage
58
+
59
+ You can load this dataset directly using Zarr and Hugging Face File System:
60
+
61
+ ```python
62
+ import zarr
63
+ from huggingface_hub import HfFileSystem
64
+
65
+ fs = HfFileSystem()
66
+
67
+ # Map only once to the dataset root
68
+ root = zarr.open_group(fs.get_mapper("datasets/DLSCA/ascad-v2-1"), mode="r")
69
+
70
+ # Access traces directly
71
+ traces = root["traces"]
72
+ print("Traces shape:", traces.shape)
73
+
74
+ # Access plaintext metadata directly
75
+ plaintext = root["metadata"]["plaintext"]
76
+ print("Plaintext shape:", plaintext.shape)
77
+ ```
metadata/ciphertext/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38fc385268b7de8fa1c2404a8f8599e9e8c82699ce3bb26fb44cd0dfc2179de8
3
+ size 400025
metadata/ciphertext/c/0/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b0bf93e69e3aead62650445fbeb5607395fa88cea2bad4f6bf233cb28faa002
3
+ size 400025
metadata/ciphertext/c/1/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef738984c1756b0b8b1ac87a39db0611106e84df9cb28352cfb56307aca3bb11
3
+ size 400025
metadata/ciphertext/c/1/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7151c0bd3221a33976e8550c159898ed680e1b3536369b8fff9dd9c6e5195a06
3
+ size 400025
metadata/ciphertext/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 16
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 50000,
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/key/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3965aacdbfab4e9f5d2d8b548757714d9ec12f8e542d7b94547265735ebc2009
3
+ size 400025
metadata/key/c/0/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f850d9bc1263920e7de21ed7611706516fde83fd64489bb85ca18f004ead1039
3
+ size 400025
metadata/key/c/1/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9129e49e903bb6e3147ed429260cdc9b8b9923a47e4246125d3d0b03e8a448
3
+ size 400025
metadata/key/c/1/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d26abef4cebb3811d5e1d27b0b63c85845c928961a1a7314c45cfb83e2dc8b
3
+ size 400025
metadata/key/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 16
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 50000,
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/mask/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a15c34e074a7a79afe9717956d77c6ce22b51a3043260d595cea8fb0d10fd0
3
+ size 400025
metadata/mask/c/0/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d596a37d6b3b16b0b278c2a43d60482c43c9a686e0ab41a64a6b95224bc4802
3
+ size 400025
metadata/mask/c/1/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e0f8bf6658a59b0d139dbc0066cf21d6775cf56452c26f8a65f635a9e89480
3
+ size 400025
metadata/mask/c/1/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70538ac78f23282e1c1fe095e7d8bce7eda378768f392fbc00e8e0a10373115d
3
+ size 400025
metadata/mask/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 16
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 50000,
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/mask_/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127e3ffcfb730f1c7747e3cd0e161bc446ccc4c6b10c30031e7a738d489e6b1b
3
+ size 400025
metadata/mask_/c/0/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f06a5afe3dbe0a125d29487e61b12329278814c6f82967da40bf4e2f2426e9
3
+ size 400025
metadata/mask_/c/1/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9fdaf8ce9e37a97b7aa6f41efe1b792691917a78050af121f4abd86579c8c24
3
+ size 400025
metadata/mask_/c/1/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb1cd8b9c4a8580b6c22c9e77ad016027d94b4520951c4282c0068d1a85099c
3
+ size 400025
metadata/mask_/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 16
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 50000,
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/plaintext/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6156d53ec6b00ef5d45782b0376678090c5ae00c291c783e1f9d6b31b5a78009
3
+ size 400025
metadata/plaintext/c/0/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f43898e60d7fd6096d10edadfdc862799bd3a442dc6d5d0232f43e6f126e403
3
+ size 400025
metadata/plaintext/c/1/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb66934fd11ebd1b96e0d5f375b703af768b622460ddbe05a3edf7d550cf9fe
3
+ size 400025
metadata/plaintext/c/1/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154426f1edeb50a68a660c399f56c236c5bc3469b9452fd3de30702a3d60ac15
3
+ size 400025
metadata/plaintext/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 16
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 50000,
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/rin/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e49d21e704da46d22039de5df52ab49588dc4efb25b683a5fa1aecdbaf6e1ac
3
+ size 100016
metadata/rin/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 1
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 100000,
12
+ 1
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/rin_/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ae4f19296db72993a8d3285c3f7b67931824805a86af679027c980dd58f88a1
3
+ size 100016
metadata/rin_/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 1
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 100000,
12
+ 1
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/rm/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2584b5f60260f4ed861f473b7f8cfc638518647ffccfb66b9303bc24b8677e
3
+ size 100016
metadata/rm/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 1
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 100000,
12
+ 1
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/rm_/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae818c8506425af5acc9f08dfd4ebb7fb20a863eca7cd23ce9e93540215f7ad1
3
+ size 100016
metadata/rm_/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 1
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 100000,
12
+ 1
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/rout/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5246b86894018c014923d45b74098760bfefe81607ce90967c7a8feb4676ee
3
+ size 100016
metadata/rout/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 1
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 100000,
12
+ 1
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/rout_/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b593d2b1bae36fdc58968102a560d03741c96301da604e2e7bc14c3e9838166d
3
+ size 100016
metadata/rout_/zarr.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 100000,
4
+ 1
5
+ ],
6
+ "data_type": "uint8",
7
+ "chunk_grid": {
8
+ "name": "regular",
9
+ "configuration": {
10
+ "chunk_shape": [
11
+ 100000,
12
+ 1
13
+ ]
14
+ }
15
+ },
16
+ "chunk_key_encoding": {
17
+ "name": "default",
18
+ "configuration": {
19
+ "separator": "/"
20
+ }
21
+ },
22
+ "fill_value": 0,
23
+ "codecs": [
24
+ {
25
+ "name": "bytes"
26
+ },
27
+ {
28
+ "name": "zstd",
29
+ "configuration": {
30
+ "level": 0,
31
+ "checksum": true
32
+ }
33
+ }
34
+ ],
35
+ "attributes": {},
36
+ "zarr_format": 3,
37
+ "node_type": "array",
38
+ "storage_transformers": []
39
+ }
metadata/zarr.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "attributes": {},
3
+ "zarr_format": 3,
4
+ "node_type": "group"
5
+ }
traces/c/0/0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28f30291b26a53b6429c0382df74aa5bfcbb0afb6d94b2a0cfa6900de574b13
3
+ size 8051498
traces/c/0/1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f4522dad5a2263464e64704c4d5b18bed401040047ba72ef27a2af68e0f4d9
3
+ size 7909684
traces/c/0/10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34993be7d5df48ee97f51588bb4349b43c794ff693b983adbb2108c1a1c4bcfa
3
+ size 7739817
traces/c/0/100 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf90d101bdd23791b1688206e942a363d70ebf342dbe5483fe78303506267d1
3
+ size 7993291
traces/c/0/1000 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7a8562368cf7dbc803bfa36400bbb48b9ea4b9f7a4b253ec608c4e26c7f403
3
+ size 8112292
traces/c/0/1001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f96f5b8764d1f706d83401d8048c245cb40faa82ef18087e4002235e58f82d
3
+ size 7959891
traces/c/0/1002 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b5d4c867778fb6a7973b4e78b10db6e6396e42faa71b25046ed061f322083b
3
+ size 7550272
traces/c/0/1003 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4917a512cc5e14ced51d5b5c1c4ac4cdbc323f42ffd0a04ce6776b987c41af0c
3
+ size 8208929
traces/c/0/1004 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd65a2dbb651e43fb526c9ea7299ee29dbc1171dfc0b852e3884bb710b999e7
3
+ size 8430446
traces/c/0/1005 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84e778a482e9a4019eebb79dc0ba3ebcb5b5fc6e2dd989d55dfcbc67a41cc054
3
+ size 7534554