diff --git a/xedocs/schemas/corrections/implementations/position_reconstruction.py b/xedocs/schemas/corrections/implementations/position_reconstruction.py index 4406f33..37f3c7c 100644 --- a/xedocs/schemas/corrections/implementations/position_reconstruction.py +++ b/xedocs/schemas/corrections/implementations/position_reconstruction.py @@ -8,6 +8,7 @@ Mostly following the "OFF PMTs" list [here](https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt:dsg:pmt:gains:pmtsoff) +More information on the flow model can be found [here](https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt:svetter:conditional_norm_flow_posrec_principle) """ @@ -23,7 +24,7 @@ class PosRecModel(BaseResourceReference): _ALIAS = "posrec_models" fmt = "binary" - kind: Literal["cnn", "gcn", "mlp", "s1_cnn"] = rframe.Index() + kind: Literal["cnn", "gcn", "mlp", "s1_cnn", "flow"] = rframe.Index() value: str