#!python

# EBL Handy tileid/nightid combos for testing
#    -  1, 20210406, Note: missing petal 7, good test for skipping bad petal.
#    - 84, 20210410
#    - 85, 20210412
# For the VI'd tiles using the processed r_depth_ebvair of ~1000
#    TILEIDs: 80605, 80607, 80609, 80620, 80622
#    NIGHTID: All use 20210302 (when I made those files). Date is
#             meaningless in this case, just there due to filename
#             format requirements.

if __name__ == '__main__':
    import sys
    from desispec.scripts import makezmtl

    args = makezmtl.parse()
    sys.exit(makezmtl.main(args))
