You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default filter width of 0.01 used by pg.flatten() (added to star.__init__() following Issue #197) sometimes subtracts the signal, requiring a larger filter width (see below). When you pass a custom SNR to star, this resets and uses the default filter width. A quick work-around is to set star.pg = custom_snr following initialisation. However, I feel that either subtracting the background within PBjam or having kwargs to pass to flatten would be more intuitive.
The default filter width of 0.01 used by
pg.flatten()
(added tostar.__init__()
following Issue #197) sometimes subtracts the signal, requiring a larger filter width (see below). When you pass a custom SNR tostar
, this resets and uses the default filter width. A quick work-around is to setstar.pg = custom_snr
following initialisation. However, I feel that either subtracting the background within PBjam or having kwargs to pass to flatten would be more intuitive.The text was updated successfully, but these errors were encountered: