Skip to content

Commit

Permalink
In maintel/comcam.py, add CCOOD.evt_imageInOODS to TakeImage usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Nov 11, 2024
1 parent fb2a967 commit 38ff738
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/lsst/ts/observatory/control/maintel/comcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def usages(self) -> typing.Dict[int, UsagesResources]:
)

usages[self.valid_use_cases.TakeImage] = UsagesResources(
components_attr=["cccamera"],
components_attr=["cccamera", "ccoods"],
readonly=False,
cccamera=[
"takeImages",
Expand All @@ -337,6 +337,9 @@ def usages(self) -> typing.Dict[int, UsagesResources]:
"endSetFilter",
"availableFilters",
],
ccoods=[
"imageInOODS",
],
)

usages[self.valid_use_cases.TakeImageFull] = UsagesResources(
Expand Down

0 comments on commit 38ff738

Please sign in to comment.