enum P1::ImageSdk::PasPanaCamera

Enum used to descibe the position of an rgb camera in a Pas Pana camera group This is needed when stacking an nir image with an rgb image, then we need to know where in the group a rgb camera is positioned.

#include <P1ImageStacking.hpp>

enum PasPanaCamera
{
    unknown,
    left2,
    left1,
    nadir,
    right1,
    right2,
};