File: mx_cbf_t_extras.h

package info (click to toggle)
cbflib 0.9.7%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 65,272 kB
  • sloc: ansic: 131,361; python: 22,780; sh: 3,108; makefile: 2,088; yacc: 659; java: 223; f90: 214; xml: 210; cpp: 58
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