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
Zhang Xin
ImSim_Pointing
Commits
2aca3fd2
Commit
2aca3fd2
authored
Mar 14, 2022
by
Xin Zhang
Browse files
test
parent
e83cc853
Changes
2
Hide whitespace changes
Inline
Side-by-side
getInputPointing.py
View file @
2aca3fd2
...
...
@@ -5,7 +5,7 @@ from pylab import *
import
numpy
as
np
import
galsim
import
math
#
from numba import jit
from
numba
import
jit
class
Chip
(
object
):
def
__init__
(
self
,
chipID
):
...
...
getPointingList.py
View file @
2aca3fd2
...
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
isRealSurvey
=
False
survey_file
=
'skyMapOrSurveyList/E17.5_b17.5_beta_11.6_opt_transtime_1_CMG_1_dp_2_0.25_da_10_Texp_1.5_DEC60_500_0.1_800_1000_+5deg.dat'
outFileName
=
'pointing_test_false.dat'
radi
=
1
radi
=
1
.3
center_pos
=
[
60
,
-
40
]
if
isRealSurvey
:
...
...
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