#!/usr/bin/env python

"""
Show the trace image in a Ginga window with edges
"""

import pypeit.scripts.chk_flats as chk_flats

if __name__ == '__main__':
    args = chk_flats.parser()
    chk_flats.main(args)
