Skip to content

Commit 8cb36a9

Browse files
committed
Cleanup of dead code in derivatives_weights
1 parent ccf151a commit 8cb36a9

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

src/toast/ops/derivatives_weights.py

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -72,47 +72,6 @@ class DerivativesWeights(Operator):
7272

7373
single_precision = Bool(False, help="If True, use 32bit float in output")
7474

75-
cal = Unicode(
76-
None,
77-
allow_none=True,
78-
help="The observation key with a dictionary of pointing weight "
79-
"calibration for each det",
80-
)
81-
82-
dx = Unicode(
83-
None,
84-
allow_none=True,
85-
help="The observation key with a dictionary of detector offset "
86-
"for each det in the x direction",
87-
)
88-
89-
dy = Unicode(
90-
None,
91-
allow_none=True,
92-
help="The observation key with a dictionary of detector offset "
93-
"for each det in the y direction",
94-
)
95-
96-
dsigma = Unicode(
97-
None,
98-
allow_none=True,
99-
help="The observation key with a dictionary of detector fwhm error for each det",
100-
)
101-
102-
dp = Unicode(
103-
None,
104-
allow_none=True,
105-
help="The observation key with a dictionary of detector ellipticity "
106-
"for each det in one direction",
107-
)
108-
109-
dc = Unicode(
110-
None,
111-
allow_none=True,
112-
help="The observation key with a dictionary of detector ellipticity "
113-
"for each det in the other direction",
114-
)
115-
11675
IAU = Bool(False, help="If True, use the IAU convention rather than COSMO")
11776

11877
@traitlets.validate("detector_pointing")

0 commit comments

Comments
 (0)