albarji/proxTV

Behaviour on Mac

Closed this issue · 1 comments

Hello,

I have installed the proxTV package via pip on my mac running macOS Catalina.
When I apply the tv_1d filter to my data I observe some strange behaviour.
Could you please advise what I am doing wrong?

#pos_filt[::,0].dtype -> dtype('float64') flat_denoised = prox_tv.tv1_1d(pos_filt[::,0],w=1.)
index

I had to use the numpy.asfortranarray routine to generate a Fortran type array in order to generate meaningful results.

The Documentation stated that As the underlying library uses FORTRAN-style matrices (column-order), the given matrices will be converted to this format if necessary. . I assume that this somehow did not work