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