Added multi-thresh simulation to "full" and "short" (currently running).
Added complete "rect-lp" analysis except figure. Added multiple appendix figs. Overhauled normalization options across all condense scripts. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -108,7 +108,7 @@ for species, ax in zip(target_species, axes):
|
||||
color = colors[species]
|
||||
|
||||
# Load species data:
|
||||
path = search_files(species, dir=data_path)[0]
|
||||
path = search_files(species, incl=['noise', 'norm-base'], dir=data_path)[0]
|
||||
data = dict(np.load(path))
|
||||
scales = data['scales']
|
||||
means = data['mean_inv']
|
||||
|
||||
Reference in New Issue
Block a user