oasys-elettra-kit / OASYS1-Wiser

The implementation of WISER into OASYS
MIT License
0 stars 1 forks source link

Testing workspace #16

Closed aljosahafner closed 3 years ago

aljosahafner commented 4 years ago

To do:

Beamline.Append(s)  # source
Beamline.Append(pm2a) # plane mirror (H)
Beamline.Append(presto) # a grating, but in practice it is another plane mirror (H)
Beamline.Append(slits_v) # slits, V
Beamline.Append(slits_h) # slits, H
Beamline.Append(kb_v) # focussing mirror, V
Beamline.Append(kb_h) # focussing mirror, H
Beamline.Append(Detector_h)# detector h
Beamline.Append(Detector_v)# detector v
Beamline.RefreshPositions()
aljosahafner commented 4 years ago
aljosahafner commented 4 years ago

First result from test workspace, calculation works, but there are at least a few known bugs. Refer to: #18 and #19

image