milk  1.01
Modular Image processing Library toolKit
info.h
1 #if !defined(INFO_H)
2 #define INFO_H
3 
4 
5 #include "info/imagemon.h"
6 
7 
8 
9 void __attribute__((constructor)) libinit_info();
10 
11 
12 #include "info/cubeMatchMatrix.h"
13 #include "info/cubestats.h"
14 #include "info/image_stats.h"
15 #include "info/imagemon.h"
16 #include "info/improfile.h"
17 #include "info/percentile.h"
18 #include "info/print_header.h"
19 #include "info/kbdhit.h"
20 
21 
22 
23 
24 
25 
26 
27 
28 /*
29 long brighter(
30  const char *ID_name,
31  double value
32 );
33 */
34 
35 /*
36 errno_t img_nbpix_flux(
37  const char *ID_name
38 );
39 */
40 
41 
42 //int img_histoc(const char *ID_name, const char *fname);
43 
44 /*
45 errno_t make_histogram(
46  const char *ID_name,
47  const char *ID_out_name,
48  double min,
49  double max,
50  long nbsteps
51 );
52 */
53 
54 //double ssquare(const char *ID_name);
55 
56 //double rms_dev(const char *ID_name);
57 
58 
59 
60 /*
61 double img_min(const char *ID_name);
62 
63 double img_max(const char *ID_name);
64 */
65 
66 
67 /*
68 errno_t printpix(
69  const char *ID_name,
70  const char *filename
71 );
72 */
73 
74 /*
75 double background_photon_noise(
76  const char *ID_name
77 );
78 */
79 
80 
81 /*
82 int test_structure_function(const char *ID_name, long NBpoints,
83  const char *fname);
84 
85 imageID full_structure_function(
86  const char *ID_name,
87  long NBpoints,
88  const char *ID_out
89 );
90 */
91 
92 
93 imageID info_cubeMatchMatrix(
94  const char *IDin_name,
95  const char *IDout_name
96 );
97 
98 
99 
100 #endif
image_stats.h
cubestats.h
percentile.h
print_header.h
cubeMatchMatrix.h
__attribute__
errno_t __attribute__((hot))
Logs a shared memory stream onto disk.
Definition: logshmim.c:685
imagemon.h
improfile.h
kbdhit.h