Skip to content

Commit

Permalink
Remove xnt_simulation_config
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Apr 21, 2024
1 parent 167fe21 commit a1f0b4f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions straxen/contexts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import warnings
from copy import deepcopy
from typing import Dict, Any, List, Optional
from immutabledict import immutabledict
import socket
Expand Down Expand Up @@ -77,14 +76,7 @@
),
)
# these are placeholders to avoid calling cmt with non integer run_ids. Better solution pending.
# s1,s2 and fd corrections are still problematic
xnt_simulation_config = deepcopy(xnt_common_config)
xnt_simulation_config.update(
gain_model="legacy-to-pe://to_pe_placeholder",
gain_model_nv="legacy-to-pe://adc_nv",
gain_model_mv="legacy-to-pe://adc_mv",
elife=1e6,
)
# s1, s2 and fd corrections are still problematic

# Plugins in these files have nT plugins, E.g. in pulse&peak(let)
# processing there are plugins for High Energy plugins. Therefore, do not
Expand Down

0 comments on commit a1f0b4f

Please sign in to comment.