Skip to content
Snippets Groups Projects
Commit fb06b862 authored by pswain's avatar pswain
Browse files

change: remove total and total_squared as defaults

parent f451a325
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,4 @@ fluorescence_functions = [
"std",
"imBackground",
"max5px_median",
"total",
"total_squared",
]
......@@ -73,6 +73,8 @@ def total(cell_mask, trap_image) -> float:
def total_squared(cell_mask, trap_image) -> float:
"""
WARNING: produces overflow error when converted to float16
Find the sum of the square of the pixels in the cell.
For finding variances.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment