Commit 107caf6800e66c654155030cc6020fec3f56b4b2

Authored by David Mayerich
2 parents 84472de7 7308a1b9

Merge branch 'documentation' into 'master'

added Ruijiao's updates for docs

See merge request !1
Showing 2 changed files with 19 additions and 0 deletions   Show diff stats
docs/Readme_BytesOrder.txt 0 → 100644
  1 +Order of "output.lyr" parameters.
  2 +
  3 +The wavenumber in free space: k0 double 8B
  4 +The direction of propogation: d double*2 16B
  5 +The refractive index in the first layer: n[0] complex<double> 16B
  6 +
  7 +for i in LAYERS:
  8 + z positions[i]: z[i] double 8B * LAYERS
  9 + z-component of propogation directions: sz[i] complex<double> 16B * LAYERS
  10 + Transmission: Ptx[i] complex<double> 16B * LAYERS
  11 + Transmission: Pty[i] complex<double> 16B * LAYERS
  12 + Transmission: Ptz[i] complex<double> 16B * LAYERS
  13 + Reflection: Prx[i] complex<double> 16B * LAYERS
  14 + Reflection: Pry[i] complex<double> 16B * LAYERS
  15 + Reflection: Prz[i] complex<double> 16B * LAYERS
  16 +
  17 +
  18 +All parameters we need will be:
  19 + 15 * LAYERS + 5
docs/lyr_format.pptx 0 → 100644
No preview for this file type