FACT++
1.0
|
#include <math.h>
#include <fstream>
#include <boost/date_time/local_time/local_time.hpp>
#include "RawEventsViewer.h"
#include "viewer.h"
#include <QFileDialog>
#include <QMouseEvent>
#include <qwt_symbol.h>
#include <qwt_plot_grid.h>
#include <qwt_plot_zoomer.h>
#include "src/Configuration.h"
#include "externals/factfits.h"
Go to the source code of this file.
Macros | |
#define | ACTUAL_NUM_PIXELS 1440 |
Functions | |
void | PrintUsage () |
void | PrintHelp () |
void | SetupConfiguration (Configuration &conf) |
int | main (int argc, const char *argv[]) |
Variables | |
float | bboxMin [2] = {-0.8,-0.9} |
float | bboxMax [2] = {0.8,-0.3} |
double | xval [50000] |
double | yval [50000] |