lumicks.pylake.point_scan.PointScan¶
-
class
PointScan(h5py_dset, file)¶ A point scan exported from Bluelake
Parameters: - h5py_dset : h5py.Dataset
The original HDF5 dataset containing the point scan
- file : lumicks.pylake.File
The parent file. Used to look up channel data.
-
__init__(h5py_dset, file)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(h5py_dset, file)Initialize self. plot_blue(**kwargs)Plot the red photon channel plot_green(**kwargs)Plot the red photon channel plot_red(**kwargs)Plot the red photon channel plot_rgb(**kwargs)Plot all color channels Attributes
blue_photon_countgreen_photon_counthas_fluorescencehas_forcered_photon_count-
plot_blue(**kwargs)¶ Plot the red photon channel
Parameters: - **kwargs
Forwarded to
~matplotlib.pyplot.plot.
-
plot_green(**kwargs)¶ Plot the red photon channel
Parameters: - **kwargs
Forwarded to
~matplotlib.pyplot.plot.
-
plot_red(**kwargs)¶ Plot the red photon channel
Parameters: - **kwargs
Forwarded to
~matplotlib.pyplot.plot.
-
plot_rgb(**kwargs)¶ Plot all color channels
Parameters: - **kwargs
Forwarded to
~matplotlib.pyplot.plot.