I've just installed eleanor using the pip installation method (running 'pip install eleanor' in my conda cmd line) and am having issues having it recognize sectors. When I tried to run a script to built a lightcurve for a sector, I got this error message:
Most recent sector available = 50
This sector isn't available yet.
WARNING: NoResultsWarning: Query returned no results. [astroquery.mast.discovery_portal]
I then did some research and thought maybe my eleanor package wasn't updated so I ran 'eleanor.Update(sector=18)' in python to test if the sector I wanted needed updating and got this error:
Most recent sector available = 50
This sector isn't available yet.
<eleanor.update.Update object at 0x0000015AFF50A780>
This strikes me as odd since it says the most recent sector available is 50 meaning 18 should not be a problem...?
I'm on windows, running python 3.6.13
Let me know if there's a simple fix; it would be greatly appreciated.
Hello,
I've just installed eleanor using the pip installation method (running 'pip install eleanor' in my conda cmd line) and am having issues having it recognize sectors. When I tried to run a script to built a lightcurve for a sector, I got this error message:
Most recent sector available = 50 This sector isn't available yet. WARNING: NoResultsWarning: Query returned no results. [astroquery.mast.discovery_portal]
I then did some research and thought maybe my eleanor package wasn't updated so I ran 'eleanor.Update(sector=18)' in python to test if the sector I wanted needed updating and got this error:
Most recent sector available = 50 This sector isn't available yet. <eleanor.update.Update object at 0x0000015AFF50A780>
This strikes me as odd since it says the most recent sector available is 50 meaning 18 should not be a problem...?
I'm on windows, running python 3.6.13
Let me know if there's a simple fix; it would be greatly appreciated.