Skip to content

Commit

Permalink
Deploying to demo from @ a90cb84 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Dec 27, 2024
1 parent a318d66 commit 5ba5d6b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/index-BcyWIDPe.js → assets/index-CBYhYbdH.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion assets/index-DXXDL1o5.js → assets/index-DHA35Jrq.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ var niimathOperators_default = {
args: [],
help: "round voxels upwards to the nearest integer"
},
ras: {
args: [],
help: "reorder and flip dimensions to RAS orientation"
},
conform: {
args: [],
help: "reslice to 1mm size in coronal slice direction with 256^3 voxels"
Expand Down Expand Up @@ -75,6 +79,12 @@ var niimathOperators_default = {
args: [],
help: "round voxels downwards to the nearest integer"
},
gz: {
args: [
"mode"
],
help: "NIfTI gzip mode (0=uncompressed, 1=compressed, else FSL environment; default -1)"
},
h2c: {
args: [],
help: "convert CT scans from 'Hounsfield' to 'Cormack' units to emphasize soft tissue contrast"
Expand Down Expand Up @@ -222,7 +232,7 @@ var niimathOperators_default = {
"sigma",
"scl"
],
help: "edge enhancing unsharp mask (sigma in mm, not voxels; 1.0 is typical)"
help: "edge enhancing unsharp mask (sigma in mm, not voxels [1 is typical]; scl is amount [0.5 medium, 1.0 heavy])"
},
dog: {
args: [
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/worker-aJOZA-hU.js → assets/worker-DkM6d3JC.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./niivue.css" />
<title>brain2print</title>
<script type="module" crossorigin src="./assets/index-BcyWIDPe.js"></script>
<script type="module" crossorigin src="./assets/index-CBYhYbdH.js"></script>
</head>

<body>
Expand Down Expand Up @@ -71,8 +71,8 @@
Hollow:
<select id="hollowSelect" title="hollow meshes require less material but may be fragile">
<option value="0" selected>False: solid</option>
<option value="-1">1mm</option>
<option value="-2">2mm</option>
<option value="-3">3mm</option>
<option value="-4">4mm</option>
<option value="-8">8mm</option>
<option value="-16">16mm</option>
Expand Down

0 comments on commit 5ba5d6b

Please sign in to comment.