error('Requested time [ %1.1fs %1.1fs ] is not (or only partly) contained in this session with track length of %1.1fs',extract_seconds(1),extract_seconds(2),obj.trackLength)
end
ifnargin<4
calibrated=true;
end
ifnargin<3
channels=1;
end
if~obj.has_channels(channels)
error('Could not find tracks for requested channels %i',channels)