LICENSE
MANIFEST.in
README.md
changes.md
pyproject.toml
setup.cfg
suncal/__init__.py
suncal/__main__.py
suncal/version.py
suncal.egg-info/PKG-INFO
suncal.egg-info/SOURCES.txt
suncal.egg-info/dependency_links.txt
suncal.egg-info/entry_points.txt
suncal.egg-info/requires.txt
suncal.egg-info/top_level.txt
suncal.egg-info/zip-safe
suncal/common/__init__.py
suncal/common/distributions.py
suncal/common/limit.py
suncal/common/matrix.py
suncal/common/multivariate_t.py
suncal/common/plotting.py
suncal/common/report.py
suncal/common/reporter.py
suncal/common/ttable.py
suncal/common/unitmgr.py
suncal/common/uparser.py
suncal/common/style/__init__.py
suncal/common/style/css.py
suncal/common/style/latexchars.py
suncal/common/style/suncal_dark.mplstyle
suncal/common/style/suncal_light.mplstyle
suncal/curvefit/__init__.py
suncal/curvefit/curvefit.py
suncal/curvefit/curvefit_model.py
suncal/curvefit/fitparse.py
suncal/curvefit/uncertarray.py
suncal/curvefit/report/__init__.py
suncal/curvefit/report/curvefit.py
suncal/curvefit/report/wave.py
suncal/curvefit/results/__init__.py
suncal/curvefit/results/curvefit.py
suncal/curvefit/waveform/__init__.py
suncal/curvefit/waveform/extrema.py
suncal/curvefit/waveform/pulse.py
suncal/curvefit/waveform/threshold.py
suncal/datasets/__init__.py
suncal/datasets/dataset.py
suncal/datasets/dataset_model.py
suncal/datasets/report/__init__.py
suncal/datasets/report/dataset.py
suncal/distexplore/__init__.py
suncal/distexplore/dist_explore.py
suncal/distexplore/report/__init__.py
suncal/distexplore/report/dist_explore.py
suncal/gui/SUNCALmanual.pdf
suncal/gui/__init__.py
suncal/gui/__main__.py
suncal/gui/delegates.py
suncal/gui/gen_licenses.py
suncal/gui/gui_common.py
suncal/gui/gui_main.py
suncal/gui/gui_math.py
suncal/gui/gui_settings.py
suncal/gui/gui_styles.py
suncal/gui/licenses.py
suncal/gui/page_about.py
suncal/gui/page_csvload.py
suncal/gui/page_curvefit.py
suncal/gui/page_dataimport.py
suncal/gui/page_dataset.py
suncal/gui/page_distexplore.py
suncal/gui/page_guardband.py
suncal/gui/page_interval.py
suncal/gui/page_meassys.py
suncal/gui/page_measys_curve.py
suncal/gui/page_mqa.py
suncal/gui/page_reverse.py
suncal/gui/page_risk.py
suncal/gui/page_settings.py
suncal/gui/page_sweep.py
suncal/gui/page_typea.py
suncal/gui/page_uncert.py
suncal/gui/page_uncert_input.py
suncal/gui/page_uncert_output.py
suncal/gui/page_wizard.py
suncal/gui/tool_risk.py
suncal/gui/tool_riskcurves.py
suncal/gui/tool_ttable.py
suncal/gui/tool_units.py
suncal/gui/help_strings/__init__.py
suncal/gui/help_strings/anova_help.py
suncal/gui/help_strings/curvefit_help.py
suncal/gui/help_strings/distexplore_help.py
suncal/gui/help_strings/interval_help.py
suncal/gui/help_strings/main_help.py
suncal/gui/help_strings/mqa_help.py
suncal/gui/help_strings/risk_help.py
suncal/gui/help_strings/system_help.py
suncal/gui/help_strings/uncert_help.py
suncal/gui/help_strings/wizard_help.py
suncal/gui/icons/__init__.py
suncal/gui/icons/icons.py
suncal/gui/icons/pngs.py
suncal/gui/icons/snllogo.py
suncal/gui/widgets/__init__.py
suncal/gui/widgets/assign.py
suncal/gui/widgets/buttons.py
suncal/gui/widgets/colormap.py
suncal/gui/widgets/combo.py
suncal/gui/widgets/equipment.py
suncal/gui/widgets/intervalbins.py
suncal/gui/widgets/mkdown.py
suncal/gui/widgets/mqa.py
suncal/gui/widgets/panel.py
suncal/gui/widgets/pdf.py
suncal/gui/widgets/stack.py
suncal/gui/widgets/stats.py
suncal/gui/widgets/table.py
suncal/intervals/__init__.py
suncal/intervals/binoms2.py
suncal/intervals/fit.py
suncal/intervals/s2models.py
suncal/intervals/testa3.py
suncal/intervals/variables.py
suncal/intervals/report/__init__.py
suncal/intervals/report/attributes.py
suncal/intervals/report/variables.py
suncal/meassys/__init__.py
suncal/meassys/curve.py
suncal/meassys/meas_result.py
suncal/meassys/meassys.py
suncal/meassys/report/__init__.py
suncal/meassys/report/meassys.py
suncal/mqa/__init__.py
suncal/mqa/costs.py
suncal/mqa/equipment.py
suncal/mqa/guardband.py
suncal/mqa/measure.py
suncal/mqa/mqa.py
suncal/mqa/pdf.py
suncal/mqa/result.py
suncal/mqa/risks.py
suncal/mqa/system.py
suncal/mqa/report/__init__.py
suncal/mqa/report/quantity.py
suncal/mqa/report/system.py
suncal/project/__init__.py
suncal/project/component.py
suncal/project/proj_curvefit.py
suncal/project/proj_dataset.py
suncal/project/proj_explore.py
suncal/project/proj_interval.py
suncal/project/proj_meassys.py
suncal/project/proj_mqa.py
suncal/project/proj_reverse.py
suncal/project/proj_revsweep.py
suncal/project/proj_risk.py
suncal/project/proj_sweep.py
suncal/project/proj_uncert.py
suncal/project/project.py
suncal/reverse/__init__.py
suncal/reverse/reverse.py
suncal/reverse/report/__init__.py
suncal/reverse/report/reverse.py
suncal/risk/__init__.py
suncal/risk/deaver.py
suncal/risk/guardband.py
suncal/risk/guardband_tur.py
suncal/risk/risk.py
suncal/risk/risk_model.py
suncal/risk/risk_montecarlo.py
suncal/risk/risk_quad.py
suncal/risk/risk_simpson.py
suncal/risk/risk_sweep.py
suncal/risk/report/__init__.py
suncal/risk/report/risk.py
suncal/sweep/__init__.py
suncal/sweep/revsweeper.py
suncal/sweep/sweeper.py
suncal/sweep/report/__init__.py
suncal/sweep/report/revsweep.py
suncal/sweep/report/sweep.py
suncal/sweep/results/__init__.py
suncal/sweep/results/revsweeper.py
suncal/sweep/results/sweep.py
suncal/uncertainty/__init__.py
suncal/uncertainty/model.py
suncal/uncertainty/model_cplx.py
suncal/uncertainty/variables.py
suncal/uncertainty/report/__init__.py
suncal/uncertainty/report/cplx.py
suncal/uncertainty/report/gum.py
suncal/uncertainty/report/monte.py
suncal/uncertainty/report/uncertainty.py
suncal/uncertainty/report/units.py
suncal/uncertainty/results/__init__.py
suncal/uncertainty/results/gum.py
suncal/uncertainty/results/monte.py
suncal/uncertainty/results/uncertainty.py
test/ex_endgauge.yaml
test/ex_endgauge_units.yaml
test/ex_expansion.yaml
test/ex_magphase.yaml
test/ex_solarexperiment.yaml
test/ex_stepatten.yaml
test/ex_viscometer.yaml
test/ex_xrf.yaml
test/project.yaml
test/test1.yaml
test/test_GUMH2.csv
test/test_cli.py
test/test_config.py
test/test_cplx.py
test/test_curvefit.py
test/test_dataset.py
test/test_dists.py
test/test_examples.py
test/test_interval.py
test/test_mqa.py
test/test_parser.py
test/test_project.py
test/test_report.py
test/test_reverse.py
test/test_risk.py
test/test_ttable.py
test/test_uncertainty.py
test/test_units.py
test/mcmc/K350_trace1000.txt
test/mcmc/xrd.csv