flamedisx.xenon package

Submodules

flamedisx.xenon.data module

Tools to get data from other XENON repositories

flamedisx.xenon.data.ensure_repo(repo_name, repo_path, token=None)[source]

Clones private repository (prompting for credentials) if we do not have it

flamedisx.xenon.data.ensure_token(token=None)[source]

Requests for token if token is not already available.

flamedisx.xenon.data.get_bbf_file(data_file_name)[source]

Return information from file in bbf/bbf/data/…

Do NOT call on import time – that would make flamedisx unusable to non-XENON folks!

flamedisx.xenon.data.get_nt_file(data_file_name)[source]

Return information from file in XENONnT/Flamedisx/…

Do NOT call on import time – that would make flamedisx unusable to non-XENON folks!

flamedisx.xenon.data.pax_file(x)[source]

Return URL to file hosted in the pax repository master branch

flamedisx.xenon.data.refresh_nt(token=None)[source]

Cloning latest version of XENONnT/Flamedisx (prompting for credentials) if we do not have it

flamedisx.xenon.itp_map module

Code to load XENON-specific correction maps

Adapted from https://github.com/XENONnT/straxen/blob/master/straxen/itp_map.py

class flamedisx.xenon.itp_map.InterpolateAndExtrapolate(points, values, neighbours_to_use=None, array_valued=False)[source]

Bases: object

Linearly interpolate- and extrapolate using inverse-distance weighted averaging between nearby points.

class flamedisx.xenon.itp_map.InterpolatingMap(data)[source]

Bases: object

Correction map that computes values using inverse-weighted distance interpolation.

The map must be specified as a json translating to a dictionary like this:

‘coordinate_system’ : [[x1, y1], [x2, y2], [x3, y3], [x4, y4], …], ‘map’ : [value1, value2, value3, value4, …] ‘another_map’ : idem ‘name’: ‘Nice file with maps’, ‘description’: ‘Say what the maps are, who you are, etc’, ‘timestamp’: unix epoch seconds timestamp

with the straightforward generalization to 1d and 3d.

Alternatively, a grid coordinate system can be specified as follows:

