How to open the raw file as attached
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dear Expert,
Please help me to open the file attached.
1 comentario
Cris LaPierre
el 8 de Abr. de 2025
We need to know details about the file format. In the meantime, perhaps this answer is helpful:
Respuestas (1)
Walter Roberson
el 8 de Abr. de 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 comentarios
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!