#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Telescope.h>
#include <fdet/Pixel.h>
#include <atm/CloudResult.h>
#include <atm/LidarDB.h>
#include <atm/LidarZone.h>
#include <atm/LidarCloudDBModel.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <utl/Point.h>
#include <utl/UTMPoint.h>
#include <utl/ErrorLogger.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/Vector.h>
#include <iostream>
#include <string>
#include <sstream>
#include <limits>
Go to the source code of this file.
Compute FD pixel cloud coverage using the Lidar/Cloudcam databases.
Definition in file LidarCloudDBModel.cc.