Skip to content
Snippets Groups Projects
Commit 5062b19d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Start analysis Lattice.md

parent 860b0ccc
No related branches found
No related tags found
No related merge requests found
## Lattices
Typical sample construction with a 3d lattice:
```
lattice = ba.FCCLattice(30*nm).transformed(rot.getTransform3D())
peak_shape = ba.MisesFisherGaussPeakShape(peak_intensity, peak_width, zenith, kappa, kappa2)
iff = ba.InterferenceFunction3DLattice(lattice)
iff.setPositionVariance(1.)
iff.setPeakShape(peak_shape)
```
`bake::FCCLattice` returns a `Lattice3d` with an fcc primitive cell.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment