Skip to content

Commit 965ccd3

Browse files
committed
Starting refactor
1 parent 0d4582d commit 965ccd3

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

EvalRoutines/ReadMe.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
What is in here
2+
3+
Classes and routines for evaluating the fit of the curve/tree to the data

FitRoutines/ReadMe.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
What is in here:
2+
3+
Classes/files that are related to curve fitting

TreeGeometry/ReadMe.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
What is in here
2+
3+
Curve geometry - making B-Splines, 2 and 3D
4+
Adding radii to 2 and 3D curves
5+
Adding mesh geometry to 3D curves
6+
Tree connectivity - multiple curves in a tree

Utilities/FileNames.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Handle file names when processing images in directories
3+
# File name handling
44
# Assumptions (directories)
55
# Path is the path to the top of the directory
66
# Sub_dirs is the list of sub directories in Path (if any)

0 commit comments

Comments
 (0)