From 28573975edd1c1c844b666bc234f36f9af03cf12 Mon Sep 17 00:00:00 2001 From: Jianshun Gao Date: Fri, 22 Jul 2022 15:50:57 +0200 Subject: [PATCH] Add 'Absorption Imaging Class' --- Absorption-Imaging-Class.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Absorption-Imaging-Class.md diff --git a/Absorption-Imaging-Class.md b/Absorption-Imaging-Class.md new file mode 100644 index 0000000..544e80b --- /dev/null +++ b/Absorption-Imaging-Class.md @@ -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) \ No newline at end of file