Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
d5cc7f24
Commit
d5cc7f24
authored
Jun 16, 2022
by
BO ZHANG
🏀
Browse files
updated backbone module
parent
127b8098
Changes
1
Show whitespace changes
Inline
Side-by-side
csst/msc/backbone.py
View file @
d5cc7f24
# define CCD ID list
# 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
]
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"
]
VER_SIMS
=
[
"C5.1"
,
"C3"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment