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
csst-sims
csst_cpic_sim
Commits
d541eb93
Commit
d541eb93
authored
Apr 15, 2024
by
Chen Yili
Browse files
Upload New File
parent
d70b7b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
CpicImgSim/__init__.py
0 → 100644
View file @
d541eb93
from
.main
import
quick_run
,
observation_simulation
from
.optics
import
make_focus_image
,
focal_mask
from
.target
import
star_photlam
,
planet_contrast
,
extract_target_x_y
,
spectrum_generator
from
.camera
import
EMCCD
,
CosmicRayFrameMaker
,
sky_frame_maker
from
.config
import
__version__
__all__
=
[
"EMCCD"
,
"CosmicRayFrameMaker"
,
"sky_frame_maker"
,
"star_photlam"
,
"planet_contrast"
,
"extract_target_x_y"
,
"spectrum_generator"
,
"make_focus_image"
,
"focal_mask"
,
"quick_run"
,
"observation_simulation"
]
\ No newline at end of file
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