Commit 24b56ae4 authored by Kristin's avatar Kristin
Browse files

Fix tgo cassis unit test correctly

parent bdf646df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
Unit Test for TgoCassisCamera...
FileName:  "CAS-MCO-2016-11-22T16.38.39.354-NIR-02036-00.cub"
CK Frame:  -143410
Instrument Rotation Frame:  -143420

Kernel IDs: 
CK Frame ID =  -143410
CK Frame ID =  -143400
CK Reference ID =  1
SPK Target ID =  -143
SPK Reference ID =  1
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ int main(void) {
    Cube c("$tgo/testData/CAS-MCO-2016-11-22T16.38.39.354-NIR-02036-00.cub", "r");
    TgoCassisCamera *cam = (TgoCassisCamera *) CameraFactory::Create(c);
    qDebug() << "FileName: " << FileName(c.fileName()).name();
    qDebug() << "CK Frame: " << cam->instrumentRotation()->Frame();
    qDebug() << "Instrument Rotation Frame: " << cam->instrumentRotation()->Frame();
    qDebug() << "";

    // Test kernel IDs