Skip to content

Commit

Permalink
Simplify docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalaginja committed Apr 17, 2024
1 parent 931c3f8 commit 1a03b3b
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions catkit2/services/hamamatsu_camera/hamamatsu_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,6 @@ class HamamatsuCamera(Service):
An event to signal whether the camera should be acquiring images.
NUM_FRAMES : int
The number of frames to allocate for the data streams.
Methods
-------
open()
Open the service.
main()
The main function of the service.
close()
Close the service.
acquisition_loop()
The main acquisition loop.
monitor_temperature()
Monitor the temperature of the camera.
start_acquisition()
Start the acquisition loop.
end_acquisition()
End the acquisition loop.
get_temperature()
Get the temperature of the camera.
"""
NUM_FRAMES = 20

Expand Down Expand Up @@ -192,12 +173,6 @@ def main(self):
self.acquisition_loop()

def close(self):
"""
Close the service.
This function is called when the service is closed.
It stops the acquisition loop and cleans up the camera and data streams.
"""
self.cam.dev_close()
self.cam = None

Expand Down

0 comments on commit 1a03b3b

Please sign in to comment.