All Projects → BrkRaw → brkraw

BrkRaw / brkraw

Licence: GPL-3.0 license
BrkRaw: A comprehensive tool to access raw Bruker Biospin MRI data

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to brkraw

bidscoin
BIDScoin converts your source-level neuroimaging data to BIDS
Stars: ✭ 75 (+141.94%)
Mutual labels:  bids, nibabel
dicom2stl
Python script to extract a STL surface from a DICOM image series.
Stars: ✭ 151 (+387.1%)
Mutual labels:  simpleitk
json2table
Converts JSON to an HTML table
Stars: ✭ 52 (+67.74%)
Mutual labels:  converter
graphql-compose-dataloader
Add DataLoader to graphql-composer resolvers.
Stars: ✭ 18 (-41.94%)
Mutual labels:  dataloader
bank2ynab
Easily convert and import your bank's statements into YNAB. This project consolidates other conversion efforts into one universal tool.
Stars: ✭ 197 (+535.48%)
Mutual labels:  converter
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (+112.9%)
Mutual labels:  converter
slackdown
A simple Slack message text formatting to HTML code converter.
Stars: ✭ 27 (-12.9%)
Mutual labels:  converter
node-poppler
Asynchronous node.js wrapper for the Poppler PDF rendering library
Stars: ✭ 97 (+212.9%)
Mutual labels:  converter
SoxSharp
.NET wrapper for SoX.
Stars: ✭ 41 (+32.26%)
Mutual labels:  converter
System.Configuration.Abstractions
Injectable, mockable, extensible, configuration for .NET
Stars: ✭ 42 (+35.48%)
Mutual labels:  converter
ZPL-Printer-Emulator-SDK
Convert, Preview & Render raw ZPL commands to PNG, JPG & PDF from .NET
Stars: ✭ 29 (-6.45%)
Mutual labels:  converter
caffe weight converter
Caffe-to-Keras weight converter. Can also export weights as Numpy arrays for further processing.
Stars: ✭ 68 (+119.35%)
Mutual labels:  converter
bids-examples
A set of BIDS compatible datasets with empty raw data files that can be used for writing lightweight software tests.
Stars: ✭ 127 (+309.68%)
Mutual labels:  bids
readable-web-to-node-stream
Converts a Web-API readable-stream into a Node readable-stream.
Stars: ✭ 33 (+6.45%)
Mutual labels:  converter
gonvert
Golang character encoding converter with an automatic code-estimation.
Stars: ✭ 24 (-22.58%)
Mutual labels:  converter
fp-units
An FP-oriented library to easily convert CSS units.
Stars: ✭ 18 (-41.94%)
Mutual labels:  converter
dnglab
Camera RAW to DNG file format converter
Stars: ✭ 103 (+232.26%)
Mutual labels:  converter
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (+16.13%)
Mutual labels:  converter
BlocksConverter
A PocketMine-MP plugin allows you to convert Minecraft PC maps to MCPE/Bedrock maps or vice-versa.
Stars: ✭ 47 (+51.61%)
Mutual labels:  converter
vista2xp
Vista-to-XP application converter
Stars: ✭ 36 (+16.13%)
Mutual labels:  converter

DOI made-with-python Binder

BrkRaw: A comprehensive tool to access raw Bruker Biospin MRI data

Version: 0.3.4

Description

The ‘BrkRaw’ is a python module designed to provide a comprehensive tool to access raw data acquired from Bruker Biospin preclinical MRI scanner. This module is also compatible with the zip compressed data to enable use of the archived data directly.
The module is comprised of four components, including graphical user interface (GUI), command-line tools, high-level and low-level python APIs.

  • For the GUI, we focused on improving convenience for checking metadata and previewing the reconstructed image.
  • For the command-line tool, we focused on providing tools for converting, organizing, archiving, and managing data. The command-line tool also provides easy-to-use function to convert large set of raw data into organized structure according to BIDS.
  • For the high-level python API, we focused on enhancing the accessibility of reconstructed image data with preserved image orientation and metadata for the image analysis. It compatible users' convenient objects type (nibabel or SimpleITK) without the conversion step.
  • For the low-level python API, we focused on providing a consistent method to access raw Bruker data including parameter and binary files with the python compatible datatype while keeping the sake of simplicity.

Conversion reliability

Robust Orientation We've tested our converter using the sample dataset from Bruker2Nifti_QA and the results showed correct geometry and orientation for all datasets. We are still looking for more datasets showing orientation issue, if you have any shareable dataset, please contact the developer.

Website

For more detail information including installation, usage and examples, please visit our GitPage.

Credits:

Authors
  • SungHo Lee ([email protected]): main developer
  • Woomi Ban ([email protected]): sub-developer who tested and refined the module structure
  • Jaiden Dumas: proofreading of documents and update contents for the user community.
  • Dr. Gabriel A. Devenyi: The vast contributions to refinement of module functionality and troubleshooting.
  • Yen-Yu Ian Shih ([email protected]): technical and academical advisory on this project (as well as funding)
Contributors
  • Drs. Chris Rorden and Sebastiano Ferraris: The pioneers related this project who had been inspired the developer through their great tools including dcm2niix and bruker2nifti, as well as their comments to improve this project.
  • Dr. Mikael Naveau: The publisher of bruker2nifti_qa, the set of data to help benchmark testing of Bruker converter.

License:

GNU General Public License v3.0

How to get Support

If you are experiencing any problem or have questions, please report it through Issues

Citing BrkRaw

Lee, Sung-Ho, Ban, Woomi, & Shih, Yen-Yu Ian. (2020, June 4). BrkRaw/bruker: BrkRaw v0.3.3 (Version 0.3.3). Zenodo. http://doi.org/10.5281/zenodo.3877179

BibTeX

@software{lee_sung_ho_2020_3907018,
  author       = {Lee, Sung-Ho and
                  Ban, Woomi and
                  Shih, Yen-Yu Ian},
  title        = {BrkRaw/bruker: BrkRaw v0.3.4},
  month        = jun,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {0.3.4},
  doi          = {10.5281/zenodo.3907018},
  url          = {https://doi.org/10.5281/zenodo.3907018}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].