TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux <<<<<< ENV .coveragerc .flake8 .gitattributes .gitignore .travis.yml Dockerfile LICENSE MANIFEST.in README.md ci/condarc conda-recipe/README.md conda-recipe/bld.bat conda-recipe/build.sh conda-recipe/find_modules.py conda-recipe/meta.yaml contributing.txt doc/Makefile doc/README.md doc/api_changes.rst doc/api_changes/2014-08-29-gridder.rst doc/api_changes/2014-09-03-gridder.rst doc/api_changes/2014-09-04-constants.rst doc/api_changes/2014-09-08_fit_quad_to_peak.rst doc/api_changes/2014-09-09-physics_peak.rst doc/api_changes/2014-09-12-physics_peak.rst doc/api_changes/2014-09-30-rcparams.rst doc/api_changes/2014-10-03-core.rst doc/api_changes/2014-11-12-fitting.rst doc/api_changes/2015-04-10-linear_spectrum_fitting.rst doc/api_changes/2015-04-27-core.rst doc/api_changes/2015-06-23-image_processing.rst doc/api_changes/2015-09-01-xrf_model.rst doc/api_changes/2015-09-16-correlation.rst doc/api_changes/2015-09-16-roi.rst doc/api_changes/2015-12-01-roi.rst doc/api_changes/2015-12-01-utils.rst doc/build_docs.sh doc/commit_codes.txt doc/conf.py doc/development/affiliated-packages.rst doc/development/building.rst doc/development/ccython.rst doc/development/codeguide.rst doc/development/codeguide_emacs.rst doc/development/docguide.rst doc/development/docrules.rst doc/development/releasing.rst doc/development/scripts.rst doc/development/testguide.rst doc/development/vision.rst doc/development/workflow/additional_git_topics.rst doc/development/workflow/branch_dropdown.png doc/development/workflow/command_history.rst doc/development/workflow/command_history.sh doc/development/workflow/command_history_with_output.sh doc/development/workflow/development_workflow.rst doc/development/workflow/forking_button.png doc/development/workflow/get_devel_version.rst doc/development/workflow/git_edit_workflow_examples.rst doc/development/workflow/git_install.rst doc/development/workflow/git_links.inc doc/development/workflow/git_resources.rst doc/development/workflow/known_projects.inc doc/development/workflow/links.inc doc/development/workflow/maintainer_workflow.rst doc/development/workflow/milestone.png doc/development/workflow/patches.rst doc/development/workflow/pull_button.png doc/development/workflow/terminal_cast.rst doc/development/workflow/this_project.inc doc/development/workflow/virtual_pythons.rst doc/development/workflow/virtualenv_detail.rst doc/development/workflow/worked_example_switch_branch.png doc/example.rst.tmpl doc/example/Makefile doc/example/convert_config.py doc/example/get_examples_repo.py doc/example/tools/nb_to_doc.py doc/example/tools/nbstripout doc/example/write_main_index.py doc/getting_started.rst doc/img/arch/NSLS2Widget Object Diagram 5-23-14.jpg doc/img/arch/NSLS2Widgets.png doc/index.rst doc/install.rst doc/installation.rst doc/introduction.rst doc/known_issues.rst doc/make.bat doc/overview.rst doc/push_docs.sh doc/python_versions.rst doc/resource/api/core.rst doc/resource/api/core/calibration.rst doc/resource/api/core/cdi.rst doc/resource/api/core/constants.rst doc/resource/api/core/correlation.rst doc/resource/api/core/dpc.rst doc/resource/api/core/feature.rst doc/resource/api/core/fitting/background.rst doc/resource/api/core/fitting/funcs.rst doc/resource/api/core/fitting/index.rst doc/resource/api/core/fitting/lineshapes.rst doc/resource/api/core/fitting/models.rst doc/resource/api/core/fitting/xrf_model.rst doc/resource/api/core/image.rst doc/resource/api/core/index.rst doc/resource/api/core/mask.rst doc/resource/api/core/recip.rst doc/resource/api/core/roi.rst doc/resource/api/core/speckle.rst doc/resource/api/core/spectroscopy.rst doc/resource/api/core/utils.rst doc/resource/api/diffraction.rst doc/resource/api/fluorescence.rst doc/resource/api/index.rst doc/resource/api/io/avizo_io.rst doc/resource/api/io/binary.rst doc/resource/api/io/gsas_file_reader.rst doc/resource/api/io/index.rst doc/resource/api/io/net_cdf_io.rst doc/resource/api/io/save_powder_output.rst doc/resource/dev_guide/adding_files.rst doc/resource/dev_guide/doc_doc.rst doc/resource/dev_guide/git_guide.rst doc/resource/dev_guide/index.rst doc/resource/dev_guide/logging.rst doc/resource/dev_guide/workflow.rst doc/sphinxext/LICENSE.txt doc/sphinxext/MANIFEST.in doc/sphinxext/README.txt doc/sphinxext/__init__.py doc/sphinxext/ipython_console_highlighting.py doc/sphinxext/only_directives.py doc/sphinxext/plot_generator.py doc/sphinxext/setup.py doc/warnings.rst doc/whats_new.rst doc/whatsnew/0.5.rst doc/whatsnew/index.rst optional-requirements.txt pyproject.toml requirements-dev.txt requirements-doc.txt requirements.txt rtd_pip.txt run_tests.py setup.cfg setup.py skbeam-docs-deploy.enc skbeam/__init__.py skbeam/_version.py skbeam/core/__init__.py skbeam/core/accumulators/__init__.py skbeam/core/accumulators/binned_statistic.py skbeam/core/accumulators/histogram.pyx skbeam/core/accumulators/tests/__init__.py skbeam/core/accumulators/tests/test_binned_statistic.py skbeam/core/accumulators/tests/test_histogram.py skbeam/core/arithmetic.py skbeam/core/calibration.py skbeam/core/cdi.py skbeam/core/constants/__init__.py skbeam/core/constants/basic.py skbeam/core/constants/data/AtomicConstants.dat skbeam/core/constants/tests/__init__.py skbeam/core/constants/tests/test_api.py skbeam/core/constants/tests/test_basic.py skbeam/core/constants/tests/test_xrf.py skbeam/core/constants/tests/test_xrs.py skbeam/core/constants/xrf.py skbeam/core/constants/xrs.py skbeam/core/correlation.py skbeam/core/dpc.py skbeam/core/feature.py skbeam/core/fitting/__init__.py skbeam/core/fitting/background.py skbeam/core/fitting/base/__init__.py skbeam/core/fitting/base/parameter_data.py skbeam/core/fitting/funcs.py skbeam/core/fitting/lineshapes.py skbeam/core/fitting/models.py skbeam/core/fitting/tests/__init__.py skbeam/core/fitting/tests/test_background.py skbeam/core/fitting/tests/test_lineshapes.py skbeam/core/fitting/tests/test_xrf_fit.py skbeam/core/fitting/tests/test_xrf_model.py skbeam/core/fitting/xrf_model.py skbeam/core/image.py skbeam/core/mask.py skbeam/core/recip.py skbeam/core/roi.py skbeam/core/smoothing.py skbeam/core/speckle.py skbeam/core/spectroscopy.py skbeam/core/stats.py skbeam/core/tests/__init__.py skbeam/core/tests/test_arithmetic.py skbeam/core/tests/test_calibration.py skbeam/core/tests/test_cdi.py skbeam/core/tests/test_correlation.py skbeam/core/tests/test_dpc.py skbeam/core/tests/test_feature.py skbeam/core/tests/test_image.py skbeam/core/tests/test_mask.py skbeam/core/tests/test_recip.py skbeam/core/tests/test_roi.py skbeam/core/tests/test_smoothing.py skbeam/core/tests/test_speckle.py skbeam/core/tests/test_spectroscopy.py skbeam/core/tests/test_stats.py skbeam/core/tests/test_utils.py skbeam/core/tests/utils.py skbeam/core/utils.py skbeam/diffraction.py skbeam/ext/__init__.py skbeam/fluorescence.py skbeam/io/__init__.py skbeam/io/avizo_io.py skbeam/io/binary.py skbeam/io/fit2d.py skbeam/io/fit2d_save.py skbeam/io/gsas_file_reader.py skbeam/io/net_cdf_io.py skbeam/io/save_powder_output.py skbeam/io/tests/__init__.py skbeam/io/tests/smpl_avizo_header.txt skbeam/io/tests/test_fit2d_save.py skbeam/io/tests/test_powder_output.py skbeam/tests/__init__.py skbeam/tests/test_diffraction.py skbeam/tests/test_fluorescence.py src/ctrans.c src/ctrans.h utils/timings.py versioneer.py <<<<<< network # path=/home/travis/build/scikit-beam/scikit-beam/coverage.xml /home/travis/build/scikit-beam/scikit-beam/skbeam <<<<<< EOF