Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Аdd the possibility to set an offset #4

Open
odriga opened this issue Jan 13, 2016 · 2 comments
Open

Аdd the possibility to set an offset #4

odriga opened this issue Jan 13, 2016 · 2 comments

Comments

@odriga
Copy link

odriga commented Jan 13, 2016

No description provided.

@capalmer85
Copy link
Contributor

@odriga Can you point to the files/lines where you will add this?

@odriga
Copy link
Author

odriga commented Jan 13, 2016

sftp://[email protected]/afs/cern.ch/user/o/odryha/work/2015.12.05-VdM/Monika/dataPrepII/makeRateFile.py
# changed for BCID shift in HF O.D. 1.12.2015
for idx, bcid in enumerate(collBunches):
rates[str(bcid)] = bxdf[bcid].mean()
ratesErr[str(bcid)] = stats.sem(bxdf[bcid])
#rates[str(bcid)] = bxdf[bcid-1].mean()
#ratesErr[str(bcid)] = stats.sem(bxdf[bcid-1])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants