
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@niivue/minc-loader
Advanced tools
The minc-loader is a NiiVue plugin that converts MINC format .mnc volumes into NIfTI volumes. It adapts code from brainbrowser library to read .mnc files (stored in both the older NetCDF and the more recent HDF5 structures).
To illustrate this library, minc2nii.js is a node.js converter that can be run from the command line. The command npm run test runs some regression tests. The command npm run cli converts a MINC file to NIfTI from the command line. Finally, the command node ./src/minc2nii.js /path/to/minc/minc.mnc allows you to specify specific files to convert.
git clone git@github.com:rordenlab/minc-loader.git
cd minc-loader
npm install
npm run test
npm run cli
node ./src/minc2nii.js ./tests/testData/ax.mnc
You can also embed this loader into a hot-reloadable NiiVue web page to evaluate integration:
git clone git@github.com:rordenlab/minc-loader.git
cd minc-loader
npm install
npm run dev
Original->In)In->Ref)mnc2nii.py it does not preserve details such as the spatial transfomation affine matrix.FAQs
A MINC voxel image loader to be used with the NiiVue useLoader method
The npm package @niivue/minc-loader receives a total of 1 weekly downloads. As such, @niivue/minc-loader popularity was classified as not popular.
We found that @niivue/minc-loader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.