|
92 | 92 | ) |
93 | 93 |
|
94 | 94 |
|
| 95 | +# These are similar to the values in |
| 96 | +# "python/mmSolver/tools/loadlens/constant.py", but are not imported |
| 97 | +# directly from there to avoid importing circular dependencies. |
95 | 98 | LENS_ATTRS = set( |
96 | 99 | [ |
97 | 100 | 'k1', |
|
122 | 125 | 'tdeAnamorphicStdDeg4_lensRotation', |
123 | 126 | 'tdeAnamorphicStdDeg4_squeeze_x', |
124 | 127 | 'tdeAnamorphicStdDeg4_squeeze_y', |
| 128 | + 'tdeAnamorphicStdDeg4_rescale', |
| 129 | + 'tdeAnamorphicStdDeg6_degree2_cx02', |
| 130 | + 'tdeAnamorphicStdDeg6_degree2_cy02', |
| 131 | + 'tdeAnamorphicStdDeg6_degree2_cx22', |
| 132 | + 'tdeAnamorphicStdDeg6_degree2_cy22', |
| 133 | + 'tdeAnamorphicStdDeg6_degree4_cx04', |
| 134 | + 'tdeAnamorphicStdDeg6_degree4_cy04', |
| 135 | + 'tdeAnamorphicStdDeg6_degree4_cx24', |
| 136 | + 'tdeAnamorphicStdDeg6_degree4_cy24', |
| 137 | + 'tdeAnamorphicStdDeg6_degree4_cx44', |
| 138 | + 'tdeAnamorphicStdDeg6_degree4_cy44', |
| 139 | + 'tdeAnamorphicStdDeg6_degree6_cx06', |
| 140 | + 'tdeAnamorphicStdDeg6_degree6_cy06', |
| 141 | + 'tdeAnamorphicStdDeg6_degree6_cx26', |
| 142 | + 'tdeAnamorphicStdDeg6_degree6_cy26', |
| 143 | + 'tdeAnamorphicStdDeg6_degree6_cx46', |
| 144 | + 'tdeAnamorphicStdDeg6_degree6_cy46', |
| 145 | + 'tdeAnamorphicStdDeg6_degree6_cx66', |
| 146 | + 'tdeAnamorphicStdDeg6_degree6_cy66', |
| 147 | + 'tdeAnamorphicStdDeg6_lensRotation', |
| 148 | + 'tdeAnamorphicStdDeg6_squeeze_x', |
| 149 | + 'tdeAnamorphicStdDeg6_squeeze_y', |
| 150 | + 'tdeAnamorphicStdDeg6_rescale', |
125 | 151 | ] |
126 | 152 | ) |
127 | 153 |
|
|
0 commit comments