Skip to content
Snippets Groups Projects
Commit d55406c4 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Removed pixel resolution method

parent e080e016
No related branches found
No related tags found
No related merge requests found
......@@ -70,16 +70,6 @@ void lagrangeInterp (
const int& i_order,
double* valueVector);
double pixelResolution(
const csm::EcefCoord& groundPt,
const csm::EcefCoord& sensorPos,
const double& sampleOrigin,
const double& lineOrigin,
const double& sampleSumming,
const double& startingSample,
const double iTransS[],
const double iTransL[]);
// Methods for checking/accessing the ISD
double metric_conversion(double val, std::string from, std::string to="m");
......
......@@ -272,26 +272,6 @@ void lagrangeInterp(
}
}
// Compute the pixel reolution at a ground point
double pixelResolution(
const csm::EcefCoord& groundPt,
const csm::EcefCoord& sensorPos,
const double& sampleOrigin,
const double& lineOrigin,
const double& sampleSumming,
const double& startingSample,
const double iTransS[],
const double iTransL[]) {
double x1, y1, x2, y2;
computeDistortedFocalPlaneCoordinates(
0.0, 0.0,
sampleOrigin,
lineOrigin,
sampleSumming,
);
}
// convert a measurement
double metric_conversion(double val, std::string from, std::string to) {
json typemap = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment