Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions scripts/register_mip_tiles_antspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
Transforms are estimated against a fixed anchor position using only expected
left-right overlap regions to suppress spurious global matches.

uv run scripts/register_mip_tiles_antspy.py --input-dir /endosome/archive/bioinformatics/Danuser_lab/Dean/dean/2026-03-12-dvOPM-liver/
│ CH00_000000.n5_mip_export/latest --projection xy --time-index 0 --registration-channel 0 --overlap-fraction 0.05 --aff-iterations 50x25x10x0 --aff-shrink-factors 8x4x2x1
│ --aff-smoothing-sigmas 3x2x1x0 --aff-random-sampling-rate 0.2
uv run scripts/register_mip_tiles_antspy.py --input-dir /endosome/archive/bioinformatics/Danuser_lab/Dean/dean/2026-03-12-dvOPM-liver/CH00_000000.n5_mip_export/latest --projection xy --time-index 0 --registration-channel 0 --overlap-fraction 0.05 --aff-iterations 50x25x10x0 --aff-shrink-factors 8x4x2x1 --aff-smoothing-sigmas 3x2x1x0 --aff-random-sampling-rate 0.2
"""

from __future__ import annotations
Expand Down
Loading
Loading