Add 'Absorption Imaging Class'

Jianshun Gao 2022-07-22 15:50:57 +02:00
parent 586b54ce88
commit 28573975ed

@ -0,0 +1,11 @@
This is a class for getting data of absorption imaging form three standard images (with atoms, without atoms, dark).
| absorption_imaging | Absorption Imaging Class |
| ------------- | ------------- |
| absorption_imaging.\_\_init\_\_ | Initialization of the class |
| absorption_imaging.set_image_name | Set the name of images been read in hfd5 file |
| absorption_imaging.get_image_absorption | Calculte the absorption imaging |
| absorption_imaging.get_atom_number | Calculte the atom number accoring to the absorption imaging |
| absorption_imaging.plot_result | Ploting the result |
dylab.absorption_imaging(self, data_path, camera_orientation, camera_label, transition=None, camera=None, detuning=None, intensity=None)