Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions gwsumm/data/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
from gwpy.segments import (Segment, SegmentList)
from gwpy.timeseries import (TimeSeriesList, TimeSeriesDict,
StateVector, StateVectorList, StateVectorDict)
from gwpy.timeseries.io.gwf import get_default_gwf_api
from gwpy.utils.mp import multiprocess_with_queues

from .. import globalv
Expand Down Expand Up @@ -86,13 +85,6 @@
r'SenseMonitor_CAL_[A-Z][0-9]_M\Z'),
}

# list of GWF frametypes that contain only ADC channels
# (allows big memory/time savings when reading with frameCPP)
try:
GWF_API = get_default_gwf_api()
except ImportError:
GWF_API = None

# frameCPP I/O optimisations
ADC_TYPES = {
'R', 'C', # old LIGO raw and commissioning types
Expand Down
Loading