File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed
Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments