Skip to content

Commit

Permalink
Merge branch 'differentiable' of https://github.com/a-rouxel/simca in…
Browse files Browse the repository at this point in the history
…to differentiable
  • Loading branch information
lpaillet-laas committed Mar 6, 2024
2 parents cd87b20 + d3c53a7 commit df1dd1a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions simca/configs/cassi_system_optim_optics_full_triplet_sd_cassi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
##### Configuration file for the chosen optical system

infos:
system name: HYACAMEO

system architecture:
system type: DD-CASSI
propagation type: simca
focal lens: 50000
dispersive element:
# dispersive element caracteristics
type: tripleprism # name of the dispersive element
glass1: P-SK60 # glass type of the dispersive element (only used if type == 'prism')
glass2: N-SF14 # glass type of the dispersive element (only used if type == 'prism')
glass3: P-SK60 # glass type of the dispersive element (only used if type == 'prism')
A1: 12 # apex angle of the prism in degrees (only used if type == 'prism') -- in degrees
A2: 24 # apex angle of the prism in degrees (only used if type == 'prism') -- in degrees
A3: 12 # apex angle of the prism in degrees (only used if type == 'prism') -- in degrees
nd1: 1.6074
nd2: 1.7552
nd3: 1.6074
vd1: 56.65
vd2: 27.58
vd3: 56.65
continuous glass materials 1: False
continuous glass materials 2: False
continuous glass materials 3: False
m: 1 # grating order to consider (only used if type == 'grating') -- no units
G: 30 # grating density (only used if type == 'grating') -- in lines/mm
alpha_c: 2.6
delta alpha c: 0
delta beta c: 0
wavelength center: 600 # central wavelength -- in nm
detector:
number of pixels along X: 201 # number of pixels along X axis -- no units
number of pixels along Y: 201 # number of pixels along Y axis -- no units
pixel size along X: 40 # pixel size along X -- in um
pixel size along Y: 40 # pixel size along Y -- in um
coded aperture:
number of pixels along X: 7 # number of pixels along X axis -- no units
number of pixels along Y: 9 # number of pixels along Y axis -- no units
pixel size along X: 1200 # pixel size along X -- in um
pixel size along Y: 1200 # pixel size along Y -- in um

spectral range:
wavelength min: 400 # minimum wavelength -- in nm
wavelength max: 650 # maximum wavelength -- in nm
number of spectral samples: 15

0 comments on commit df1dd1a

Please sign in to comment.