Hi Gadgetron Community,
i work as a Bachelor Student at the BMMR in Magdeburg. My Task is basically to get Gadgetron to work in our facility. We were succesful in implementing a Gadgetron Server and get it to grap Data from our Scanner. There are still problems getting the reconstructed Images to our picture Client but thats something for another forum.
To write gadgets myself or to enable others to do it, i am on the way to understand the data stream between the gadgets.its just that i think, i am not even close. Especially now, when i noticed that gadgets are often called many times in one reconstruction. (the main function of a simple Gadget, that only passes data, was called upon 256 times in the reconstruction of the provided phantom. Each time with a header and a data part)
Ideally i want to write a gadget in Python that gives me some kind of data, maybe even a .h5 file after each gadget. I know there is a Dump-Gadget in C++ but i only works at the beginning and my C++ knowlagde is only rudimentarily. I didnt find something like this.
Can you point me to something, a gadget, a paper, an advice or something like this, that might help me on my journey? :)
thank you