ReceptorFrame

class ReceptorFrame(name)[source]

Bases: object

Define polarisation frames for receptors

circular, linear, and stokesI. The latter is non-physical but useful for some types of testing.

Attributes Summary

nrec

Number of receptors (should be 2)

rec_frames

Methods Summary

valid(name)

Attributes Documentation

nrec

Number of receptors (should be 2)

rec_frames = {'circular': {'L': 1, 'R': 0}, 'linear': {'X': 0, 'Y': 1}, 'stokesI': {'I': 0}}

Methods Documentation

valid(name)[source]