diff options
-rw-r--r-- | beam_trace.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beam_trace.m b/beam_trace.m index 9a56192..0896975 100644 --- a/beam_trace.m +++ b/beam_trace.m @@ -4,7 +4,7 @@ function img = beam_trace(beams, faces, borders, border_limits, img) % border similar to faces cell array which enclose the beam % i.e. it does not leave the polygon consisting of border faces - intensity_threshold = 1e-8; % intensity of the weakest beam which we still trace + intensity_threshold = 1e-3; % intensity of the weakest beam which we still trace Nbeams=size(beams)(2); if ( Nbeams == 0 ) |