8000 GitHub - lc52520/eb_gui: A Graphical User Interface (GUI) made for EGSnrc application egs_brachy, with additional features for converting to and from DICOM format and analyzing 3ddose files.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ eb_gui Public
forked from clrp-code/eb_gui

A Graphical User Interface (GUI) made for EGSnrc application egs_brachy, with additional features for converting to and from DICOM format and analyzing 3ddose files.

Notifications You must be signed in to change notification settings

lc52520/eb_gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eb_gui

A Graphical User Interface (GUI) made for EGSnrc application egs_brachy, with additional features for converting to and from DICOM format and analyzing 3ddose files.

Installation:

Ensure Qt5 is installed, along with an appropriate version of qmake along with it. Navigate to the source code directory, and invoke the following commands:

qmake make

which will first create a Makefile using the appropriate Qt libraries on your computer qmake finds, then compile the actual program. The program is fairly robust and takes a while to compile, especially the database.cpp file which contains tag data for every DICOM tag. After compilation is complete, there should be an eb_gui file that is executeable in the parent directory.

About

A Graphical User Interface (GUI) made for EGSnrc application egs_brachy, with additional features for converting to and from DICOM format and analyzing 3ddose files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • QMake 0.2%
0