| 
    Bsoft 2.1.4
    
   Bernard's software package 
   | 
 
Functions | |
| int | polcar_f (Bimage *p, float *pfr, float *pfi, int bordo, int n_radii, int n_theta, kernel *ker, int padd) | 
| int | polcart_fourier (float *pfri, float r, float phi, float *val, int bordo, int n_radii, int n_theta, kernel *ker) | 
| int | padding (Bimage *p, Bimage *ppiano, int z) | 
| Padds an image.  More... | |
| int | copy180 (Bimage *p, float *pfr, float *pfi, int bordo) | 
| int | shift_phase (Bimage *p, float npix) | 
| Bimage * | gal_ricoI (Bimage *p, int tipo, kernel *ker, int padd) | 
| Reconstruct an image from a sinogram.  More... | |
| int copy180 | ( | Bimage * | p, | 
| float * | pfr, | ||
| float * | pfi, | ||
| int | bordo | ||
| ) | 
| *p | |
| *pfr | |
| *pfi | |
| bordo | 
Reconstruct an image from a sinogram.
| *p | parameters of the image | 
| tipo | type of reconstruction (can be 1/2/3/4) | 
| *ker | table of coefficients for interpolation | 
| padd | use of padding (0/1) | 
float *psource = sinogram float *pdest = reconstructed image
Padds an image.
| *p | starting image parameters | 
| *ppiano | padded image | 
| z | 
| int polcar_f | ( | Bimage * | p, | 
| float * | pfr, | ||
| float * | pfi, | ||
| int | bordo, | ||
| int | n_radii, | ||
| int | n_theta, | ||
| kernel * | ker, | ||
| int | padd | ||
| ) | 
| *p | |
| *pfr | |
| *pfi | |
| bordo | |
| n_radii | |
| n_theta | |
| *ker | |
| padd | 
| int polcart_fourier | ( | float * | pfri, | 
| float | r, | ||
| float | phi, | ||
| float * | val, | ||
| int | bordo, | ||
| int | n_radii, | ||
| int | n_theta, | ||
| kernel * | ker | ||
| ) | 
| *pfri | |
| r | |
| phi | |
| *val | |
| bordo | |
| n_radii | |
| n_theta | |
| *ker | 
| int shift_phase | ( | Bimage * | p, | 
| float | npix | ||
| ) | 
| *p | |
| npix |