#include <iostream>
#include <cmath>
using namespace std;
namespace math = lsst::afw::math;
namespace geom = lsst::afw::geom;
img = 100000.0;
{
}
{
cout << "Mean: " << mean.first << " error in mean: " << mean.second << endl << endl;
}
{
try {
} catch (lsst::pex::exceptions::InvalidParameterError &e) {
cout << "You didn't ask for the mean, so we caught an exception: " << e.what() << endl;
}
}
return 0;
}