ScottHaileRobertson / GE-MRI-Tools

Tools for GE MRI systems
GNU General Public License v2.0
8 stars 2 forks source link

Support for RDBM version 9 #1

Open roshtha opened 5 years ago

roshtha commented 5 years ago

Hello,

I run GE-MRI-Tools for reading header and data from a GE Pfile of RDBM revision 9. I understand the current version of software supports revision 11 and 15.

Is it possible to make the software compatible with RDBM revision 9 with minor modifications?

Thanks.

ScottHaileRobertson commented 5 years ago

Potentially - can you send me a pfile of that format? I dont have access to a scanner with that revision.

Thanks, Scott

On Thu, Oct 11, 2018 at 2:43 AM thara notifications@github.com wrote:

Hello,

I run GE-MRI-Tools for reading header and data from a GE Pfile of RDBM revision 9. I understand the current version of software supports revision 11 and 15.

Is it possible to make the software compatible with RDBM revision 9 with minor modifications?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ScottHaileRobertson/GE-MRI-Tools/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABgsJmgK25SW__ZZS-EWXw6fqWfQlV2Dks5ujuiPgaJpZM4XW4SZ .

-- Scott Haile Robertson (828) 280-3475 LinkedIn http://www.linkedin.com/in/scotthailerobertson

roshtha commented 5 years ago

Hello,

Attaching a Pfile of RDBM revision 9. P06656.zip

Thanks.

ScottHaileRobertson commented 5 years ago

We are getting close - I can read parts of the header from the pfile you sent. There is the RDB header (which contains a lot of the useful info like TE/TR etc), but the IMAGE, SERIES, EXAM, or the DATA parts of the header are getting corrupted (see attached parsing output if you're interested. To get this working properly, I would need you to send me two files off the scanner. They are imagedb.h and rdbm.h. Unfortunately, I no longer use a GE scanner, so I can't look up where these files exist on the scanner, nor do I remember, but you could open a command window and type "locate -i imagedb.h" and "locate -i rdbm.h", which would tell you where the files are. With those two files, I should be able to fully parse our your pfiles.

Sorry for the hassle. Also, another option is to try Orchestra (code written by GE). I'm not sure if they support legacy systems though.

Best, Scott

On Fri, Oct 12, 2018 at 12:08 AM thara notifications@github.com wrote:

Hello,

Attaching a Pfile of RDBM revision 9. P06656.zip https://github.com/ScottHaileRobertson/GE-MRI-Tools/files/2471540/P06656.zip

Thanks.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ScottHaileRobertson/GE-MRI-Tools/issues/1#issuecomment-429198307, or mute the thread https://github.com/notifications/unsubscribe-auth/ABgsJkpta4TgkAYFrcVhVavME9Zy-F9_ks5ukBW-gaJpZM4XW4SZ .

-- Scott Haile Robertson (828) 280-3475 LinkedIn http://www.linkedin.com/in/scotthailerobertson

roshtha commented 5 years ago

Hai Scott,

Thanks for the comments. Sorry for the delay in communicating and sending imagedb.h and rdbm.h files. The scanner is not installed at my place and could not get access immediate access to the system.

I could locate only imagedb.h file from scanner software. We tried with Orchestra SDKS and no Orchestra SDK seems to support revision 9 files.

Thanks imagedb.zip