Skip to content

Commit

Permalink
gp_xfac: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 14, 2014
1 parent ad0e095 commit 24f3e20
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyana/examples/gp_xfac.py
Expand Up @@ -12,9 +12,18 @@
def gp_xfac():
"""example using QM12 enhancement factors
- add link to QM12 poster
- include image
- describe variables used
- uses `gpcalls` kwarg to reset xtics
- numpy.loadtxt needs reshaping for input files w/ only one datapoint
- according poster presentations see QM12_ & NSD_ review
.. _QM12: http://indico.cern.ch/getFile.py/access?contribId=268&sessionId=10&resId=0&materialId=slides&confId=181055
.. _NSD: http://rnc.lbl.gov/~xdong/RNC/DirectorReview2012/posters/Huck.pdf
.. image:: ../ccsgp_get_started_data/examples/gp_gp_xfac/xfac.png
:width: 450 px
:ivar key: translates filename into legend/key label
:ivar shift: slightly shift selected data points
"""
# prepare data
inDir, outDir = getWorkDirs()
Expand Down

0 comments on commit 24f3e20

Please sign in to comment.