Fix missing CINE data for LesionTracker
This commit is contained in:
parent
37ae35e33f
commit
c94cd6a328
@ -17,6 +17,10 @@ Template.viewer.onCreated(function() {
|
|||||||
OHIF.viewer.defaultTool = 'wwwc';
|
OHIF.viewer.defaultTool = 'wwwc';
|
||||||
OHIF.viewer.refLinesEnabled = true;
|
OHIF.viewer.refLinesEnabled = true;
|
||||||
OHIF.viewer.isPlaying = {};
|
OHIF.viewer.isPlaying = {};
|
||||||
|
OHIF.viewer.cine = {
|
||||||
|
framesPerSecond: 24,
|
||||||
|
loop: true
|
||||||
|
};
|
||||||
|
|
||||||
OHIF.viewer.functionList = {
|
OHIF.viewer.functionList = {
|
||||||
invert: function(element) {
|
invert: function(element) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user