Sean Leavey

Results 40 issues of Sean Leavey

Include directives like this are valid Sphinx: ```rst .. include:: /somefile.hrst ``` This is mentioned by the Sphinx developer [here](https://github.com/sphinx-doc/sphinx/issues/3508). The doc8 linter complains about the above definition though: ```...

I'm grabbing data in a loop: ```python alldata = [] legends = [] for start, stride in PUMPDOWNS: print("Getting data from", tconvert(start)) data = TimeSeries.get(CHANNEL, start, start+stride, host="our-host", port=8088, verbose=True,...

issue:question
gwpy.timeseries
dep:matplotlib
dep:numpy
gwpy.plot

The function that produces INI format files for channels seems to be looking for a non-existent property of `Channel`, `group`: ```python from gwpy.detector import Channel, ChannelList channel = Channel("G2:SQL-MIXER_OOL_OUT_DQ") channels...

Specifying a `Channel` object in a call to `TimeSeries.fetch` results in a `KeyError`, despite the documentation specifying that the channel argument can be a `Channel`: ``` >>> print(TimeSeries.fetch.__doc__) Fetch data...

I'd like to plot a timeseries with real dates as the x-axis, like "2019-09-01 12:00:00" instead of the usual epoch + offset style. Is this possible with a parameter in...

issue:question
issue:feature-request
issue:help-wanted

For analysing data at high sample rates, downloading many hours worth of data requires huge amounts of memory and makes such a task only really suitable for clusters/servers. But when...

gwpy.spectrogram
issue:feature-request
issue:help-wanted
performance

I want to plot something from a frame builder behind a router, so I have opened up an SSH tunnel on a custom port. The `gwpy-plot` utility seems to lack...

issue:bug
gwpy.io

It would be nice to have the ability to specify that missing data be padded in the CLI. Right now I don't see a way to do this.

As of Click 7, `click.Choice` appears only to support choice prompting by string, i.e. the user must specify the exact string (modulo case sensitivity) from the choices. It would be...

f:prompt

This is a minor grievance I have with an otherwise excellent tool - so first of all I must say thanks a lot for providing this to the community for...

enhancement
javascript
Frontend