Skip to content

Commit

Permalink
corrected the url to the help page on the dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
volker-baecker committed Jan 18, 2024
1 parent f2d6a7b commit be37b34
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion volker/toolsets/spine_analyzer/attach_spines.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine_Analyzer"
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine-Analyzer"



Expand Down
2 changes: 1 addition & 1 deletion volker/toolsets/spine_analyzer/measure_spines.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from fr.cnrs.mri.cialib.segmentation import InstanceSegmentation


URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine_Analyzer"
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine-Analyzer"
SAVE_OPTIONS = True
SHOW_DENDRITE_MEASUREMENTS = False
SHOW_SPINE_MEASUREMENTS = False
Expand Down
2 changes: 1 addition & 1 deletion volker/toolsets/spine_analyzer/replace_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


X, Y, Z, FRAME, NEW_LABEL = (1, 1, 1, 1, 1)
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine_Analyzer"
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine-Analyzer"


def main():
Expand Down
2 changes: 1 addition & 1 deletion volker/toolsets/spine_analyzer/segment_spine.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
NEXT_LABEL = 0
SAVE_OPTIONS = True

URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine_Analyzer";
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine-Analyzer";


def main():
Expand Down
2 changes: 1 addition & 1 deletion volker/toolsets/spine_analyzer/track_dendrites.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from fr.cnrs.mri.cialib.segmentation import InstanceSegmentation


URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine_Analyzer"
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine-Analyzer"
MAX_DISTANCE = 10
SAVE_OPTIONS = True

Expand Down
2 changes: 1 addition & 1 deletion volker/toolsets/spine_analyzer/track_spines.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from fr.cnrs.mri.cialib.segmentation import InstanceSegmentation


URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine_Analyzer"
URL = "https://github.com/MontpellierRessourcesImagerie/imagej_macros_and_scripts/wiki/Spine-Analyzer"
MAX_DISTANCE = 3
SAVE_OPTIONS = True

Expand Down

0 comments on commit be37b34

Please sign in to comment.