Bruno Sánchez

Results 32 comments of Bruno Sánchez

OK, it appers to me that the mask is quite strange. It seems to be masking out sources. From what I can see, you should have a nice subtraction. Additionally...

OK, why don't you just let the mask out. Try subtracting using the paths: ```python result = subtract( ref=ref_path, new=new_path, smooth_psf=False, fitted_psf=True, align=False, iterative=False, beta=False, shift=False ) ``` where `ref_path`...

I am very sorry. I just can get back at this. What is the current state?

Hi Martin, this is from properimage. It is supposed to clean this files. I will check the testing and study the case, since I have observed this before. For the...

A comment on numpyDB: the code is public in two places * https://github.com/hplgit/scitools * https://github.com/esheldon/numpydb Maybe it makes sense to make `scitools` a dependency, it is in PyPI and we...

Scitools is a big library and last commit is from 2016. I don't know if it supports Python > 2.6 esheldon's repo is only about NupyDB, latest commit is from...

Hi! Which version of the code are you using? Is this installed from pip or cloned the repo? I think I need to release a new version to PyPI with...

Hello, thanks for taking the time to look at the project! Yes, I did this project as part of my PhD thesis and had worked on some topics related on...

Hi! I can help you understand this. I have a few notebooks on reconstructing the PSF. Let me upload those. I changed machines so I hope I can find those...

Well, I have put some work on the repo this weekend, although I didn't advanced much in PSF estimation. Will continue pushing this week. As a relevant piece of news,...