-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for RDBM version 9 #1
Comments
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 ***@***.***> 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
<#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>
|
Hello, Attaching a Pfile of RDBM revision 9. Thanks. |
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 ***@***.***> 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
<#1 (comment)>,
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>
|
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 |
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.
The text was updated successfully, but these errors were encountered: