Skip to content

Commit 4a984b7

Browse files
committed
Update out3Plot/outTopo.py
1 parent cde5cf5 commit 4a984b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avaframe/out3Plot/outTopo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def plotGeneratedDEM(z, nameExt, cfg, outDir, cfgMain):
111111
X, Y = geoTrans.makeCoordinateGrid(xl, yl, dx, ncols, nrows)
112112

113113
topoNames = {'IP': 'inclined Plane', 'FP': 'flat plane', 'PF': 'parabola flat', 'TPF': 'triple parabola flat',
114-
'HS': 'Hockeystick smoothed', 'BL': 'bowl', 'HX': 'Helix', 'PY': 'Pyramid'}
114+
'HS': 'Hockeystick smoothed', 'BL': 'bowl', 'HX': 'Helix', 'PY': 'Pyramid', 'DFTA': 'Generic debris-flow topography'}
115115

116116
ax, fig = _generateDEMPlot(X, Y, z, topoNames[nameExt])
117117

0 commit comments

Comments
 (0)