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
Fixed: A bug in cleaned_array which caused an error in case invalid dy values were supplied. Relevant for TESS FITS files. These should now run including uncertainties.
Added: New statistics: before_transit_count, in_transit_count, after_transit_count yield the number of data points in a bin of length transit duration before, in and after the phase-folded transit.
Added: New parameter show_progress_bar(bool, default: True) When set to False, no progress bar (using tqdm) will be shown
Added: Python 2 compatibility. For now, it is only single-core.