Commit d5cc7f24 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated backbone module

parent 127b8098
Loading
Loading
Loading
Loading
+25 −3
Original line number Diff line number Diff line


# define CCD ID list
CCD_ID_LIST = [6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25]

# version of simulation
FILTER_LIST = ['N', 'u', 'g', 'r', 'i', 'z', 'y']

# define CCD->FILTER mapping
CCD_FILTER_MAPPING = {
    6: "y",
    7: "i",
    8: "g",
    9: "r",
    11: "z",
    12: "nuv",
    13: "nuv",
    14: "u",
    15: "y",
    16: "y",
    17: "u",
    18: "nuv",
    19: "nuv",
    20: "z",
    22: "r",
    23: "g",
    24: "i",
    25: "y",
}

# define versions of simulation
VER_SIMS = ["C5.1", "C3"]