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_msc_sim
Commits
5972feeb
Commit
5972feeb
authored
1 year ago
by
Zhang Xin
1
Browse files
Options
Download
Email Patches
Plain Diff
fig ISSUE48: TARGET seg error
parent
4f8ea7d1
release_v3.0
current_stable_for_tests
develop
master
milky_way_extinction
revert-914004c1
sls_psf_pca_convolve
v3.3.0
v3.2.1
v3.2.0
v3.1.0
2 merge requests
!28
bug fix for guidance abberation correction
,
!25
Master
Pipeline
#5650
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
observation_sim/config/header/ImageHeader.py
+1
-1
observation_sim/config/header/ImageHeader.py
with
1 addition
and
1 deletion
+1
-1
observation_sim/config/header/ImageHeader.py
+
1
-
1
View file @
5972feeb
...
...
@@ -434,7 +434,7 @@ def generatePrimaryHeader(xlen=9216, ylen=9232, pointing_id='00000001', pointing
co
=
coord
.
SkyCoord
(
ra
,
dec
,
unit
=
'deg'
)
ra_hms
=
format
(
co
.
ra
.
hms
.
h
,
'02.0f'
)
+
format
(
co
.
ra
.
hms
.
m
,
'02.0f'
)
+
format
(
co
.
ra
.
hms
.
s
,
'0
2
.1f'
)
'02.0f'
)
+
format
(
co
.
ra
.
hms
.
s
,
'0
4
.1f'
)
dec_hms
=
format
(
co
.
dec
.
dms
.
d
,
'02.0f'
)
+
format
(
abs
(
co
.
dec
.
dms
.
m
),
'02.0f'
)
+
format
(
abs
(
co
.
dec
.
dms
.
s
),
'02.0f'
)
if
dec
>=
0
:
...
...
This diff is collapsed.
Click to expand it.
Zhang Xin
@zhangxin
mentioned in issue
#48 (closed)
·
1 year ago
mentioned in issue
#48 (closed)
mentioned in issue #48
Toggle commit list
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