How to open the raw file as attached
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear Expert,
Please help me to open the file attached.
1 Commento
Cris LaPierre
il 8 Apr 2025
We need to know details about the file format. In the meantime, perhaps this answer is helpful:
Risposte (1)
Walter Roberson
il 8 Apr 2025
That file is in OpenDose DVK format. It is a compressed format.
Digging into https://gitlab.com/opendose/opendosedvkdata/-/blob/master/compress_utils.py?ref_type=heads it appears that it is compressed json
https://gitlab.com/opendose/opendosedvkdata contains python code that can decompress these files.
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!