diff --git a/Makefile b/Makefile index c80dc071..34c3dbc1 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ install: mkdir -p $(DESTDIR)/lib/udev/rules.d install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab # fix a few permissions - #find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \; + find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \; diff --git a/PSL/sciencelab.py b/PSL/sciencelab.py index 29974168..7dd51975 100644 --- a/PSL/sciencelab.py +++ b/PSL/sciencelab.py @@ -127,7 +127,7 @@ def __runInitSequence__(self,**kwargs): self.achans=[analogAcquisitionChannel(a) for a in ['CH1','CH2','CH3','MIC']] self.gain_values=gains self.buff=np.zeros(10000) - self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the SEElablet. Actual values will be updated during calibration loading + self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the FOSSASIA PSLab. Actual values will be updated during calibration loading self.resistanceScaling = 1. self.digital_channel_names=digital_channel_names