-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the ion chamber window file, and made ion chamber counts not us…
…e auto monitor.
- Loading branch information
Sector 25 ID-C User
committed
Nov 14, 2023
1 parent
4816d6e
commit 5dccc2e
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
import warnings | ||
|
||
import haven | ||
from firefly import display | ||
|
||
|
||
class IonChamberDisplay(display.FireflyDisplay): | ||
|
||
"""A GUI window for changing settings in an ion chamber.""" | ||
def ui_filename(self): | ||
return "ion_chamber.ui" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters