TwiceAsNice
2019-02-18
|
#include <config.h>
#include <sstream>
#include <lipclApplication.h>
#include <lloglLog.h>
#include <lcfglConfig.h>
#include <lccdCameraXeva.h>
#include "circularBuffer.h"
#include "fitsio/fitsio.h"
Macros | |
#define | USE_GENERIC_INTERFACE |
#define | IMG_SIZE_MAX_X 320 |
#define | IMG_SIZE_MAX_Y 256 |
Functions | |
std::string | convInt (int x) |
void | writeFits (const char *file, int width, int height, ushort *data) |
int | usage (int _ret) |
int | main (int argc, char *argv[]) |
#define IMG_SIZE_MAX_X 320 |
#define IMG_SIZE_MAX_Y 256 |
#define USE_GENERIC_INTERFACE |
|
inline |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int usage | ( | int | _ret | ) |
void writeFits | ( | const char * | file, |
int | width, | ||
int | height, | ||
ushort * | data | ||
) |