Is it possiable for the ROI to use nearest interpolation when getting slices

21 views
Skip to first unread message

zhao_y...@cnu.edu.cn

unread,
Mar 16, 2017, 3:48:01 PM3/16/17
to pyqtgraph

I find in the source code

try:
    import scipy.ndimage
    have_scipy = True
except ImportError:
    have_scipy = False
have_scipy = False

so I think the params passed to the function to change the interpolation method will not work. Thanks

Reply all
Reply to author
Forward
0 new messages