B
    d                 @   s   d Z dddZdS )z@
Script support for validating the WCS keywords in a FITS file.
Nc             C   sR   ddl m} dd l}|jdd}|jdddd || } t|| jd  d S )	N   )wcs    zJCheck the WCS keywords in a FITS file for compliance against the standards)descriptionfilenamezPath to FITS file to check)nargshelp)	 r   argparseArgumentParseradd_argument
parse_argsprintvalidater   )argsr   r	   parser r   `/work/yifan.wang/ringdown/master-ringdown-env/lib/python3.7/site-packages/astropy/wcs/wcslint.pymain   s    
r   )N)__doc__r   r   r   r   r   <module>   s   