FAMIS 4734 The script to plot the optical lever trends is returning an error: patrick.thomas@zotws1:/opt/rtcds/userapps/release/sys/h1/scripts$ python oplev_trends.py Traceback (most recent call last): File "oplev_trends.py", line 29, inbuffers= conn.fetch(start,stop,channels_pit) RuntimeError: Requested data were not found.
I can also run the script and get the plots. Patrick thinks an environment variable is mis-configured in his account.
export PYTHONPATH=/ligo/home/patrick.thomas/Desktop/mic/install/lib/python:$PYTHONPATH
export PYTHONPATH=/ligo/apps/linux-x86_64/nds2-client-0.12.2/lib/python2.7/site-packages:$PYTHONPATH
export PATH=$JAVA_HOME/bin:$PATH