# Global parameters used to load functions that either analyse cells or their background. These global parameters both allow the functions to be stored in a dictionary for access only on demand and to be defined simply in extraction/core/functions.
# Global parameters used to load functions that either analyse cells or their background. These global parameters both allow the functions to be stored in a dictionary for access only on demand and to be defined simply in extraction/core/functions.
CELL_FUNS,TRAPFUNS,FUNS=load_funs()
CELL_FUNS,TRAPFUNS,FUNS=load_funs()
CUSTOM_FUNS,CUSTOM_ARGS=load_custom_args()
CUSTOM_FUNS,CUSTOM_ARGS=load_custom_args()
...
@@ -37,7 +46,7 @@ class ExtractorParameters(ParametersABC):
...
@@ -37,7 +46,7 @@ class ExtractorParameters(ParametersABC):