Sam Lee

Results 92 issues of Sam Lee

**Version:** v1.2.3 **Use case:** When users find an interesting log lines, by say, change the log level to ERROR, the users then want to view the surrounding logs at a...

I believe this is essentially the gradle counterpart for #107. It'd be great if the plugin can honor the existing checkstyle settings in the project gradle build files, at the...

enhancement

Two separate UI issues, but potential fixes are loosely related so I group them together. 1. The default font size seems to be a bit too large. 2. When Visual...

enhancement

### Description TimeSeries `aggregate_downsample()` appears to be significantly slower in Astropy 5 (comparing it with Astropy 4). For the sample TimeSeries below (20000 data points), doing a `aggregate_downsample(ts, time_bin_size=10*u.minute)` ,...

Bug
Performance
timeseries

Query `Tic` / `Ctl` Catalogs to get a subset of columns with [`query_criteria(columns=...)`](https://astroquery.readthedocs.io/en/latest/api/astroquery.mast.CatalogsClass.html#astroquery.mast.CatalogsClass.query_criteria) does not appear to work. [MAST documentation](https://catalogs.mast.stsci.edu/docs/general_catalog_service.html#selecting-columns) suggests that `columns` is supported. Sample codes: ```python from astroquery.mast...

bug
mast

Closes #1577 . So far this is an outline of the proposed change. I'd like to use the PR to solicit feedback (and gauge the efforts required) before proceeding further.

mast
cache

When performing Vizier search, it often emits the following (arguably useless) warning. ``` UnitsWarning: Unit 'e' not supported by the VOUnit standard. [astropy.units.format.vounit] ``` It appears that if the search...

bug
Upstream
vizier

#### Problem description `Lightcurve.bin()` shows signficant performance degradation with `Lightkurve v2.1`. In the example below (binning a typical TESS SPOC 2-minute cadence lightcurve), the elapsed time increases from ~ 5sec...

:wastebasket: binning-problem
:snail: prohibitively-slow

It is a refactoring to make adding new data products easier. In the current draft, QLP is used as an illustration. 1. All data product specific information is encapsulated in...

#### Problem description When [`bottleneck`](https://bottleneck.readthedocs.io/en/latest/) is installed, `lc.remove_outliers()` would fail with `ValueError` for some normalized lightcurves (by calling `lc.normalize()`. Note, however, for flux that is pre-normalized in the FITS file,...

bug
upstream fix needed