/* mx_cbf_t_extras.h - some extra includes for the test/demo program */

#ifndef MX_CBFT_EXTRAS_H
#define MX_CBFT_EXTRAS_H

#define IMAGE_NCOL 2463		/* width of 6M */
#define IMAGE_NROW 2527		/* height of 6M */
#define LENFN 180


char image_timestamp[] = "2010-06-20T17:54.329";
int count_cutoff = 1048575;
int camera_wide = 2463;
int camera_high = 2527;
double exposure_time=0.095;


#endif
