From 428245bc1a80c7d4fa04cf674b8e93dde93f547a Mon Sep 17 00:00:00 2001 From: Jianshun Gao Date: Fri, 22 Jul 2022 16:09:16 +0200 Subject: [PATCH] Update 'Absorption Imaging Class' --- Absorption-Imaging-Class.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Absorption-Imaging-Class.md b/Absorption-Imaging-Class.md index a522a77..727227a 100644 --- a/Absorption-Imaging-Class.md +++ b/Absorption-Imaging-Class.md @@ -16,4 +16,7 @@ Initialization function of the absorption imaging class. The path of those three ### Parameters: * **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_label** *(string, necessary)*: Name of the imaging group in hdf5 file. \ No newline at end of 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** *()* \ No newline at end of file