cms-gem-daq-project / gem-plotting-tools

Repository for GEM commissioning plotting tools
GNU General Public License v3.0
1 stars 26 forks source link

Update the plotTimeSeries documentation for new setup #135

Closed lmoureaux closed 6 years ago

lmoureaux commented 6 years ago

Description

Fixes #130

Types of changes

Motivation and Context

From #130:

Current Behavior

Documentation still references git-based commands, such as "vi $GEM_PLOTTING_PROJECT/mapping/chamberInfo.py", which are no longer in use. This does not make it clear which copy of chamberInfo.py the user should change.

Expected Behavior

Documentation should reference paths within venv, and make it clear that the files to be used/changed should be within the user's virtual environment, i.e. "vi /path/to/your/venv/slc6/py2.7/lib/python2.7/site-packages/gempython/gemplotting/mapping/chamberInfo.py"

Checklist: