(self)
| 322 | |
| 323 | @property |
| 324 | def projectedFits(self): |
| 325 | # only in extreme edge cases will the fit be invalid, but to be sure do |
| 326 | # not return them. |
| 327 | return [fit for fit in list(self.projectedFitDict.values()) if not fit.isInvalid] |
| 328 | |
| 329 | @property |
| 330 | def commandFits(self): |