
    IR-e                     H    d dl Z d dlmZ d dlmZ dgZ G d de          ZdS )    N)LombScargle)AstropyDeprecationWarningr   c                   "     e Zd ZdZ fdZ xZS )r   z
    Compute the Lomb-Scargle Periodogram.

    This class has been deprecated and will be removed in a future version.
    Use `astropy.timeseries.LombScargle` instead.
    c                 n    t          j        dt                      t                      j        |i | d S )NzImporting LombScargle 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      Blib/python3.11/site-packages/astropy/stats/lombscargle/__init__.pyr
   zLombScargle.__init__   sE     &	
 	
 	
 	$)&)))))    )__name__
__module____qualname____doc__r
   __classcell__)r   s   @r   r   r      sB         * * * * * * * * *r   )r   +astropy.timeseries.periodograms.lombscargler   TimeseriesLombScargleastropy.utils.exceptionsr   __all__ r   r   <module>r      s~          ? > > > > >/* * * * *' * * * * *r   