‘coordinate_system’ : [[‘x’, [x_min, x_max, n_x]], [[‘y’, [y_min, y_max, n_y]]

Alternatively, an N-vector-valued map can be specified by an array with last dimension N in ‘map’.

The default map name is ‘map’, I’d recommend you use that.

For a 0d placeholder map, use

‘points’: [], ‘map’: 42, etc

data_field_names = ['timestamp', 'description', 'coordinate_system', 'name', 'irregular']

flamedisx.xenon.resource module

“xenon resource cache system

Copy-paste from https://github.com/XENONnT/straxen/blob/master/straxen/common.py

flamedisx.xenon.resource.deterministic_hash(thing, length=10)[source]

Return a base32 lowercase string of length determined from hashing a container hierarchy

flamedisx.xenon.resource.get_resource(x, fmt=None)[source]

Return contents of file or URL x :param fmt: Format to parse contents into. If not specified, will use the file extension (minus dot) as the format

Do NOT mutate the result you get. Make a copy if you’re not sure. If you mutate resources it will corrupt the cache, cause terrible bugs in unrelated code, tears unnumbered ye shall shed, not even the echo of your lamentations shall pass over the mountains, etc.

flamedisx.xenon.resource.hashablize(obj)[source]

Convert a container hierarchy into one that can be hashed. See http://stackoverflow.com/questions/985294

flamedisx.xenon.x1t_sr0 module

XENON1T SR0 implementation

class flamedisx.xenon.x1t_sr0.SR0ERSource(*args, **kwargs)[source]

Bases: flamedisx.xenon.x1t_sr0.SR0Source, flamedisx.lxe_sources.ERSource

initial_dimensions: tuple

Dimensions provided by the first block

class flamedisx.xenon.x1t_sr0.SR0NRSource(*args, **kwargs)[source]

Bases: flamedisx.xenon.x1t_sr0.SR0Source, flamedisx.lxe_sources.NRSource

initial_dimensions: tuple

Dimensions provided by the first block

class flamedisx.xenon.x1t_sr0.SR0WIMPSource(*args, **kwargs)[source]

Bases: flamedisx.xenon.x1t_sr0.SR0Source, flamedisx.lxe_sources.WIMPSource

This describes an SR0-like WIMP source, not THE SR0 source. The time range is not changed from the default.

energies = array([ 0.7       ,  0.73084288,  0.76304473,  0.79666544,  0.83176752,         0.86841624,  0.90667975,  0.9466292 ,  0.98833887,  1.03188632,         1.07735253,  1.12482203,  1.1743831 ,  1.22612789,  1.28015263,         1.33655776,  1.39544817,  1.45693337,  1.52112768,  1.58815048,         1.65812638,  1.73118551,  1.80746372,  1.88710284,  1.97025095,         2.05706268,  2.14769945,  2.24232978,  2.34112964,  2.44428275,         2.55198092,  2.6644244 ,  2.78182229,  2.90439287,  3.03236406,         3.16597383,  3.30547061,  3.45111379,  3.6031742 ,  3.76193457,         3.92769013,  4.10074909,  4.28143324,  4.47007856,  4.66703583,         4.87267129,  5.0873673 ,  5.31152309,  5.54555546,  5.78989959,         6.04500984,  6.31136056,  6.58944702,  6.87978633,  7.18291835,         7.49940675,  7.82984002,  8.1748326 ,  8.53502598,  8.91108994,         9.30372374,  9.71365749, 10.14165343, 10.5885074 , 11.05505033,        11.54214972, 12.05071132, 12.58168079, 13.13604543, 13.71483608,        14.31912897, 14.95004776, 15.60876563, 16.29650743, 17.014552  ,        17.76423451, 18.54694898, 19.36415083, 20.21735962, 21.10816185,        22.03821395, 23.00924532, 24.02306154, 25.08154778, 26.18667226,        27.3404899 , 28.5451462 , 29.80288116, 31.11603351, 32.487045  ,        33.91846497, 35.4129551 , 36.97329435, 38.6023841 , 40.30325359,        42.07906552, 43.93312196, 45.86887045, 47.88991044, 50.        ])
initial_dimensions: tuple

Dimensions provided by the first block

mw = 1000.0
sigma_nucleon = 1e-45

flamedisx.xenon.x1t_sr1 module

XENON1T SR1 implementation

class flamedisx.xenon.x1t_sr1.SR1ERSource(*args, **kwargs)[source]

Bases: flamedisx.xenon.x1t_sr1.SR1Source, flamedisx.lxe_sources.ERSource

initial_dimensions: tuple

Dimensions provided by the first block

static p_electron(nq, *, W=0.0138, mean_nexni=0.15, q0=1.13, q1=0.47, gamma_er=0.031, omega_er=31.0)[source]

Fraction of ER quanta that become electrons Simplified form from Jelle’s thesis

static p_electron_fluctuation(nq, q2=0.034, q3_nq=123.0)[source]
class flamedisx.xenon.x1t_sr1.SR1NRSource(*args, **kwargs)[source]

Bases: flamedisx.xenon.x1t_sr1.SR1Source, flamedisx.lxe_sources.NRSource

initial_dimensions: tuple

Dimensions provided by the first block

p_electron(nq, *, alpha=1.28, zeta=0.045, beta=0.02457, gamma=0.0141, delta=0.062, drift_field=81.0)[source]

Fraction of detectable NR quanta that become electrons, slightly adjusted from Lenardo et al.’s global fit (https://arxiv.org/abs/1412.4417).

Penning quenching is accounted in the photon detection efficiency.

class flamedisx.xenon.x1t_sr1.SR1WIMPSource(*args, **kwargs)[source]

Bases: flamedisx.xenon.x1t_sr1.SR1NRSource, flamedisx.lxe_sources.WIMPSource

initial_dimensions: tuple

Dimensions provided by the first block

class flamedisx.xenon.x1t_sr1.SR1WallSource(*args, **kwargs)[source]

Bases: flamedisx.lxe_sources.SpatialRateERSource, flamedisx.xenon.x1t_sr1.SR1ERSource

static electron_detection_eff(drift_time, elife, *, w_extraction_eff=0.0169)[source]
energies = <tf.Tensor: shape=(1000,), dtype=float32, numpy= array([ 0.        ,  0.02502503,  0.05005005,  0.07507508,  0.1001001 ,         0.12512513,  0.15015015,  0.17517518,  0.2002002 ,  0.22522523,         0.25025025,  0.2752753 ,  0.3003003 ,  0.3253253 ,  0.35035035,         0.3753754 ,  0.4004004 ,  0.4254254 ,  0.45045045,  0.4754755 ,         0.5005005 ,  0.5255255 ,  0.5505506 ,  0.5755756 ,  0.6006006 ,         0.6256256 ,  0.6506506 ,  0.6756757 ,  0.7007007 ,  0.7257257 ,         0.7507508 ,  0.7757758 ,  0.8008008 ,  0.8258258 ,  0.8508508 ,         0.8758759 ,  0.9009009 ,  0.9259259 ,  0.950951  ,  0.975976  ,         1.001001  ,  1.026026  ,  1.051051  ,  1.076076  ,  1.1011012 ,         1.1261262 ,  1.1511512 ,  1.1761762 ,  1.2012012 ,  1.2262262 ,         1.2512512 ,  1.2762762 ,  1.3013012 ,  1.3263264 ,  1.3513514 ,         1.3763764 ,  1.4014014 ,  1.4264264 ,  1.4514514 ,  1.4764764 ,         1.5015016 ,  1.5265266 ,  1.5515516 ,  1.5765766 ,  1.6016016 ,         1.6266266 ,  1.6516516 ,  1.6766766 ,  1.7017016 ,  1.7267268 ,         1.7517518 ,  1.7767768 ,  1.8018018 ,  1.8268268 ,  1.8518518 ,         1.8768768 ,  1.901902  ,  1.926927  ,  1.951952  ,  1.976977  ,         2.002002  ,  2.0270271 ,  2.052052  ,  2.0770772 ,  2.102102  ,         2.1271272 ,  2.152152  ,  2.1771772 ,  2.2022023 ,  2.2272272 ,         2.2522523 ,  2.2772772 ,  2.3023024 ,  2.3273273 ,  2.3523524 ,         2.3773773 ,  2.4024024 ,  2.4274275 ,  2.4524524 ,  2.4774776 ,         2.5025024 ,  2.5275276 ,  2.5525525 ,  2.5775776 ,  2.6026025 ,         2.6276276 ,  2.6526527 ,  2.6776776 ,  2.7027028 ,  2.7277277 ,         2.7527528 ,  2.7777777 ,  2.8028028 ,  2.827828  ,  2.8528528 ,         2.877878  ,  2.9029028 ,  2.927928  ,  2.9529529 ,  2.977978  ,         3.0030031 ,  3.028028  ,  3.0530531 ,  3.078078  ,  3.1031032 ,         3.128128  ,  3.1531532 ,  3.178178  ,  3.2032032 ,  3.2282283 ,         3.2532532 ,  3.2782784 ,  3.3033032 ,  3.3283284 ,  3.3533533 ,         3.3783784 ,  3.4034033 ,  3.4284284 ,  3.4534535 ,  3.4784784 ,         3.5035036 ,  3.5285285 ,  3.5535536 ,  3.5785785 ,  3.6036036 ,         3.6286287 ,  3.6536536 ,  3.6786788 ,  3.7037036 ,  3.7287288 ,         3.7537537 ,  3.7787788 ,  3.803804  ,  3.8288288 ,  3.853854  ,         3.8788788 ,  3.903904  ,  3.9289289 ,  3.953954  ,  3.9789789 ,         4.004004  ,  4.029029  ,  4.0540543 ,  4.079079  ,  4.104104  ,         4.129129  ,  4.1541543 ,  4.179179  ,  4.204204  ,  4.2292295 ,         4.2542543 ,  4.279279  ,  4.304304  ,  4.3293295 ,  4.3543544 ,         4.3793793 ,  4.4044046 ,  4.4294295 ,  4.4544544 ,  4.4794793 ,         4.5045047 ,  4.5295296 ,  4.5545545 ,  4.5795794 ,  4.6046047 ,         4.6296296 ,  4.6546545 ,  4.67968   ,  4.7047048 ,  4.7297297 ,         4.7547545 ,  4.77978   ,  4.804805  ,  4.8298297 ,  4.854855  ,         4.87988   ,  4.904905  ,  4.9299297 ,  4.954955  ,  4.97998   ,         5.005005  ,  5.0300303 ,  5.055055  ,  5.08008   ,  5.105105  ,         5.1301303 ,  5.155155  ,  5.18018   ,  5.205205  ,  5.2302303 ,         5.255255  ,  5.28028   ,  5.3053055 ,  5.3303304 ,  5.3553553 ,         5.38038   ,  5.4054055 ,  5.4304304 ,  5.4554553 ,  5.4804807 ,         5.5055056 ,  5.5305305 ,  5.5555553 ,  5.5805807 ,  5.6056056 ,         5.6306305 ,  5.655656  ,  5.6806808 ,  5.7057056 ,  5.7307305 ,         5.755756  ,  5.780781  ,  5.8058057 ,  5.830831  ,  5.855856  ,         5.880881  ,  5.9059057 ,  5.930931  ,  5.955956  ,  5.980981  ,         6.0060062 ,  6.031031  ,  6.056056  ,  6.081081  ,  6.1061063 ,         6.131131  ,  6.156156  ,  6.181181  ,  6.2062063 ,  6.231231  ,         6.256256  ,  6.2812815 ,  6.3063064 ,  6.3313313 ,  6.356356  ,         6.3813815 ,  6.4064064 ,  6.4314313 ,  6.4564567 ,  6.4814816 ,         6.5065064 ,  6.5315313 ,  6.5565567 ,  6.5815816 ,  6.6066065 ,         6.631632  ,  6.6566567 ,  6.6816816 ,  6.7067065 ,  6.731732  ,         6.756757  ,  6.7817817 ,  6.8068066 ,  6.831832  ,  6.856857  ,         6.8818817 ,  6.906907  ,  6.931932  ,  6.956957  ,  6.9819818 ,         7.007007  ,  7.032032  ,  7.057057  ,  7.0820823 ,  7.107107  ,         7.132132  ,  7.157157  ,  7.1821823 ,  7.207207  ,  7.232232  ,         7.2572575 ,  7.2822824 ,  7.3073072 ,  7.332332  ,  7.3573575 ,         7.3823824 ,  7.4074073 ,  7.4324327 ,  7.4574575 ,  7.4824824 ,         7.5075073 ,  7.5325327 ,  7.5575576 ,  7.5825825 ,  7.607608  ,         7.6326327 ,  7.6576576 ,  7.6826825 ,  7.707708  ,  7.732733  ,         7.7577577 ,  7.7827826 ,  7.807808  ,  7.832833  ,  7.8578577 ,         7.882883  ,  7.907908  ,  7.932933  ,  7.9579577 ,  7.982983  ,         8.008008  ,  8.033033  ,  8.058058  ,  8.083083  ,  8.1081085 ,         8.133133  ,  8.158158  ,  8.183183  ,  8.208208  ,  8.233233  ,         8.258258  ,  8.283283  ,  8.308309  ,  8.333333  ,  8.358358  ,         8.383384  ,  8.408408  ,  8.433434  ,  8.458459  ,  8.483483  ,         8.508509  ,  8.533533  ,  8.558558  ,  8.583584  ,  8.608608  ,         8.633634  ,  8.658659  ,  8.683683  ,  8.708709  ,  8.733734  ,         8.758759  ,  8.783784  ,  8.808809  ,  8.833834  ,  8.858859  ,         8.883883  ,  8.908909  ,  8.933934  ,  8.958959  ,  8.983984  ,         9.009009  ,  9.034034  ,  9.059059  ,  9.0840845 ,  9.109109  ,         9.134134  ,  9.159159  ,  9.184184  ,  9.209209  ,  9.234234  ,         9.259259  ,  9.284285  ,  9.309309  ,  9.334334  ,  9.35936   ,         9.384384  ,  9.4094095 ,  9.434435  ,  9.459459  ,  9.484485  ,         9.509509  ,  9.534534  ,  9.55956   ,  9.584584  ,  9.60961   ,         9.634635  ,  9.659659  ,  9.684685  ,  9.70971   ,  9.734735  ,         9.75976   ,  9.784784  ,  9.80981   ,  9.834835  ,  9.859859  ,         9.884885  ,  9.90991   ,  9.934935  ,  9.95996   ,  9.984985  ,        10.01001   , 10.035035  , 10.0600605 , 10.085085  , 10.11011   ,        10.135135  , 10.16016   , 10.185185  , 10.21021   , 10.235235  ,        10.260261  , 10.285285  , 10.31031   , 10.335336  , 10.36036   ,        10.3853855 , 10.41041   , 10.435435  , 10.460461  , 10.485485  ,        10.51051   , 10.535536  , 10.56056   , 10.585586  , 10.610611  ,        10.635635  , 10.660661  , 10.685686  , 10.710711  , 10.735736  ,        10.76076   , 10.785786  , 10.810811  , 10.835835  , 10.860861  ,        10.885886  , 10.910911  , 10.935936  , 10.960961  , 10.985986  ,        11.011011  , 11.0360365 , 11.061061  , 11.086086  , 11.111111  ,        11.136136  , 11.161161  , 11.186186  , 11.211211  , 11.236237  ,        11.261261  , 11.286286  , 11.311312  , 11.336336  , 11.3613615 ,        11.386386  , 11.411411  , 11.436437  , 11.461461  , 11.486486  ,        11.511512  , 11.536536  , 11.561562  , 11.586587  , 11.611611  ,        11.636637  , 11.661662  , 11.6866865 , 11.711712  , 11.736736  ,        11.761762  , 11.786787  , 11.811811  , 11.836837  , 11.861862  ,        11.886887  , 11.911912  , 11.936937  , 11.961962  , 11.986987  ,        12.0120125 , 12.037037  , 12.062062  , 12.087087  , 12.112112  ,        12.137137  , 12.162162  , 12.187187  , 12.212213  , 12.237237  ,        12.262262  , 12.287288  , 12.312312  , 12.3373375 , 12.362362  ,        12.387387  , 12.412413  , 12.437437  , 12.462462  , 12.487488  ,        12.512512  , 12.537538  , 12.562563  , 12.587587  , 12.612613  ,        12.637638  , 12.6626625 , 12.687688  , 12.712712  , 12.737738  ,        12.762763  , 12.787787  , 12.812813  , 12.837838  , 12.862863  ,        12.887888  , 12.912913  , 12.937938  , 12.962963  , 12.9879875 ,        13.013013  , 13.038038  , 13.063063  , 13.088088  , 13.113113  ,        13.138138  , 13.163163  , 13.188189  , 13.213213  , 13.238238  ,        13.263264  , 13.288288  , 13.3133135 , 13.338338  , 13.363363  ,        13.388389  , 13.413413  , 13.438438  , 13.463464  , 13.488488  ,        13.513514  , 13.538539  , 13.563563  , 13.588589  , 13.613613  ,        13.6386385 , 13.663664  , 13.688688  , 13.713714  , 13.738739  ,        13.763763  , 13.788789  , 13.813814  , 13.838839  , 13.863864  ,        13.888889  , 13.913914  , 13.938939  , 13.9639635 , 13.988989  ,        14.014014  , 14.039039  , 14.064064  , 14.089089  , 14.114114  ,        14.139139  , 14.164165  , 14.189189  , 14.214214  , 14.23924   ,        14.264264  , 14.289289  , 14.314314  , 14.339339  , 14.364365  ,        14.389389  , 14.414414  , 14.43944   , 14.464464  , 14.48949   ,        14.514515  , 14.539539  , 14.564565  , 14.589589  , 14.6146145 ,        14.63964   , 14.664664  , 14.68969   , 14.714715  , 14.739739  ,        14.764765  , 14.78979   , 14.814815  , 14.83984   , 14.864865  ,        14.88989   , 14.914915  , 14.9399395 , 14.964965  , 14.98999   ,        15.015015  , 15.04004   , 15.065065  , 15.09009   , 15.115115  ,        15.140141  , 15.165165  , 15.19019   , 15.215216  , 15.24024   ,        15.265265  , 15.29029   , 15.315315  , 15.340341  , 15.365365  ,        15.39039   , 15.415416  , 15.44044   , 15.465466  , 15.490491  ,        15.515515  , 15.540541  , 15.565565  , 15.5905905 , 15.615616  ,        15.64064   , 15.665666  , 15.690691  , 15.715715  , 15.740741  ,        15.765766  , 15.790791  , 15.815816  , 15.840841  , 15.865866  ,        15.890891  , 15.9159155 , 15.940941  , 15.965966  , 15.990991  ,        16.016016  , 16.04104   , 16.066067  , 16.091091  , 16.116116  ,        16.141142  , 16.166166  , 16.19119   , 16.216217  , 16.241241  ,        16.266266  , 16.291292  , 16.316317  , 16.341341  , 16.366365  ,        16.391392  , 16.416416  , 16.44144   , 16.466467  , 16.491491  ,        16.516516  , 16.541542  , 16.566566  , 16.59159   , 16.616617  ,        16.641642  , 16.666666  , 16.691692  , 16.716717  , 16.741741  ,        16.766768  , 16.791792  , 16.816816  , 16.841843  , 16.866867  ,        16.891891  , 16.916918  , 16.941942  , 16.966967  , 16.991991  ,        17.017017  , 17.042042  , 17.067066  , 17.092093  , 17.117117  ,        17.142141  , 17.167168  , 17.192192  , 17.217216  , 17.242243  ,        17.267267  , 17.292292  , 17.317318  , 17.342342  , 17.367367  ,        17.392393  , 17.417418  , 17.442442  , 17.467468  , 17.492493  ,        17.517517  , 17.542543  , 17.567568  , 17.592592  , 17.617619  ,        17.642643  , 17.667667  , 17.692692  , 17.717718  , 17.742743  ,        17.767767  , 17.792793  , 17.817818  , 17.842842  , 17.867868  ,        17.892893  , 17.917917  , 17.942944  , 17.967968  , 17.992992  ,        18.018019  , 18.043043  , 18.068068  , 18.093094  , 18.118118  ,        18.143143  , 18.168169  , 18.193193  , 18.218218  , 18.243244  ,        18.268269  , 18.293293  , 18.318317  , 18.343344  , 18.368368  ,        18.393393  , 18.418419  , 18.443443  , 18.468468  , 18.493494  ,        18.518518  , 18.543543  , 18.56857   , 18.593594  , 18.618618  ,        18.643644  , 18.668669  , 18.693693  , 18.71872   , 18.743744  ,        18.768768  , 18.793795  , 18.818819  , 18.843843  , 18.86887   ,        18.893894  , 18.918919  , 18.943943  , 18.96897   , 18.993994  ,        19.019018  , 19.044044  , 19.069069  , 19.094093  , 19.11912   ,        19.144144  , 19.169168  , 19.194195  , 19.21922   , 19.244244  ,        19.26927   , 19.294294  , 19.319319  , 19.344345  , 19.36937   ,        19.394394  , 19.41942   , 19.444445  , 19.46947   , 19.494495  ,        19.51952   , 19.544544  , 19.569569  , 19.594595  , 19.61962   ,        19.644644  , 19.66967   , 19.694695  , 19.719719  , 19.744745  ,        19.76977   , 19.794794  , 19.81982   , 19.844845  , 19.86987   ,        19.894896  , 19.91992   , 19.944944  , 19.96997   , 19.994995  ,        20.02002   , 20.045046  , 20.07007   , 20.095095  , 20.120121  ,        20.145145  , 20.17017   , 20.195194  , 20.22022   , 20.245245  ,        20.27027   , 20.295296  , 20.32032   , 20.345345  , 20.37037   ,        20.395395  , 20.42042   , 20.445446  , 20.47047   , 20.495495  ,        20.520521  , 20.545546  , 20.57057   , 20.595596  , 20.62062   ,        20.645645  , 20.670671  , 20.695696  , 20.72072   , 20.745747  ,        20.770771  , 20.795795  , 20.82082   , 20.845846  , 20.87087   ,        20.895895  , 20.920921  , 20.945946  , 20.97097   , 20.995996  ,        21.02102   , 21.046045  , 21.071072  , 21.096096  , 21.12112   ,        21.146147  , 21.171171  , 21.196196  , 21.221222  , 21.246246  ,        21.27127   , 21.296297  , 21.321321  , 21.346346  , 21.371372  ,        21.396397  , 21.421421  , 21.446447  , 21.471472  , 21.496496  ,        21.52152   , 21.546547  , 21.571571  , 21.596596  , 21.621622  ,        21.646646  , 21.67167   , 21.696697  , 21.721722  , 21.746746  ,        21.771772  , 21.796797  , 21.821821  , 21.846848  , 21.871872  ,        21.896896  , 21.921923  , 21.946947  , 21.971972  , 21.996998  ,        22.022022  , 22.047047  , 22.072073  , 22.097097  , 22.122122  ,        22.147146  , 22.172173  , 22.197197  , 22.222221  , 22.247248  ,        22.272272  , 22.297297  , 22.322323  , 22.347347  , 22.372372  ,        22.397398  , 22.422422  , 22.447447  , 22.472473  , 22.497498  ,        22.522522  , 22.547548  , 22.572573  , 22.597597  , 22.622623  ,        22.647648  , 22.672672  , 22.697699  , 22.722723  , 22.747747  ,        22.772772  , 22.797798  , 22.822823  , 22.847847  , 22.872873  ,        22.897898  , 22.922922  , 22.947948  , 22.972973  , 22.997997  ,        23.023024  , 23.048048  , 23.073072  , 23.098099  , 23.123123  ,        23.148148  , 23.173174  , 23.198198  , 23.223223  , 23.24825   ,        23.273273  , 23.298298  , 23.323324  , 23.348349  , 23.373373  ,        23.398397  , 23.423424  , 23.448448  , 23.473473  , 23.498499  ,        23.523523  , 23.548548  , 23.573574  , 23.598598  , 23.623623  ,        23.64865   , 23.673674  , 23.698698  , 23.723724  , 23.748749  ,        23.773773  , 23.7988    , 23.823824  , 23.848848  , 23.873875  ,        23.8989    , 23.923923  , 23.94895   , 23.973974  , 23.998999  ,        24.024025  , 24.04905   , 24.074074  , 24.099098  , 24.124125  ,        24.149149  , 24.174173  , 24.1992    , 24.224224  , 24.249249  ,        24.274275  , 24.2993    , 24.324324  , 24.34935   , 24.374374  ,        24.399399  , 24.424425  , 24.44945   , 24.474474  , 24.4995    ,        24.524525  , 24.54955   , 24.574575  , 24.5996    , 24.624624  ,        24.64965   , 24.674675  , 24.6997    , 24.724724  , 24.74975   ,        24.774775  , 24.799799  , 24.824825  , 24.84985   , 24.874874  ,        24.8999    , 24.924925  , 24.94995   , 24.974976  , 25.        ],       dtype=float32)>
initial_dimensions: tuple

Dimensions provided by the first block

static p_electron(nq, *, w_er_pel_a=- 123.0, w_er_pel_b=- 47.7, w_er_pel_c=68.0, w_er_pel_e0=9.95)[source]

Fraction of ER quanta that become electrons Simplified form from Jelle’s thesis

static p_electron_fluctuation(nq, w_q2=0.0237, w_q3_nq=123.0)[source]

Module contents