metadata
license: mit
arxiv: 2506.19656
SimpleS2
To load the data:
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