#!python

"""
Show the arc image in a Ginga window with tilts
"""

from pypeit.scripts import chk_tilts

if __name__ == '__main__':
    chk_tilts.main(chk_tilts.parse_args())

