@pmelchior @fred3m I have a few questions about using SCARLET.
What are the default settings for ExtendedSource initialization? The API documentation says symmetric=True, monotonic=True, thresh=1.0
.
Does \symmteric=True
mean DirectSymmetryConstraint
with sigma=1
?
monotonic=True
mean DirectMonotonicityConstraint(use_nearest=False, exact=False, thresh=0)
with thresh=1
?
I also didn’t understand what thresh
is.
And is MinimalConstraint
always executed?