Skip to content
Snippets Groups Projects
Commit 75e8e639 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Changed both Fast and EDCU DAQ .ini config files' slope to 3.0518e-04.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3411 6dcd42c9-f523-4c6d-aada-af552506706e
parent 10cb3b71
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ install: $(DB)
echo 'gain=1.00' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'datatype=4' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'ifoid=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'slope=6.1028e-05' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'slope=3.0518e-04' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'acquire=1' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'offset=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \
echo 'units=V' >> target/$(TARGET)/db/$$ifo/auto.ini; \
......
......@@ -957,7 +957,7 @@ ifoid=$ifoid
datatype=4
datarate=$gds_datarate
offset=0
slope=6.1035e-04
slope=3.0518e-04
units=V
END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment