added nsigma to lite

This commit is contained in:
Concedo 2025-02-21 15:11:24 +08:00
parent 2740af3660
commit f2ac10c014
5 changed files with 24 additions and 10 deletions

View file

@ -1117,7 +1117,7 @@ def generate(genparams, stream_flag=False):
min_p = float(genparams.get('min_p', 0.0))
typical_p = float(genparams.get('typical', 1.0))
tfs = float(genparams.get('tfs', 1.0))
nsigma = float(genparams.get('nsigma', -1.0))
nsigma = float(genparams.get('nsigma', 0.0))
rep_pen = float(genparams.get('rep_pen', 1.0))
rep_pen_range = int(genparams.get('rep_pen_range', 320))
rep_pen_slope = float(genparams.get('rep_pen_slope', 1.0))