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

No data extracted from FFIs #111

Closed
MichaelW-B opened this issue Feb 9, 2024 · 1 comment
Closed

No data extracted from FFIs #111

MichaelW-B opened this issue Feb 9, 2024 · 1 comment

Comments

@MichaelW-B
Copy link

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'

@martindevora
Copy link
Collaborator

Hello!

The message:

No data found for target "TIC 141765836".

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 .

Regards.

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