Skip to content

Commit

Permalink
Detector Operations Log (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananthu-Ravindran committed Sep 16, 2024
1 parent 058b8fc commit b4e602c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions xedocs/schemas/operations_reports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
from .anode_ramp import AnodeRampReport
from .anode_washing import AnodeWashingReport
from .abnormal_rates import AbnormalDAQRate
from .detector_operations import DetectorOperations
11 changes: 11 additions & 0 deletions xedocs/schemas/operations_reports/detector_operations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from typing import Literal
from .base_report import BaseOperationsReport

class DetectorOperations(BaseOperationsReport):
""" Detector Operations Reports """

_ALIAS="detector_operations"

system:Literal["CRY", "PUR", "LXePUR", "RSX", "RSX_2", "DST", "RAD", "DAQ"]
subject: str

0 comments on commit b4e602c

Please sign in to comment.