Skip to content

Commit

Permalink
Merge branch 'master' into dgursoy-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Nov 12, 2021
2 parents f318814 + f95e099 commit 735f451
Show file tree
Hide file tree
Showing 9 changed files with 248 additions and 103 deletions.
3 changes: 2 additions & 1 deletion doc/source/api/tomopy.misc.corr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
.. rubric:: **Functions:**

.. autosummary::

adjust_range
circ_mask
gaussian_filter
median_filter
median_filter_cuda
median_filter_nonfinite
sobel_filter
remove_nan
remove_neg
Expand Down
2 changes: 1 addition & 1 deletion source/include/gridrec/gridrec.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C"

DLL void gridrec(const float* data, int dy, int dt, int dx, const float* center,
const float* theta, float* recon, int ngridx, int ngridy,
const char fname[16], const float* filter_par);
const char* fname, const float* filter_par);

#ifdef __cplusplus
}
Expand Down
2 changes: 1 addition & 1 deletion source/include/recon/recon.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void DLL

void DLL
fbp(const float* data, int dy, int dt, int dx, const float* center, const float* theta,
float* recon, int ngridx, int ngridy, const char name[16], const float* filter_par);
float* recon, int ngridx, int ngridy, const char* name, const float* filter_par);

void DLL
grad(const float* data, int dy, int dt, int dx, const float* center, const float* theta,
Expand Down

0 comments on commit 735f451

Please sign in to comment.