Skip to content

Commit

Permalink
Merge branch 'tickets/DM-22823'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Aug 2, 2022
2 parents fedbb5d + 8ab7fa6 commit 0eae3de
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions include/lsst/jointcal/SimpleAstrometryMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@
#include "lsst/jointcal/AstrometryMapping.h"
#include "lsst/jointcal/AstrometryTransform.h"

//! Class for a simple mapping implementing a generic AstrometryTransform
/*! It uses a template rather than a pointer so that the derived
classes can use the specifics of the transform. The class
simplePolyMapping overloads a few routines. */

namespace lsst {
namespace jointcal {

/** Class for a simple mapping implementing a generic AstrometryTransform
*
* It uses a template rather than a pointer so that the derived
* classes can use the specifics of the transform. The class
* simplePolyMapping overloads a few routines.
*/
class SimpleAstrometryMapping : public AstrometryMapping {
public:
SimpleAstrometryMapping(AstrometryTransform const &astrometryTransform, bool toBeFit = true)
Expand Down

0 comments on commit 0eae3de

Please sign in to comment.