/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst
7 by csa
more consistent logging
1
#ifndef _PYHST_CALCULATE_LIMITS_H
2
#define _PYHST_CALCULATE_LIMITS_H
3
4
int hst_calculate_limits__(int * num_bins__,int *  start_x__, int * start_y__, 
5
	int * num_x__, int * num_y__, float *axis_position__, int * y_start__, int * y_end__, int * x_starts__, 
6
			   int * x_ends__, int * status);
7
8
#endif /* _PYHST_CALCULATE_LIMITS_H */