
    IR-eX                     r    d dl Z d dlmZ d dlmZ d dlmZ ddgZ G d de          Z G d de          ZdS )	    N)BoxLeastSquares)BoxLeastSquaresResults)AstropyDeprecationWarningr   r   c                   "     e Zd ZdZ fdZ xZS )r   z
    Compute the box least squares periodogram.

    This class has been deprecated and will be removed in a future version.
    Use `astropy.timeseries.BoxLeastSquares` instead.
    c                 n    t          j        dt                      t                      j        |i | d S )NzImporting BoxLeastSquares from astropy.stats has been deprecated and will no longer be supported in future. Please import this class from the astropy.timeseries module insteadwarningswarnr   super__init__selfargskwargs	__class__s      :lib/python3.11/site-packages/astropy/stats/bls/__init__.pyr   zBoxLeastSquares.__init__   E     &	
 	
 	
 	$)&)))))    __name__
__module____qualname____doc__r   __classcell__r   s   @r   r   r      B         * * * * * * * * *r   c                   "     e Zd ZdZ fdZ xZS )r   z
    The results of a BoxLeastSquares search.

    This class has been deprecated and will be removed in a future version.
    Use `astropy.timeseries.BoxLeastSquaresResults` instead.
    c                 n    t          j        dt                      t                      j        |i | d S )NzImporting BoxLeastSquaresResults from astropy.stats has been deprecated and will no longer be supported in future. Please import this class from the astropy.timeseries module insteadr   r   s      r   r   zBoxLeastSquaresResults.__init__2   r   r   r   r   s   @r   r   r   *   r   r   )	r	   #astropy.timeseries.periodograms.blsr   TimeseriesBoxLeastSquaresr    TimeseriesBoxLeastSquaresResultsastropy.utils.exceptionsr   __all__ r   r   <module>r%      s               ? > > > > >6
7* * * * */ * * *&* * * * *= * * * * *r   