σ
ίΘ[c           @` s8   d  Z  d d l m Z m Z m Z m Z d d  Z d S(   u@   
Script support for validating the WCS keywords in a FITS file.
i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsc         C` st   d d l  m } d d  l } | j d d  } | j d d d d d	 | j |   }  t | j |  j d   d  S(
   Ni   (   t   wcsi    t   descriptionuJ   Check the WCS keywords in a FITS file for compliance against the standardsu   filenamet   nargst   helpu   Path to FITS file to check(	   t    R   t   argparset   ArgumentParsert   add_argumentt
   parse_argst   printt   validatet   filename(   t   argsR   R	   t   parser(    (    s2   lib/python2.7/site-packages/astropy/wcs/wcslint.pyt   main   s    		N(   t   __doc__t
   __future__R    R   R   R   t   NoneR   (    (    (    s2   lib/python2.7/site-packages/astropy/wcs/wcslint.pyt   <module>   s   "