Unverified Commit 6805984c authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Update chandrayaan1 test data for switch to use base lro dem (#3322)

parent d7de0c4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ DeltaLine = 0.000000000
For center pixel position ...
Latitude OK
Longitude OK
RightAscension = 242.182569911
Declination = -84.617919659
RightAscension = 242.411157332
Declination = -84.577243705

Testing a Level-2 CH1 cube: 

+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ int main(void) {
    // set both the known lat and known lon to zero and copy the unit test output "Latitude off by: "
    // and "Longitude off by: " values directly into these variables. NOTE: These are only used
    // for the center of the image test, not the corners.
    double knownLat = 61.4944183507184832;
    double knownLon = 74.8961675572936798;
    double knownLat = 61.50040250242506;
    double knownLon = 74.89590535143694;

    Cube c("$chandrayaan1/testData/M3T20090630T083407_V03_RDN.cub", "r");
    Camera *cam = CameraFactory::Create(c);