Spaces:
Runtime error
Runtime error
<html> | |
<head> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/release/current/standard/papaya.min.js"></script> | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/release/current/standard/papaya.min.css" rel="stylesheet"> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var params = []; | |
params["luts"] = [{"name": "Custom", "data":[[0, 0, 0, 0], [0.5, 0, 0, 0], [1, 1, 0, 0]]}]; | |
params["images"] = ["files/promis12-test-Case00.nii.gz","files/promis12-test-Case00-mask.nii.gz"]; | |
params["promis12-test-Case00-mask.nii.gz"] = {"min": 0, "max": 1, "lut": "Custom", "alpha":0.5}; | |
</script> | |
<body> | |
<div class="papaya" data-params="params"></div> | |
</body> | |
</body> | |
</html> | |
<!-- | |
https://github.com/rii-mango/Papaya/wiki/Configuration | |
python3 -m http.server | |
--> |