Tags: gwpy/gwsumm
Tags
Fix spectrum plots for different states (#403) * fix _get_spectrum function to consider state * add state option to get_range_spectrum * remove operations reduntant to decorator * fix range spctrogram segments * remove extra line * remove unused import * Apply suggestions from code review Co-authored-by: Evan Goetz <32753745+eagoetz@users.noreply.github.com> --------- Co-authored-by: Iara Ota <iara.ota@ligo.org> Co-authored-by: Evan Goetz <32753745+eagoetz@users.noreply.github.com>
Add RangeCumulativeHistogramPlot class (#385) * added RangeCumulativeHistogramPlot class * remove range smaller than 1 for cumulative histogram * add min, max and autoscaling range options to histograms * remove data rescale * fixed long line * fixed white spaces and blank lines * deal with empty arr * update get_range for histogram * fix lint * add new class to __init__ --------- Co-authored-by: Iara Ota <iara.ota@ligo.org>
Safer archive process (#378) * removed home tab in the saving archive * refactor saving function * fixed warning message * add blank line * fix lint errors * fixed deprecated mktemp; added warn to logger * removed "_Home" exception * fixed lint errors * fix lint error * fix lint error * fix log msg; create a temp file without deleting * removed trailing whitespace --------- Co-authored-by: Iara Ota <iara.ota@ligo.org>
Added more robust archive file corruption handling (#370) This PR will add an additional check when reading archive hdf5 files so that each group is read once to check that there are no runtime errors due to file corruption in the group Co-authored-by: Evan Goetz <evan.goetz@ligo.org>
PreviousNext