#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Hardcoded local and global variables, to be used by various routines and classes. """ # Print command to exit break_msg = '\n(Press "ctrl + z" to exit)\nPlease remember to check the images and spectra for SATURATION before using the suggested grades here.\n' # Creating the header of the QC output txt_header = '#OB.NAME MODE PROG.ID OB.ID DATE Trans.| AM AM.REQ | ELL | IQ IQ.REQ | SNR | GRADE (sugg.)\n#======================================================================================================================================================' # Reduced file categories. cats = ['REDUCED_SCI_LSS', 'REDUCED_SCI_PMOS', 'REDUCED_SCI_MXU', 'REDUCED_SCI_MOS', 'SCIENCE_REDUCED_IMG']