This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
V0.7.5dev #64
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… to user dir if missing
dicompyler-core has a from_dicom_dvh method to import DVH from DICOM, enable this in User Settings. Future versions will add a column to the DVHs table to keep track of the DVH source. Feature added with SRS in mind since 1mm dose grid DVH calculations can take a long time. #57
If multiple dose grids are found, user can choose to import plan DVHs instead of a composite DVH. If plan DVHs imported, study_instance_uid will be appended by _N where N is the nth plan in set. #57
export plots to .svg. This branch requires selenium and phantomjs.
#56 Should probably store figure properties per plot type instead of one size fits all
…orce opened dicom files OSError: Deferred read -- original filename not stored. Cannot re-open #36
This pull request introduces 1 alert when merging 5fc8535 into faa999e - view on LGTM.com new alerts:
|
…nclude ms in timestamp
This pull request introduces 2 alerts when merging 18ac0cc into faa999e - view on LGTM.com new alerts:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.7.5 (TBD)
is not stored in the database.
(avoid the "unconverted data remains" error).
SVG export requires both a new python library (
selenium
) and phantomJS. On macOS, I had success withbrew install npm
thennpm install phantomjs
. Or alternatively,conda install phantomjs
is an option. I'm not sure I'll be able to test on Windows without admin privileges.