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
Running Sherlock 0.42.3 for analysis of a TESS target in a sector with only confirmed FFI observations (meaning no higher, 200s,20s observations) returns no data from the FFIs, why is this?:
2024-02-08 14:12:05 INFO There is data for Mission: TESS Sector 64, Year 2023, Author: TESS-SPOC, ExpTime: 200
No data found for target "TIC 141765836".
2024-02-08 14:13:22 ERROR No data found for target "TIC 141765836".
2024-02-08 14:13:22 WARNING /usr/local/lib/python3.10/site-packages/lightkurve/search.py:495: LightkurveWarning: Cannot download from an empty search result.
warnings.warn 2024-02-08 14:13:22 ERROR Unexpected exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/sherlockpipe/search/sherlock.py", line 250, in __run_object
lc_build = self.__prepare(sherlock_target)
File "/usr/local/lib/python3.10/site-packages/sherlockpipe/search/sherlock.py", line 521, in __prepare
lc_build = self.lcbuilder.build(object_info, object_dir, cpus=sherlock_target.cpu_cores)
File "/usr/local/lib/python3.10/site-packages/lcbuilder/lcbuilder_class.py", line 53, in build
lc_build = self.lightcurve_builders[type(object_info)].build(object_info, object_dir, caches_root_dir)
File "/usr/local/lib/python3.10/site-packages/lcbuilder/objectinfo/preparer/MissionLightcurveBuilder.py", line 158, in build
lcf = LightcurveBuilder.search_lightcurve(target_name, mission_prefix, mission, cadence, sectors,
File "/usr/local/lib/python3.10/site-packages/lcbuilder/objectinfo/preparer/LightcurveBuilder.py", line 75, in search_lightcurve
sort_indexes = LightcurveBuilder.sort_lc_data(lcf, mission_prefix)
File "/usr/local/lib/python3.10/site-packages/lcbuilder/objectinfo/preparer/LightcurveBuilder.py", line 63, in sort_lc_data
args = np.argsort(lcf.sector)
AttributeError: 'NoneType' object has no attribute 'sector'
The text was updated successfully, but these errors were encountered:
is telling that there is not official data obtained from lightkurve. I'd recommend to use AUTHOR: ELEANOR in your properties yaml to retrieve long cadence data not available from TESS official pipelines .
Running Sherlock 0.42.3 for analysis of a TESS target in a sector with only confirmed FFI observations (meaning no higher, 200s,20s observations) returns no data from the FFIs, why is this?:
2024-02-08 14:12:05 INFO There is data for Mission: TESS Sector 64, Year 2023, Author: TESS-SPOC, ExpTime: 200
No data found for target "TIC 141765836".
2024-02-08 14:13:22 ERROR No data found for target "TIC 141765836".
2024-02-08 14:13:22 WARNING /usr/local/lib/python3.10/site-packages/lightkurve/search.py:495: LightkurveWarning: Cannot download from an empty search result.
warnings.warn 2024-02-08 14:13:22 ERROR Unexpected exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/sherlockpipe/search/sherlock.py", line 250, in __run_object
lc_build = self.__prepare(sherlock_target)
File "/usr/local/lib/python3.10/site-packages/sherlockpipe/search/sherlock.py", line 521, in __prepare
lc_build = self.lcbuilder.build(object_info, object_dir, cpus=sherlock_target.cpu_cores)
File "/usr/local/lib/python3.10/site-packages/lcbuilder/lcbuilder_class.py", line 53, in build
lc_build = self.lightcurve_builders[type(object_info)].build(object_info, object_dir, caches_root_dir)
File "/usr/local/lib/python3.10/site-packages/lcbuilder/objectinfo/preparer/MissionLightcurveBuilder.py", line 158, in build
lcf = LightcurveBuilder.search_lightcurve(target_name, mission_prefix, mission, cadence, sectors,
File "/usr/local/lib/python3.10/site-packages/lcbuilder/objectinfo/preparer/LightcurveBuilder.py", line 75, in search_lightcurve
sort_indexes = LightcurveBuilder.sort_lc_data(lcf, mission_prefix)
File "/usr/local/lib/python3.10/site-packages/lcbuilder/objectinfo/preparer/LightcurveBuilder.py", line 63, in sort_lc_data
args = np.argsort(lcf.sector)
AttributeError: 'NoneType' object has no attribute 'sector'
The text was updated successfully, but these errors were encountered: