/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst
1
2
3
4
5
6
7
8
#ifndef _PYHST_CALCULATE_LIMITS_H
#define _PYHST_CALCULATE_LIMITS_H

int hst_calculate_limits__(int * num_bins__,int *  start_x__, int * start_y__, 
	int * num_x__, int * num_y__, float *axis_position__, int * y_start__, int * y_end__, int * x_starts__, 
			   int * x_ends__, int * status);

#endif /* _PYHST_CALCULATE_LIMITS_H */