Skip to content

Commit

Permalink
Merge pull request #163 from spacetelescope/feature/hamamatsu_camera
Browse files Browse the repository at this point in the history
Add Hamamatsu camera service
  • Loading branch information
ivalaginja authored May 23, 2024
2 parents b41fc05 + d7edf0f commit 4ae47e0
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 3 deletions.
2 changes: 0 additions & 2 deletions catkit2/services/allied_vision_camera/allied_vision_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ def make_property_helper(name, read_only=False):
make_property_helper('sensor_width', read_only=True)
make_property_helper('sensor_height', read_only=True)

make_property_helper('device_name', read_only=True)

self.make_command('start_acquisition', self.start_acquisition)
self.make_command('end_acquisition', self.end_acquisition)

Expand Down
Loading

0 comments on commit 4ae47e0

Please sign in to comment.