Is there an option for loading lightcurves from multiple sectors of an observation, or from multiple observations? Is this something that is feasible, or does it have any performance drawbacks?
I could imagine a few different workflows:
- Loading all table rows from a lightkurve search.
lc = search_lightcurve("HAT-P-11", mission="Kepler",
cadence="long", quarter=10)
If I run the download_all method here and load each file in LCviz, how performant is that?
- Users selecting several observations from Portal / MissionMast and loading into a single LCViz (viewer)