Closed mjsandells closed 3 years ago
This has a new module, density_ssa.py that allows you to input different coefficients. It has Calonne et al. (2020) https://doi.org/10.5194/tc-14-1829-2020 and King et al (2020) https://doi.org/10.5194/tc-14-4323-2020 coefficients inbuilt for selection, but you can also input any others.
You can pass a single file to process in e.g. density_ssa.calc(testp0.samples, coeff_model='C2020')
or a list of files to take the median profile (Calonne method): density_ssa.calc(list_of_filenames, coeff_model='C2020')
This has a new module, density_ssa.py that allows you to input different coefficients. It has Calonne et al. (2020) https://doi.org/10.5194/tc-14-1829-2020 and King et al (2020) https://doi.org/10.5194/tc-14-4323-2020 coefficients inbuilt for selection, but you can also input any others.
You can pass a single file to process in e.g. density_ssa.calc(testp0.samples, coeff_model='C2020')
or a list of files to take the median profile (Calonne method): density_ssa.calc(list_of_filenames, coeff_model='C2020')