Skip to content

Commit

Permalink
changed default standard deviation for contouring to sigma 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Apr 16, 2015
1 parent 7b35b30 commit a9b2743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innstereo/layer_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, treestore, treeview):
self.colormap = "Blues"
self.contour_resolution = 40
self.contour_method = "exponential_kamb"
self.contour_sigma = 3
self.contour_sigma = 2
self.contour_line_color = "#000000"
self.contour_use_line_color = True
self.contour_line_width = 1
Expand Down

0 comments on commit a9b2743

Please sign in to comment.