Skip to content

Commit

Permalink
Merge pull request #21 from flavell-lab/develop
Browse files Browse the repository at this point in the history
Package compatibility with ANTSUN 2.0
  • Loading branch information
goldenratio1618 authored Feb 16, 2024
2 parents f4754be + 02cb5bd commit d3a5800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SegmentationTools"
uuid = "e237ef6b-7742-4eaa-bd5c-c836a2002561"
authors = ["goldenratio1618 <[email protected]>"]
version = "1.0.2"
version = "1.1.0"

[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Expand Down
2 changes: 1 addition & 1 deletion src/make_unet_input.jl
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ function make_autolabel_input(param_path::Dict, param::Dict)
autolabel = pyimport("autolabel")
create_dir(param_path["path_dir_autolabel_input"])
autolabel.create_h5_from_nrrd(param_path["path_neuropal_img"], param_path["path_h5_autolabel_input"], param_path["path_neuron_img"],
param_path["path_neuron_img_crop"], param["autolabel_crop_size"], nothing, all_red_path=param_path["path_all_red_img"])
param_path["path_neuron_img_crop"], reverse(param["crop_size"]), nothing, all_red_path=param_path["path_all_red_img"])
end

0 comments on commit d3a5800

Please sign in to comment.