-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue when importing fastNLO tables: metadata and flexible-scale choice #228
Comments
The CLI doesn't copy fastNLO's metadata, so that's not unexpected. I suppose you need them? In the meantime you can fix this manually by setting them yourself, using the keys listed here: https://nnpdf.github.io/pineappl/docs/metadata.html. The descriptions are still missing, but hopefully the keys are self-explainatory. The corresponding |
Ok, 2 questions: How should the keys be set manually? |
Sorry, I meant to explain this already in my last comment:
This will load If your CLI doesn't have the
Agreed. |
Thanks :) |
I agree this can be part of the converter, but even for the time being you don't have to do it manually for all the bins and distributions, you can use the PineAPPL primitives and script it (both in Bash and Python). |
@cschwan , lots of things in my PC are currently broken so I will try to do it asap, once they are fixed. Just to know, do I just need to follow the installation procedure with cargo again to have this new feature? |
Sorry to hear that, @t7phy! There's no rush on my end so take the time you need. You need to install |
Hi @cschwan, Thanks for the added feature, its working as needed. There are two things though:
|
@t7phy, whenever possible, prefer copy-pasting text, rather than pictures of text (especially in the case of tables it'd make it simpler to analyze the data, e.g. taking the ratio of two columns, without having to reproduce them). |
|
Ok, this is what I had guessed but I just wanted to let you know (in case my guess was wrong).
So, I didn't touch the --accuracy at all, and when the import was performed, pineappl showed its values' and fastnlo's values as identical (to 10^-14 or 10^-15 accuracy). However, the values that pienappl displays for fastnlo are not the same as what fastnlo displays by itself. I am using the same PDF sets and I tried using the command you mentioned (with the '_ LHAPDF' at the end) but its still the same. I have attached below one of the fastnlo files as an example. Could you see if this issue is replicated if you do the conversion? Maybe that might help. |
That's an interesting find. It turns out that:
There isn't anything I can do on the fastNLO side, but I can add an option to change the renormalization/factorization during the import. |
@t7phy with commit a151732, you can try the following:
This will produce the same numbers as:
This should suffice for convincing yourself that these are actually the same numbers, but I suggest not to use any |
Thanks @cschwan :) |
Hi @cschwan, I have been converting some grids from the fastnlo format to the pineappl format, however after conversion, it seems that the name and units of the bin are not being stored in the pineappl file and instead it just lists the name as x1. Any ideas on why that might be happening?
The text was updated successfully, but these errors were encountered: