Giter VIP home page Giter VIP logo

Comments (3)

github-actions avatar github-actions commented on June 24, 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.

rebekah9969 avatar rebekah9969 commented on June 24, 2024

Dear @astromattwood,

Thank you very much for posting this issue.
While your code is indeed useful, there are already ways to create boolean masks to block out specific time series data using python and lightkurve e.g.,

lc_n = lc[(lc.time.value < start) | (lc.time.value > end)]

There are also specific ways to mask out data which might contain transits or other phenomena as shown here (https://docs.lightkurve.org/tutorials/3-science-examples/exoplanets-identifying-transiting-planet-signals.html)
As such adding in this function, while useful, would be an unnecessary step and might not represent all functionality that a user may desire.

We however sincerely think you for your interest and will keep this in mind if we ever do move in this direction.

We will close this issue now, but please feel free to post again to open it back up.

from lightkurve.

astromattwood avatar astromattwood commented on June 24, 2024

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.