We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
optika
1 parent d19c18c commit fb5ce19Copy full SHA for fb5ce19
msfc_ccd/_sensors.py
@@ -2,7 +2,6 @@
2
import abc
3
import dataclasses
4
import astropy.units as u
5
-import optika
6
7
__all__ = [
8
"TeledyneCCD230",
@@ -11,7 +10,7 @@
11
10
12
@dataclasses.dataclass(eq=False, repr=False)
13
class AbstractSensor(
14
- optika.mixins.Printable,
+ abc.ABC,
15
):
16
"""
17
An interface for an imaging sensor or an ensemble of imaging sensors.
pyproject.toml
@@ -15,8 +15,7 @@ classifiers = [
]
dependencies = [
"astropy",
18
- "named-arrays",
19
- "optika==0.12.0",
+ "named-arrays==0.24.0",
20
21
dynamic = ["version"]
22
0 commit comments