In #218 , @esheldon introduced get_detection_mask function, which sets the config depending on the Exposure data. This interferes with the upcoming refactoring indicated in #220 , since config values must be set before any data is processed. The minimally distruptive solution seems to be making the input argument optional. Based on this, BRIGHT mask plane is also deprecated, so I don't expect any issues because of not providing the input argument.
In #218 , @esheldon introduced
get_detection_mask
function, which sets the config depending on the Exposure data. This interferes with the upcoming refactoring indicated in #220 , since config values must be set before any data is processed. The minimally distruptive solution seems to be making the input argument optional. Based on this,BRIGHT
mask plane is also deprecated, so I don't expect any issues because of not providing the input argument.