Sam Lee

Results 229 comments of Sam Lee

@ardydo Thanks for the input - a batch download limit setting will solve the issue. As an user, I'll be okay with it. I feel others might be weary of...

FYI, I use a 3rd-party paid app (you can find on play store) to do so, it can let you assign actions up to 4 clicks.

I just noticed the app I am using, Headset Button Controller, is no longer on Play Store. It works well for me.

One possibility, without adding new concepts such as group, tag, folder etc. is to use the existing `@namespace`, `@match` / `@include`. With the current UI, one can narrow to a...

> Will there be something like `@tags` in the metadata block in the future Folder like UI can still be done with without `@tags` by grouping: - `@namespace` - domain...

`estimate_cdpp()` 's, `savgol_window` parameter has similar issue, so as `lc.flatten()`'s `window_length` for that matter (See the old issue #546 ). They all stem from the fact the parameters, in cadence,...

1. `Lightcurve.bin()` is very slow primarily because of a performance regression in the underlying Astropy library. See #1190 for details. Ways to improve the performance: - downgrade to lightkurve v2.0.11...

For the `lc.label`, I feel it'd be better if it is one of the following: 1. a TIC-based label, like SPOC products, or 2. make it clear it is a...

hmm, the having `flux_column` in `read` / `download` makes it less necessary to have `column` in `lc.normalize()` The `flux_column` in `read` / `download` is not yet (publicly) documented, however.

In the use cases I'm familiar with, concatenating underlying keywords by default more likely to break things than fixing things. Examples: - `TSTART`: some of my codes rely on `TSTART`...