Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Add test data to test transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 29, 2022
1 parent 6d4c2a4 commit a6f8869
Show file tree
Hide file tree
Showing 13 changed files with 467 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ recursive-include cellfinder_napari *.png
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude examples *
recursive-exclude cellfinder_napari/tests/data *
Git LFS file not shown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"image_paths": null, "backend": "niftyreg", "voxel_sizes": ["50.0", "40.0", "40.0"], "orientation": "psl", "data_orientation": "psl", "atlas": "example_mouse_100um", "atlas_key": "atlas_key.example_mouse_100um", "registration_output_folder": "/Users/dstansby/brainreg-napari-output", "affine_n_steps": "6", "affine_use_n_steps": "5", "freeform_n_steps": "6", "freeform_use_n_steps": "4", "bending_energy_weight": "0.95", "grid_spacing": "10", "smoothing_sigma_reference": "1", "smoothing_sigma_floating": "1.0", "histogram_n_bins_floating": "128.0", "histogram_n_bins_reference": "128.0"}
Loading

0 comments on commit a6f8869

Please sign in to comment.