Skip to content

Commit

Permalink
add ras and gz; include niimath version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Dec 23, 2024
1 parent 17f6db0 commit f71b13e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niivue/niimath",
"version": "0.3.0",
"version": "1.0.0-v1.0.20241222",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
Expand Down
12 changes: 11 additions & 1 deletion js/src/niimathOperators.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"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 @@ -74,6 +78,12 @@
"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 @@ -221,7 +231,7 @@
"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

0 comments on commit f71b13e

Please sign in to comment.