This pull request just adds some functionality that I noticed was missing while I was trying to validate our asteroid models. It adds a mixin that calls the chipNameFromPupilCoordsLSST() method, which is about a factor of six faster than chipNameFromPupilCoords(camera=LsstSimMapper().camera).
This pull request just adds some functionality that I noticed was missing while I was trying to validate our asteroid models. It adds a mixin that calls the
chipNameFromPupilCoordsLSST()
method, which is about a factor of six faster thanchipNameFromPupilCoords(camera=LsstSimMapper().camera)
.