Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_mci_sim
Commits
ad2dc3b5
Commit
ad2dc3b5
authored
3 months ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
c7f7ec16
develop
master
No related merge requests found
Pipeline
#7884
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_mci_sim/csst_mci_sim.py
+2
-7
csst_mci_sim/csst_mci_sim.py
with
2 additions
and
7 deletions
+2
-7
csst_mci_sim/csst_mci_sim.py
+
2
-
7
View file @
ad2dc3b5
...
...
@@ -1285,13 +1285,8 @@ class MCIsimulator():
# SED flux*filter_flux*tel_eff
eff_arr
=
Nphoton
*
ft_effnew
*
tel_effnew
S
checkInputList
(
input_ra_list
,
input_nstars
)
checkInputList
(
input_dec_list
,
input_nstars
)
checkInputList
(
input_pmra_list
,
input_nstars
)
checkInputList
(
input_pmdec_list
,
input_nstars
)
checkInputList
(
input_rv_list
,
input_nstars
)
checkInputList
(
input_parallax_list
,
input_nstars
)
umphoton
[
ch
]
=
np
.
sum
(
eff_arr
)
Sumphoton
[
ch
]
=
np
.
sum
(
eff_arr
)
# seven wavelength for the seleced filter
iwave
=
self
.
filter_psf
[
ch
][
'psf_iwave'
][:]
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets