Skip to content

Commit

Permalink
update docs, pyanaDir -> data
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2015
1 parent b330d98 commit c24786a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 25 deletions.
20 changes: 5 additions & 15 deletions ccsgp_get_started/__init__.py
Expand Up @@ -51,22 +51,12 @@
use it, uncomment the h5py requirement in ``requirements.txt`` and rerun ``$
pip install -r requirements.txt``.
4. If you intend to run the examples, clone the test data repository::
4. As member of the STAR collaboration you can also pull in the protected data::
$ git clone http://gitlab.the-huck.com/github/ccsgp_get_started_data.git
Pull in public STAR dielectron data into a new branch to use gp_xfac and gp_panel::
$ cd <path/to/ccsgp_get_started_data>
$ git remote add dielec_public http://gitlab.the-huck.com/star/dielectron_data_public.git
$ git checkout -b star_dielec
$ git pull dielec_public master
If you are part of the STAR collaboration you can also pull in the protected
STAR dielectron data to include it in gp_panel::
$ git remote add dielec_protect http://cgit.the-huck.com/dielectron_data_protected
$ git pull -Xtheirs dielec_protect master
$ cd data
$ git remote add dielec http://cgit.the-huck.com/dielectron_data_protected
$ git checkout -b dielec
$ git pull dielec master
(enter STAR protected credentials)
Expand Down
2 changes: 1 addition & 1 deletion ccsgp_get_started/__main__.py
Expand Up @@ -20,7 +20,7 @@

def getBaseDir(plot):
# TODO: de-hardcode
return 'pyanaDir/examples/%s/input' % plot
return 'data/examples/%s/input' % plot

def inBaseDirExists(plot): return os.path.exists(getBaseDir(plot))

Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Expand Up @@ -8,7 +8,8 @@ Get started with ccsgp!

*Authors*
**Patrick Huck** (GitHub_),
``default_colors`` in :class:`ccsgp_get_started.ccsgp.config` contributed by Johanna Huck
original ``default_colors`` in :class:`ccsgp_get_started.ccsgp.config`
contributed by Johanna Huck

*Date*
|today|
Expand Down
16 changes: 8 additions & 8 deletions make_thesis_plots.sh
Expand Up @@ -9,11 +9,11 @@ python -m ccsgp_get_started.examples.gp_rdiff --diffRel LatestPatrickJieYi
python -m ccsgp_get_started.examples.gp_rdiff --divdNdy LatestPatrickJieYi
python -m ccsgp_get_started.examples.gp_ptspec
open \
pyanaDir/examples/gp_rapp/output/rapp_overview_panel.pdf \
pyanaDir/examples/gp_stack/output/stackLatestPatrickJieYiInclMed.pdf \
pyanaDir/examples/gp_panel/output/panelLatestPatrickJieYi.pdf \
pyanaDir/examples/gp_rdiff/output/diffAbsLatestPatrickJieYiNoXErr.pdf \
pyanaDir/examples/gp_rdiff/output/diffRelLatestPatrickJieYiNoXErr.pdf \
pyanaDir/examples/gp_rdiff/output/enhanceLatestPatrickJieYi.pdf \
pyanaDir/examples/gp_rdiff/output/excessLatestPatrickJieYiDivdNdy.pdf \
pyanaDir/examples/gp_ptspec/output/ptspec.pdf
data/examples/gp_rapp/output/rapp_overview_panel.pdf \
data/examples/gp_stack/output/stackLatestPatrickJieYiInclMed.pdf \
data/examples/gp_panel/output/panelLatestPatrickJieYi.pdf \
data/examples/gp_rdiff/output/diffAbsLatestPatrickJieYiNoXErr.pdf \
data/examples/gp_rdiff/output/diffRelLatestPatrickJieYiNoXErr.pdf \
data/examples/gp_rdiff/output/enhanceLatestPatrickJieYi.pdf \
data/examples/gp_rdiff/output/excessLatestPatrickJieYiDivdNdy.pdf \
data/examples/gp_ptspec/output/ptspec.pdf

0 comments on commit c24786a

Please sign in to comment.