magneticScattering.scatter.Geometry#

class Geometry(angle, detector_distance)#

Bases: object

Defines the geometry of the experiment.

Parameters:
anglefloat

The angle of incidence (and scattering) of the beam in degrees.

detector_distance

The distance between the sample and the detector in meters.

Methods

Attributes

angle

The angle of incidence of the beam [degrees].

detector_distance

The distance between the sample and the detector [m].

tracker

Function to notify parent of any changes to the class.

property angle#

The angle of incidence of the beam [degrees].

property detector_distance#

The distance between the sample and the detector [m].

property tracker#

Function to notify parent of any changes to the class.