Martin Beroiz
Martin Beroiz
Hello, I just wanted to point out that I found this gist today that is related to this issue. https://gist.github.com/rfezzani/002181c8667ec4c671421a4d938167eb I looked at `deprecated` code and I'm not brave enough...
Hi @ysBach, that is a good suggestion. I have a few other features that are in line to imlement and I will add this one to the list. I will...
Hi JL! That seems like a neat idea, do you have a concrete example of how it would work?
I may be wrong on this one, but here's my take. Since the whole matrix is a rotation + translation, where the origin is, depends on wether you think of...
Yes, I was thinking that that would be the way to go. This is how I would do it. If you only know the (x, y) positions of sources relative...
Hi, Actually the transform returned class is a scikit-image's [SimilarityTransform](https://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.SimilarityTransform). Your intuition was actually right, it does come with an inverse method. Here is some tutorial on how to use...
I'll close this but feel free to continue the conversation if needed.
I see, `astroalign` can't deal with NaN's unfortunately. Try padding with zeros or the median value of the background or compatible noise. Also before sending to `register` check that the...
I think you have several issues going on and it's hard for me to pinpoint what's not working for you. I'll try to advice you as much as I can,...
Thanks for catching this bug! I did some testing and the problem is not really that `test_idxs` is not of integer type, but that `test_idxs` is actually the empty array....