PROJECT_ROOT = os.getcwd() # 🏠 This gets the folder we're running the program from DATA_DIR = os.path.join(PROJECT_ROOT, "data") # 📂 This is where we save race data CONFIG_DB = os.path.join(DATA_DIR ...
SPAN now handles air and vacuum wavelength more easily. Two new functions in the Spectra manipulation panel allow to convert the wavelengths from air to vacuum and vice versa. The wrappers to pPXF can ...