Commit a267c84e authored by xin's avatar xin
Browse files

target position bug for config file in demo

parent d4827682
...@@ -15,7 +15,7 @@ if __name__ == '__main__': ...@@ -15,7 +15,7 @@ if __name__ == '__main__':
config = Config(dataDir = dataDir) config = Config(dataDir = dataDir)
sedFn = dataDir + 'sed/sed_44575.txt' sedFn = dataDir + 'sed/sed_44575.txt'
psf = galsim.Gaussian(fwhm=0.39) psf = galsim.Gaussian(fwhm=0.39)
specG = SpecGenerator(sedFn = sedFn, grating = 'GI', beam = 'A', aper = 2.0, xcenter = 5000,ycenter = 5000, p_size = 0.074, psf = psf, skybg = 0.3, dark = 0.02, readout = 5, t = 150, expNum = 1,config = config) specG = SpecGenerator(sedFn = sedFn, grating = 'GI', beam = 'A', aper = 2.0, xcenter = 2000,ycenter = 5000, p_size = 0.074, psf = psf, skybg = 0.3, dark = 0.02, readout = 5, t = 150, expNum = 1,config = config)
specTab, specImg, img, fluxRa=specG.generateSpec1dforStar() specTab, specImg, img, fluxRa=specG.generateSpec1dforStar()
fits.writeto("specImg.fits",specImg,overwrite=True) fits.writeto("specImg.fits",specImg,overwrite=True)
......
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