File size: 391 Bytes
bfc4f0c 14bb899 10b2eb5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
license: mit
arxiv: 2506.19656
---
## SimpleS2
To load the data:
```python
import json
import pickle
# Read cube
with open('cubo1_pickle', 'rb') as file:
data = pickle.load(file).to_dataset(dim='band')
# Read metadata
with open('cubo1.json') as f:
meta = json.load(f)
```
## Citation
This dataset is related to the paper: [arXiv:2506.19656](https://arxiv.org/abs/2506.19656) |