Giter VIP home page Giter VIP logo

Comments (5)

orionlee avatar orionlee commented on June 16, 2024 1

@RandomNewz Skybot service is functioning again. So the issue is resolved.

from lightkurve.

github-actions avatar github-actions commented on June 16, 2024

Hi there! πŸ‘‹ Thank you for opening your first Lightkurve issue! πŸ™ One of our maintainers will get back to you as soon as possible. πŸ‘©β€πŸš€ You can expect a response within 7 days. πŸ“… If you haven’t heard anything by then, feel free to ping this thread. πŸ›ŽοΈ We love that you are using Lightkurve and appreciate your feedback. πŸ‘

from lightkurve.

orionlee avatar orionlee commented on June 16, 2024

There seems to some issue in the underlying Skybot service. I started experience it in late December 2023. E.g., if I use Skybot's web UI:
https://vo.imcce.fr/webservices/skybot/?forms

I cannot get any meaningful results either.

from lightkurve.

RandomNewz avatar RandomNewz commented on June 16, 2024

So, nothing can be done until the Skybot service gets fixed?

from lightkurve.

orionlee avatar orionlee commented on June 16, 2024

If the goal is to identify specific asteroids around the target of the lightcurve, I'm afraid I don't have any suggestion.

If the goal is to see if there are asteroids (or any type of background events) that contaminate a lightcurve, there are ways without using Skybot (identifying specific asteroids).

  1. one can inspect the background, in SAP_BKG for TESS SPOC lightcurves, to identify dips in lightcurves due to spikes in the background (often due to asteroids passing through).
lc = lc.truncate(3256.1, 3256.4)  # zoom-in to the relevant time
lc.scatter();
lc.select_flux("sap_bkg").scatter(label="sap_bkg");

image

  1. If TargetPixelFile is available, one can inspect the lightcurve at per-pixel level with tpf.plot_pixels() function. The trajectory of an asteroid can often be seen visually:

image

from lightkurve.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.