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
Liu Dezi
csst_msc_sim
Commits
bbfe4a87
Commit
bbfe4a87
authored
Mar 26, 2024
by
Wei Chengliang
Browse files
update getPSF in tools
parent
8f63aba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/getPSF.py
View file @
bbfe4a87
...
@@ -43,11 +43,15 @@ with open(config_filename, "r") as stream:
...
@@ -43,11 +43,15 @@ with open(config_filename, "r") as stream:
# Setup Chip
# Setup Chip
chip
=
Chip
(
chipID
=
chipID
,
config
=
config
)
chip
=
Chip
(
chipID
=
chipID
,
config
=
config
)
print
(
'chip.bound::'
,
chip
.
bound
.
xmin
,
chip
.
bound
.
xmax
,
chip
.
bound
.
ymin
,
chip
.
bound
.
ymax
)
for
iobj
in
range
(
nobj
):
for
iobj
in
range
(
nobj
):
print
(
"
\n
get psf for iobj-"
,
iobj
,
'
\t
'
,
'bandpass:'
,
end
=
" "
,
flush
=
True
)
print
(
"
\n
get psf for iobj-"
,
iobj
,
'
\t
'
,
'bandpass:'
,
end
=
" "
,
flush
=
True
)
# Setup Position
# Setup Position
on focalplane
x
,
y
=
imgPos
[
iobj
,
:]
# try get the PSF at some location (1234, 1234) on the chip
x
,
y
=
imgPos
[
iobj
,
:]
# try get the PSF at some location (1234, 1234) on the chip
x
=
x
+
chip
.
bound
.
xmin
y
=
y
+
chip
.
bound
.
ymin
pos_img
=
galsim
.
PositionD
(
x
,
y
)
pos_img
=
galsim
.
PositionD
(
x
,
y
)
# Setup sub-bandpass
# Setup sub-bandpass
...
...
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