foni / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

Allow plugins to be reloaded after new data has been published via pubsub #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently plugins are only loaded once during initialization. If a plugin adds 
or modifies data and subsequently publishes it via pubsub, dicompyler currently 
reloads the same set of plugins that were loaded initially.

Ideally, dicompyler should recheck the min_dicom of each plugin again after new 
data has been published via pubsub, so that any supported plugin with the new 
data can be loaded.

For example, if CT and structure set are loaded initially, if a RT Dose is 
generated later, allow the DVH plugin to be loaded as well after the new data 
is published.

Original issue reported on code.google.com by bastula on 3 Feb 2012 at 4:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision d3195b03c1a8.

Original comment by bastula on 29 Mar 2012 at 4:09