File: mx_cbf_t_extras.h

package info (click to toggle)
cbflib 0.9.5.18%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 55,660 kB
  • sloc: ansic: 102,669; python: 4,552; sh: 3,032; makefile: 1,641; yacc: 659; f90: 210; xml: 210; cpp: 58; java: 16
file content (18 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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