reverted excluding contaminated pixels from the source region
This commit is contained in:
parent
f680039e9a
commit
c62826c8b8
2
views.py
2
views.py
@ -231,7 +231,7 @@ class UpperLimitView(APIView):
|
|||||||
|
|
||||||
# exclude contaminated pixels from the background and source regions
|
# exclude contaminated pixels from the background and source regions
|
||||||
annulus_pixels = annulus_pixels.exclude(contaminated=True)
|
annulus_pixels = annulus_pixels.exclude(contaminated=True)
|
||||||
source_pixels = source_pixels.exclude(contaminated=True)
|
# source_pixels = source_pixels.exclude(contaminated=True)
|
||||||
|
|
||||||
status_int = 0
|
status_int = 0
|
||||||
error_message = ""
|
error_message = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user