Update 'Absorption Imaging Class'

Jianshun Gao 2022-07-22 16:09:16 +02:00
parent 4b5ca61e33
commit 428245bc1a

@ -17,3 +17,6 @@ Initialization function of the absorption imaging class. The path of those three
* **data_path** *(unknown, necessary)*: The path of hdf5 file provided by lyse moduel in LabScript. * **data_path** *(unknown, necessary)*: The path of hdf5 file provided by lyse moduel in LabScript.
* **camera_orientation** *(string, necessary)*: Name of the camare group in hdf5 file. * **camera_orientation** *(string, necessary)*: Name of the camare group in hdf5 file.
* **camera_label** *(string, necessary)*: Name of the imaging group in hdf5 file. * **camera_label** *(string, necessary)*: Name of the imaging group in hdf5 file.
* **transition** *(objet of class dylab.TransitionClass.Transition, optional)*: A constant dictionary class storing the information of transition.
* **camera** *(object of class dylab.Camera.\*, optional)*: A constant dictionary class storing the information of camera.
* **detuning** *()*