Commit 2aca3fd2 authored by Xin Zhang's avatar Xin Zhang
Browse files

test

parent e83cc853
......@@ -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):
......
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment