You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It gives the following error:
Traceback (most recent call last):
File "", line 1, in
File "/home/user/anaconda3/lib/python3.7/site-packages/astroRMS.py", line 289, in calc_rms
working_data = image_data.copy()
AttributeError: 'str' object has no attribute 'copy'
The text was updated successfully, but these errors were encountered:
Hi,
When I run the following:
It gives the following error:
Traceback (most recent call last):
File "", line 1, in
File "/home/user/anaconda3/lib/python3.7/site-packages/astroRMS.py", line 289, in calc_rms
working_data = image_data.copy()
AttributeError: 'str' object has no attribute 'copy'
The text was updated successfully, but these errors were encountered: