Skip to content

Commit

Permalink
return n_tpc_pmt option, hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSanchez25 committed May 13, 2024
1 parent ce6afe3 commit bf0b3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amstrax/plugins/peaks/peaks_som.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def infer_dtype(self):
("loc_y_som", np.int16, "y location of the peak(let) in the SOM"),
]
#return strax.peak_dtype(n_channels=self.config['n_tpc_pmts'])
return dtype #strax.peak_dtype(n_channels=self.config['n_tpc_pmts'])
return dtype, strax.peak_dtype(n_channels=4)

def setup(self):
self.som_weight_cube = self.som_files["weight_cube"]
Expand Down

0 comments on commit bf0b3bd

Please sign in to comment.