Skip to content

Commit

Permalink
Update parameters for proximal colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin865 committed Feb 8, 2021
1 parent fa82595 commit 1e5f484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scaffoldmaker/meshtypes/meshtype_3d_colon1.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ def getDefaultOptions(cls, parameterSetName='Default'):
}
if 'Cattle 1' in parameterSetName:
options['Number of segments'] = 40
options['Proximal length'] = 880.0
options['Proximal length'] = 900.0
options['Transverse length'] = 3500.0
options['Distal length'] = 1650.0
options['Proximal inner radius'] = 30.0
options['Proximal inner radius'] = 35.0
options['Proximal tenia coli width'] = 3.0
options['Proximal-transverse inner radius'] = 15.0
options['Proximal-transverse tenia coli width'] = 3.0
Expand Down

0 comments on commit 1e5f484

Please sign in to comment.