Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper: ITK-Wasm Universal spatial analysis and visualization #927

Merged
merged 37 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d3ffccf
Template + id update
thewtex May 31, 2024
6345a05
Update myst.yml
thewtex May 31, 2024
e2b6013
Introduction
thewtex May 31, 2024
919877e
Initial draft
thewtex Jun 1, 2024
55b4197
Text tweaks
thewtex Jun 1, 2024
aaf74c4
Example Visible Male data
thewtex Jun 4, 2024
a49ba03
Citation updates
thewtex Jun 4, 2024
3f57a57
Test plugin
thewtex Jun 4, 2024
1600b46
Build errors
thewtex Jun 4, 2024
4fbe4d8
environment.yml, package.json pnpm-lock.yaml
thewtex Jun 4, 2024
d13d9c8
Heading improvements
thewtex Jun 4, 2024
8178a81
Remove unsplash renderer
thewtex Jun 26, 2024
b860589
Note RapidJSON to Glaze
thewtex Jul 2, 2024
bc8b0e9
Add ITK Remote Module relevance
thewtex Jul 2, 2024
2f61a1b
Update papers/matt_mccormick/main.md
thewtex Jul 2, 2024
093e8c0
environment.yml -> pixi.toml
thewtex Aug 24, 2024
4e2d079
Add OME-Zarr overview figure
thewtex Aug 24, 2024
94255ce
Add vm-head-frozenct-ome-zarr figure
thewtex Aug 26, 2024
46e2be9
Antialias filter description
thewtex Aug 26, 2024
55a74ee
aliasing figure inputs
thewtex Aug 26, 2024
7da13fe
Start anti-alias figure
thewtex Aug 27, 2024
a9873f9
Add Paul's ORCID
thewtex Aug 27, 2024
a4078db
Set normalizedOpacityPoints
thewtex Aug 28, 2024
f69cd55
Aliasing comparison figure
thewtex Aug 28, 2024
02f1936
Address curvenote lint errors
thewtex Aug 28, 2024
8cac319
C++ pipeline definition
thewtex Aug 28, 2024
a83f90a
Remove netlify auto-generated .gitignore content
thewtex Aug 28, 2024
bc0292e
Missing VSM VisibleHumanMale DOI override
thewtex Aug 28, 2024
d538ea6
Command line invocation
thewtex Aug 29, 2024
22df788
Typescript bindings
thewtex Aug 30, 2024
5b2b568
downsample Python package description
thewtex Aug 30, 2024
b7ab32c
review updates
thewtex Aug 30, 2024
5f25de4
Clarifications re: review
thewtex Aug 30, 2024
24d2905
benchmark figures
thewtex Sep 2, 2024
5484b32
figure tweaks
thewtex Sep 2, 2024
044dd4a
Comment out figure placeholders
thewtex Sep 2, 2024
c8dcbe3
narrative tweaks
thewtex Sep 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions papers/matt_mccormick/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
10 changes: 10 additions & 0 deletions papers/matt_mccormick/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules/
# pixi environments
.pixi
*.egg-info
figures/artifacts/tsconfig.tsbuildinfo
vm_head_frozenct.iwi.cbor
downsampled.iwi.cbor
cucim-venv/
native-venv/
wasi-venv/
46 changes: 46 additions & 0 deletions papers/matt_mccormick/aliased.ome.zarr/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"multiscales": [
{
"@type": "ngff:Image",
"axes": [
{
"name": "z",
"type": "space"
},
{
"name": "y",
"type": "space"
},
{
"name": "x",
"type": "space"
}
],
"datasets": [
{
"coordinateTransformations": [
{
"scale": [
2,
2.109376,
2.109376
],
"type": "scale"
},
{
"translation": [
-249.5,
-164.208984,
-134.208984
],
"type": "translation"
}
],
"path": "scale2/image"
}
],
"name": "image",
"version": "0.4"
}
]
}
3 changes: 3 additions & 0 deletions papers/matt_mccormick/aliased.ome.zarr/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format": 2
}
89 changes: 89 additions & 0 deletions papers/matt_mccormick/aliased.ome.zarr/.zmetadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"metadata": {
".zattrs": {
"multiscales": [
{
"@type": "ngff:Image",
"axes": [
{
"name": "z",
"type": "space"
},
{
"name": "y",
"type": "space"
},
{
"name": "x",
"type": "space"
}
],
"datasets": [
{
"coordinateTransformations": [
{
"scale": [
2,
2.109376,
2.109376
],
"type": "scale"
},
{
"translation": [
-249.5,
-164.208984,
-134.208984
],
"type": "translation"
}
],
"path": "scale2/image"
}
],
"name": "image",
"version": "0.4"
}
]
},
".zgroup": {
"zarr_format": 2
},
"scale2/.zattrs": {
"_ARRAY_DIMENSIONS": [
"z",
"y",
"x"
]
},
"scale2/.zgroup": {
"zarr_format": 2
},
"scale2/image/.zarray": {
"chunks": [
64,
64,
64
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dimension_separator": "/",
"dtype": "<i2",
"fill_value": 0,
"filters": null,
"order": "C",
"shape": [
116,
128,
128
],
"zarr_format": 2
}
},
"zarr_consolidated_format": 1
}
7 changes: 7 additions & 0 deletions papers/matt_mccormick/aliased.ome.zarr/scale2/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_ARRAY_DIMENSIONS": [
"z",
"y",
"x"
]
}
3 changes: 3 additions & 0 deletions papers/matt_mccormick/aliased.ome.zarr/scale2/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format": 2
}
25 changes: 25 additions & 0 deletions papers/matt_mccormick/aliased.ome.zarr/scale2/image/.zarray
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chunks": [
64,
64,
64
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dimension_separator": "/",
"dtype": "<i2",
"fill_value": 0,
"filters": null,
"order": "C",
"shape": [
116,
128,
128
],
"zarr_format": 2
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 46 additions & 0 deletions papers/matt_mccormick/antialias.ome.zarr/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"multiscales": [
{
"@type": "ngff:Image",
"axes": [
{
"name": "z",
"type": "space"
},
{
"name": "y",
"type": "space"
},
{
"name": "x",
"type": "space"
}
],
"datasets": [
{
"coordinateTransformations": [
{
"scale": [
2,
2.109376,
2.109376
],
"type": "scale"
},
{
"translation": [
-249.5,
-164.208984,
-134.208984
],
"type": "translation"
}
],
"path": "scale2/image"
}
],
"name": "image",
"version": "0.4"
}
]
}
3 changes: 3 additions & 0 deletions papers/matt_mccormick/antialias.ome.zarr/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format": 2
}
89 changes: 89 additions & 0 deletions papers/matt_mccormick/antialias.ome.zarr/.zmetadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"metadata": {
".zattrs": {
"multiscales": [
{
"@type": "ngff:Image",
"axes": [
{
"name": "z",
"type": "space"
},
{
"name": "y",
"type": "space"
},
{
"name": "x",
"type": "space"
}
],
"datasets": [
{
"coordinateTransformations": [
{
"scale": [
2,
2.109376,
2.109376
],
"type": "scale"
},
{
"translation": [
-249.5,
-164.208984,
-134.208984
],
"type": "translation"
}
],
"path": "scale2/image"
}
],
"name": "image",
"version": "0.4"
}
]
},
".zgroup": {
"zarr_format": 2
},
"scale2/.zattrs": {
"_ARRAY_DIMENSIONS": [
"z",
"y",
"x"
]
},
"scale2/.zgroup": {
"zarr_format": 2
},
"scale2/image/.zarray": {
"chunks": [
64,
64,
64
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dimension_separator": "/",
"dtype": "<i2",
"fill_value": 0,
"filters": null,
"order": "C",
"shape": [
115,
128,
128
],
"zarr_format": 2
}
},
"zarr_consolidated_format": 1
}
7 changes: 7 additions & 0 deletions papers/matt_mccormick/antialias.ome.zarr/scale2/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_ARRAY_DIMENSIONS": [
"z",
"y",
"x"
]
}
3 changes: 3 additions & 0 deletions papers/matt_mccormick/antialias.ome.zarr/scale2/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format": 2
}
25 changes: 25 additions & 0 deletions papers/matt_mccormick/antialias.ome.zarr/scale2/image/.zarray
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chunks": [
64,
64,
64
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dimension_separator": "/",
"dtype": "<i2",
"fill_value": 0,
"filters": null,
"order": "C",
"shape": [
115,
128,
128
],
"zarr_format": 2
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added papers/matt_mccormick/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading