Duncan Macleod
Duncan Macleod
@linlupin, I think I misunderstood your goal. I originally thought you wanted to read independent `TimeSeries` objects from different files, and just store them side-by-side in a new file. Are...
@linlupin, sorry for the delay, I am struggling for time to maintain GWpy these days. > If I have a data (hdf5 file) of 24-s, is there any way to...
@pmeyers279, apologies for the delay in getting to this. Do you have any code that I can use a minimal example that reproduces the bug? This may have already been...
@areeda, this is a fundamental issue with the way that gwpy arrays are constructed, this operation: ```python sp.value[sp.value>0] ``` returns a 1-Dimensional array of values, whereas gwpy is expecting all...
@areeda, is this still an active issue? If not I would like to close it.
To be blunt, this is not a gwpy issue, is simply relates to users taking care to understand the nature of the data they are working with. We could consider...
So, there's a few different things in here. > Ok, so it doesn't like Astropy's units. Converting it to a normal Numpy array though... The 'correct' way to do this...
Regarding taking the logarithm of dimensioned data, see this SO answer: https://math.stackexchange.com/a/238404 I don't know for sure, but I presume something like this is the motivation for the astropy errors.
@WolfgangFahl, I'm sorry for the extraordinary delay in getting to this. Is the above issue still a problem for you?
@dcorre, please rebase this branch against the upstream`master` branch, which should have fix the unrelated test failures.