Binary data loader and writer plugins for the ManiVault visual analytics framework.
git clone [email protected]:ManiVaultStudio/BinIO.gitThe exporter creates a .txt file in a addition to a binary file with some meta data, e.g. file.txt:
file.bin
Num dimensions: 42
Num data points: 238
Data type: float
Binary loader and exporter UIs
- In Manivault, exporters are opened by right-clicking on a data set in the data hierarchy, selecting the "Export" field and further chosing the desired exporter (
BIN Exporter). - Either right-click an empty area in the data hierachy and select
Import->BIN Loaderor in the main menu, openFile->Import data...->BIN Loader