Closed suvayu closed 3 weeks ago
Allright. The latter error is from a snippet of code that converts source measurements as floats in Numpy.ndarrays into extract.Detection
instances which is the format that our unit tests accept.
As long as we have not adapted the unit tests to accept a new format for the source measurements, this conversion has to stay in place.
But for now I can probably fix it using
param["sig"] = maxis[count] / self.rmsmap.data[tuple(maxposs[count])]
The first and second one I could fix by removing the corresponding methods.
Fixed through PR #85