Jameson Graef Rollins

Results 11 issues of Jameson Graef Rollins

There is a strong need for GPS time conversion in many science applications. Unfortunately none of the existing python date/time libraries support GPS time conversion. The only library that does...

enhancement

```python In [1]: import gwpy In [2]: from gwpy.timeseries import TimeSeries In [3]: ts = TimeSeries.fetch('L1:GRD-IFO_OK', 1226370000, 1226370001) In [4]: ts == 1 Out[4]: False In [5]: ts == 2.0...

The documentation for gwpy is one of it's strong suits. However, it has recently become very focused on stuff useful for the public (such as access of open data), and...

issue:question
issue:feedback
examples

This lets users provide a pool with a map() method, rather than handling this via multiprocessing internally. This allows for more flexibility for users to provide alternate pools (such as...

I've been having trouble getting the `TimeSeries.zpk()` and `FrequencySeries.zpk()` methods to produce sensible results. Attached is a script that produce a plot (below) that demonstrates the issues. ![gwpy_zpk_confused](https://user-images.githubusercontent.com/9920104/188206594-a198ecd7-6105-48c0-99cd-aa5117ab9239.png) The plot...

gwpy.signal
gwpy.timeseries

I've been experiencing a persistent issue whereby notes will disappear from the app, and be replaced with a blank note. Looking at the git history you can see a commit...

```python In [3]: from gwpy.timeseries import TimeSeries In [4]: ts = TimeSeries.fetch('H1:CAL-DARM_ERR_DBL_DQ', 1378540810, 1378540818) In [6]: psd = ts.psd() In [7]: psd.size Out[7]: 16385 In [19]: inds = np.where(psd.frequencies.value >...

Some data fetch operations require gwpy to interact with segdb, which is a LIGO.ORG authenticated service. If a cert is not available it's currently a pretty opaque failure for both...

My gitjournal app (android 1.87.0+3768) is in a state where it keeps restoring files that I am deleting from the remote git repo from another host. Here is the behavior...

In version 1.46.0 of the electron desktop app there is a column on the far left which holds a vertical list of accounts, and a button at the bottom that...

enhancement
ui/ux
polish