/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_FOURIER_H
#define _PYHST_FOURIER_H

int hst_expnt__(int *maxdat,int * numdat,int * jump,float  *twiddle, int *status);
int hst_ffa8__(int* , int* , int* , float *, int* , float *, int *) ;
int hst_ffs8__(int* , int* , int* , float *, int* , float *, int *) ;

#endif /* _PYHST_FOURIER_H */