Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in image subtraction #77

Open
astrohitc opened this issue Jul 18, 2022 · 1 comment
Open

Issue in image subtraction #77

astrohitc opened this issue Jul 18, 2022 · 1 comment

Comments

@astrohitc
Copy link

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?

@BrunoSanchez
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants