#!python
#
# See top-level LICENSE file for Copyright information
#
# -*- coding: utf-8 -*-

"""
This script pushes a FITS file to ginga
"""

from pypeit.scripts import lowrdx_pixflat

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

