Skip to content
Snippets Groups Projects

integrability check in postfit

Merged Emanuele Roberto Nocera requested to merge iteg-postfit into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -152,10 +152,14 @@ def compute_arclength(n3pdf):
def compute_integrability_number(n3pdf):
"""
Given the layer with the fit basis computes the integrability number
for the distributions V, V3, V8, T3, T8
for the distributions V, V3, V8, T3, T8 defined in vp2
Parameters
----------
n3pdf: pdf function has received by the writer or ``pdf_model``
Returns
-------
a list of floats
"""
ret = integrability_number(n3pdf, [1.65], flavours=['V', 'T3', 'V3', 'T8', 'V8'])
return ret
Loading