Loading csst_ifs_gehong/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ class config(): Pixel size in the spatial direction, by default 0.2arcsec """ def __init__(self, wave_min = 3500.0, wave_max = 10000.0, dlam = 2.0, inst_fwhm = 0.1, nx = 30, ny = 30, dpix = 0.2): dlam = 1.0, inst_fwhm = 0.1, nx = 100, ny = 100, dpix = 0.1): self.dlam = dlam self.wave = np.arange(wave_min, wave_max, dlam) self.wave_min = wave_min Loading Loading
csst_ifs_gehong/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ class config(): Pixel size in the spatial direction, by default 0.2arcsec """ def __init__(self, wave_min = 3500.0, wave_max = 10000.0, dlam = 2.0, inst_fwhm = 0.1, nx = 30, ny = 30, dpix = 0.2): dlam = 1.0, inst_fwhm = 0.1, nx = 100, ny = 100, dpix = 0.1): self.dlam = dlam self.wave = np.arange(wave_min, wave_max, dlam) self.wave_min = wave_min Loading