ProperImage icon indicating copy to clipboard operation
ProperImage copied to clipboard

Issue in image subtraction

Open astrohitc opened this issue 2 years ago • 1 comments

Hello, I am trying the following code given in your documentation for image subtraction on my data.

`%%time

result = subtract( ref=ref_path, new=new_path, smooth_psf=False, fitted_psf=True, align=False, iterative=False, beta=False, shift=False )`

However, I am getting the following error

'str' object has no attribute 'data'

Could you please help me with this?

astrohitc avatar Jul 18 '22 05:07 astrohitc

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 some fixes.

BrunoSanchez avatar Jul 20 '22 18:07 BrunoSanchez