Skip to content

Commit 05fb659

Browse files
committed
Add description of tel_id parameter
1 parent 93384c5 commit 05fb659

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/graphnet/models/detector/magic.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ class MAGIC(Detector):
1919
xyz = ["x_cam", "y_cam", "tel_id"]
2020

2121
def feature_map(self) -> Dict[str, Callable]:
22-
"""Map standardization functions to each dimension of input data."""
22+
"""Map standardization functions to each dimension.
23+
24+
Note: tel_id can take the integer values 0 or 1, where:
25+
- 0 corresponds to MAGIC-I
26+
- 1 corresponds to MAGIC-II
27+
"""
2328
feature_map = {
2429
"x_cam": self._xy,
2530
"y_cam": self._xy,

0 commit comments

Comments
 (0)