Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Content

Table of Contents

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
    Image AddedImage AddedImage Added

How to run application

Code Block


* 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


h1. GUI layout
Plots for
* Default GUI
* Extended GUI
* Internal logger
!LogBookGrabber-1.png|thumbnail,border=1!!LogBookGrabber-2.png|thumbnail,border=1!!LogBookGrabber-logger.png|thumbnail,border=1!



h1. How to run application

bq. setenv PYTHONPATH ${PYTHONPATH}:/reg/g/pcds/pds/grabber/lib/python2.7/site-packages

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

For

...

example:

Code Block
bq. /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



h1. Code location
Code resides in the directory:
bq. 

Code location

Code resides in the directory:

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

...

and

...

consists

...

of

...

modules:

{
Code Block
}
LogBookGrabber_qt.py
LogBookWebService.py
icons/
{code}