-
Notifications
You must be signed in to change notification settings - Fork 29
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
Brkraw CLI for bruker recon of simple cartesian sequences (FLASH, MGE, RARE) #157
Comments
@timwahoo Have you got a change to test on BOLD EPI image as well? If not, could you help to test it out? |
Hi @dvm-shlee, I could look into it, I do not have any good examples of EPI datasets available. The best example I currently have is from Maxime (Weizmann folder) but that is a custom double-sampled EPI and can't be used for a catchall EPI reconstruction protocol. |
Hi @timwahoo, I hope you're enjoying ISMRM! I wanted to give you a heads-up that the plugin architecture is now integrated. You can check out a sample here: Brkraw-snippets. Essentially, if you create a class with the I'll provide more details later, but I wanted to get this on your radar in case you're interested. Given that your code is already optimized for the new API, a little organization could enable you to build your own plugin. Perhaps you could create your version of the recon and generate a pull request on GitHub (or you can just create your own repo under your account, and put repo address to Brkraw's config file, by adding same block as I did it for brkraw-snippets repo. I've also included metadata specifications for the plugin, so author details, license, and citation information can be included, if you like. Let's keep in touch, and please reach out if you have any questions about migrating your code to this new plugin system. |
Hi @timwahoo, I'm almost finished with the core API module and will soon be transitioning to developing the new command-line interface. Consequently, the plugin module will be stabilized shortly. I plan to integrate your reconstruction code into the plugin by early next week. Could you assist with some testing or help polish the code when it's ready? Thanks! |
Hi @dvm-shlee, Sounds great. I should be free to work on this next week as well. Let me know how I can assist! |
Is your feature request related to a problem? Please describe.
Offline reconstruction is an important part of data control for Scientist since there are many various methods for coil combination, phase processing, and image de-noising.
Describe the solution you'd like
A command line interface that will reconstructed simple Bruker Cartesian sequences within a dataset as two NIFTI files (one with magnitude information and one with phase information). Although this solution does not encompass all possible sequences, it is a start for using brkraw as an intermediate tool for other post processing methods such as QSM and SWI.
Describe alternatives you've considered
I've thought about including ISMRMRD format for its connection with gadgetron. However, I have not been successful in getting it to work locally yet.
The text was updated successfully, but these errors were encountered: