13 struct timespec
info_time_diff(struct timespec start, struct timespec end);
15 long brighter(
const char *ID_name,
double value);
26 int img_histoc(
const char *ID_name,
const char *fname);
28 int make_histogram(
const char *ID_name,
const char *ID_out_name,
double min,
double max,
long nbsteps);
30 double ssquare(
const char *ID_name);
32 double rms_dev(
const char *ID_name);
36 long info_cubestats(
const char *ID_name,
const char *IDmask_name,
const char *outfname);
38 double img_min(
const char *ID_name);
40 double img_max(
const char *ID_name);
42 int profile(
const char *ID_name,
const char *outfile,
double xcenter,
double ycenter,
double step,
long nb_step);
44 int profile2im(
const char *profile_name,
long nbpoints,
long size,
double xcenter,
double ycenter,
double radius,
const char *out);
46 int printpix(
const char *ID_name,
const char *filename);
double img_min(const char *ID_name)
Definition: info.c:1363
struct timespec info_time_diff(struct timespec start, struct timespec end)
Definition: info.c:201
double img_max(const char *ID_name)
Definition: info.c:1379
int fft_structure_function(const char *ID_in, const char *ID_out)
Definition: info.c:1761
double img_percentile_double(const char *ID_name, double p)
Definition: info.c:769
int info_image_stats(const char *ID_name, const char *options)
Definition: info.c:974
int img_histoc(const char *ID_name, const char *fname)
int printpix(const char *ID_name, const char *filename)
Definition: info.c:1546
long info_cubestats(const char *ID_name, const char *IDmask_name, const char *outfname)
Definition: info.c:1262
int profile(const char *ID_name, const char *outfile, double xcenter, double ycenter, double step, long nb_step)
Definition: info.c:1399
double ssquare(const char *ID_name)
Definition: info.c:928
int print_header(const char *str, char c)
Definition: info.c:244
int make_histogram(const char *ID_name, const char *ID_out_name, double min, double max, long nbsteps)
Definition: info.c:904
int full_structure_function(const char *ID_name, long NBpoints, const char *ID_out)
Definition: info.c:1713
int init_info()
Definition: info.c:158
double background_photon_noise(const char *ID_name)
Definition: info.c:1613
int kbdhit(void)
Definition: info.c:216
int img_nbpix_flux(const char *ID_name)
Definition: info.c:703
double img_percentile(const char *ID_name, double p)
Definition: info.c:802
double rms_dev(const char *ID_name)
Definition: info.c:947
int profile2im(const char *profile_name, long nbpoints, long size, double xcenter, double ycenter, double radius, const char *out)
Definition: info.c:1495
int test_structure_function(const char *ID_name, long NBpoints, const char *fname)
Definition: info.c:1671
float img_percentile_float(const char *ID_name, float p)
Definition: info.c:734
long brighter(const char *ID_name, double value)
Definition: info.c:677