Closed gully closed 3 years ago
We want a .flatten() method, which is essentially just dividing the input spectrum by its smoothed version. The main challenge here is deriving the smoothed version with appropriate masking.
.flatten()
We want a
.flatten()
method, which is essentially just dividing the input spectrum by its smoothed version. The main challenge here is deriving the smoothed version with appropriate masking.