Review of meas_algorithms changes
Another nice clean change, and the addition of a unit test is much appreciated!
This is mostly in the category of cleaning up existing documentation, and thus possibly out of scope, but...
- It would helpful if getValidPolygon was documented to throw pex::exceptions::RangeError if index was out of range, and likewise for all the other get methods that take an index.
- It would be helpful if the doc strings were only in one place – preferably the .h file. Having them in two places can lead to one going stale (and not necessarily the one that will be picked up by Doxygen or read by users).
Russell, would you mind taking a look? The work is on:
It's mostly a straightforward cherry pick from HSC, but I did some tidying up to better comply with LSST standards.