Skip to content

Commit

Permalink
add flow model to pos_rec (#130)
Browse files Browse the repository at this point in the history
* add flow model to pos_rec

* Update position_reconstruction.py

Add comment for bookkeeping
  • Loading branch information
LuisSanchez25 authored Jul 30, 2024
1 parent d33882b commit 84f10db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""

Expand All @@ -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

0 comments on commit 84f10db

Please sign in to comment.