Skip to content

Commit 418bdfb

Browse files
authored
Merge pull request #23 from wavicles/master
minor updates
2 parents b6e0730 + f77439a commit 418bdfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ install:
3232
mkdir -p $(DESTDIR)/lib/udev/rules.d
3333
install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab
3434
# fix a few permissions
35-
#find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;
35+
find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;

PSL/sciencelab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __runInitSequence__(self,**kwargs):
127127
self.achans=[analogAcquisitionChannel(a) for a in ['CH1','CH2','CH3','MIC']]
128128
self.gain_values=gains
129129
self.buff=np.zeros(10000)
130-
self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the SEElablet. Actual values will be updated during calibration loading
130+
self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the FOSSASIA PSLab. Actual values will be updated during calibration loading
131131
self.resistanceScaling = 1.
132132

133133
self.digital_channel_names=digital_channel_names

0 commit comments

Comments
 (0)