You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Content

Introduction

The re-implementation of the LogBookGrabber was intended keeping in mind a few goals for improvement:

  • use pyqt4 in stead of tk in GUI backend,
  • add loading of graphical files from disk
  • add the region editor of graphical files
  • selection of tags from the list of available in db

GUI layout

Plots for

  • Default GUI
  • Extended GUI
  • Internal logger

How to run application

setenv PYTHONPATH $

Unknown macro: {PYTHONPATH}
:/reg/g/pcds/pds/grabber/lib/python2.7/site-packages

/reg/g/pcds/pds/grabber/bin/LogBookGrabber_qt.py -i <INSTRUMENT> -e <experiment-name> -u <user-name> -p <password> -w <web-service>

For example:

/reg/g/pcds/pds/grabber/bin/LogBookGrabber_qt.py -i AMO -e amodaq09 -u amoopr -p <password> -w https://pswww.slac.stanford.edu/ws-auth

Code location

Code resides in the directory:

/reg/g/pcds/pds/grabber/bin/

and consists of modules:

LogBookGrabber_qt.py
LogBookWebService.py
icons/
  • No labels