Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support writing output in JData (JSON and UBJSON) and JNIfTI format #95

Closed
fangq opened this issue May 2, 2020 · 0 comments
Closed

Comments

@fangq
Copy link
Owner

fangq commented May 2, 2020

JData specification defines a portable and lightweight data annotation approach that allow flexible storage of typed and binary data in JSON and binary JSON-like constructs. The output file is human readable, and widely supported in many applications.

JNIfTI is a JSON/JData wrapper for the widely used NIfTI-1/2 format. It allows easy parsing and internal data compression, making NIfTI file readable, searchable and easy to be integrated with other complex metadata.

We will allow MCX to write the volumetric output int he format of JNIfTI (which follows the JData specification as the annotation format, and JSON/UBJSON as the serialization format).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant