[sasview] 02/08: Merge tag 'upstream/4.2.0_git20171031'
Stuart Prescott
stuart at debian.org
Tue Oct 31 14:52:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository sasview.
commit ff5d63d29d1275e763a3cda9e3cfa9bb533962d2
Merge: 8b3d8fb f9a9fcb
Author: Stuart Prescott <stuart at debian.org>
Date: Tue Oct 31 21:30:27 2017 +1100
Merge tag 'upstream/4.2.0_git20171031'
Upstream version 4.2.0~git20171031
.gitattributes | 6 +-
.gitignore | 120 +-
.pydevproject | 2 +-
.travis.yml | 80 +-
README.md | 2 +-
Vagrantfile | 10 +-
Vagrantprovision.sh | 2 +-
build_tools/conda/periodictable/meta.yaml | 8 +-
build_tools/deploy.bat | 2 +-
build_tools/jenkins_linux_build.sh | 8 +-
build_tools/jenkins_osx_build.sh | 4 +-
build_tools/jenkins_rhel6_build.sh | 4 +-
build_tools/jenkins_win64_build.bat | 6 +-
build_tools/jenkins_win_build.bat | 4 +-
build_tools/requirements.txt | 2 +-
build_tools/travis_build.sh | 7 +-
check_packages.py | 128 +-
docs/pandoc-docs/Makefile | 2 +
docs/pandoc-docs/build_pandoc.py | 14 +
docs/pandoc-docs/source/README.txt | 1 +
docs/sasview/Tutorial.pptx | Bin 2557784 -> 2561760 bytes
.../sasview/{Tutorial_Old.pdf => Tutorial_SV2.pdf} | Bin
.../{Tutorial_Old.pptx => Tutorial_SV2.pptx} | Bin
.../Tutorial.pdf => docs/sasview/Tutorial_SV3.pdf | Bin 2282706 -> 2246876 bytes
docs/sasview/{Tutorial.pptx => Tutorial_SV3.pptx} | Bin
docs/sphinx-docs/Makefile | 4 +-
docs/sphinx-docs/build_sphinx.py | 443 +-
docs/sphinx-docs/convertKaTex.js | 87 +
docs/sphinx-docs/convertMathJax.js | 168 +
docs/sphinx-docs/source/_extensions/mathjax.py | 117 +
docs/sphinx-docs/source/_static/rendermath.js | 4 +
docs/sphinx-docs/source/conf.py | 604 +-
docs/sphinx-docs/source/dev/dev.rst | 40 +-
docs/sphinx-docs/source/rst_prolog | 49 -
docs/sphinx-docs/source/user/analysis.rst | 34 +-
docs/sphinx-docs/source/user/marketplace.rst | 42 +-
docs/sphinx-docs/source/user/menu_bar.rst | 170 +-
docs/sphinx-docs/source/user/tools.rst | 58 +-
docs/sphinx-docs/source/user/tutorial.rst | 4 +-
docs/sphinx-docs/source/user/user.rst | 34 +-
docs/sphinx-docs/source/user/working.rst | 21 +-
{sasview => installers}/MANIFEST.IN | 0
{sasview => installers}/README-next-release.txt | 0
{sasview => installers}/README.txt | 0
{sasview => installers}/installer_generator.py | 745 +-
{sasview => installers}/license.txt | 0
installers/macholib_patch.py | 27 +
{sasview => installers}/sasview.spec | 0
installers/sasview_console.py | 2 +
installers/sasview_gui.py | 8 +
{sasview => installers}/setup.cfg | 0
{sasview => installers}/setup_exe.py | 277 +-
installers/setup_mac.py | 200 +
{sasview => installers}/version.txt | 0
mac_setup_homebrew.sh | 7 +
run.py | 98 +-
sasview/__init__.py | 18 -
sasview/sasview.py | 213 -
sasview/setup_mac.py | 158 -
sasview/test/2d_data/Dec07031.ASC | 16403 ---------
sasview/test/2d_data/HiResSAN14.ASC | 36883 -------------------
sasview/test/2d_data/MAR07262.ASC | 16403 ---------
sasview/test/2d_data/SILIC009.ASC | 16403 ---------
sasview/test/sesans_data/sphere2micron.ses | 51 -
setup.py | 316 +-
src/examples/data_generator/test_transfo.py | 100 +-
src/examples/data_generator/testdata_generator.py | 194 +-
src/examples/test_chisq_panel.py | 234 +-
src/examples/test_copy_print.py | 234 +-
src/examples/test_panel.py | 20 +-
src/examples/test_panel2D.py | 18 +-
src/examples/test_text_panel.py | 210 +-
src/sas/__init__.py | 57 +
src/sas/_config.py | 119 +
src/sas/logger_config.py | 84 +
src/sas/logging.ini | 73 +
src/sas/sascalc/calculator/BaseComponent.py | 26 +-
.../calculator/c_extensions/sld2i_module.cpp | 70 +-
src/sas/sascalc/calculator/instrument.py | 24 +-
src/sas/sascalc/calculator/kiessig_calculator.py | 2 +-
.../sascalc/calculator/resolution_calculator.py | 92 +-
src/sas/sascalc/calculator/sas_gen.py | 363 +-
src/sas/sascalc/corfunc/corfunc_calculator.py | 27 +-
src/sas/sascalc/corfunc/transform_thread.py | 68 +-
src/sas/sascalc/data_util/calcthread.py | 42 +-
src/sas/sascalc/data_util/err1d.py | 8 +-
src/sas/sascalc/data_util/formatnum.py | 36 +-
src/sas/sascalc/data_util/nxsunit.py | 39 +-
src/sas/sascalc/data_util/odict.py | 108 +-
src/sas/sascalc/data_util/registry.py | 106 +-
src/sas/sascalc/data_util/uncertainty.py | 53 +-
src/sas/sascalc/dataloader/__init__.py | 6 +-
src/sas/sascalc/dataloader/data_info.py | 2410 +-
.../sascalc/dataloader/file_reader_base_class.py | 347 +
src/sas/sascalc/dataloader/loader.py | 119 +-
src/sas/sascalc/dataloader/loader_exceptions.py | 41 +
src/sas/sascalc/dataloader/manipulations.py | 2312 +-
src/sas/sascalc/dataloader/readers/IgorReader.py | 304 -
src/sas/sascalc/dataloader/readers/__init__.py | 15 +-
src/sas/sascalc/dataloader/readers/abs_reader.py | 477 +-
.../dataloader/readers/anton_paar_saxs_reader.py | 129 +-
src/sas/sascalc/dataloader/readers/ascii_reader.py | 409 +-
src/sas/sascalc/dataloader/readers/associations.py | 165 +-
.../sascalc/dataloader/readers/cansas_constants.py | 1 +
.../sascalc/dataloader/readers/cansas_reader.py | 691 +-
.../dataloader/readers/cansas_reader_HDF5.py | 133 +-
src/sas/sascalc/dataloader/readers/danse_reader.py | 491 +-
src/sas/sascalc/dataloader/readers/defaults.json | 50 -
.../sascalc/dataloader/readers/hfir1d_reader.py | 129 -
src/sas/sascalc/dataloader/readers/nexus_reader.py | 96 -
src/sas/sascalc/dataloader/readers/red2d_reader.py | 693 +-
.../sascalc/dataloader/readers/sesans_reader.py | 290 +-
src/sas/sascalc/dataloader/readers/tiff_reader.py | 214 +-
src/sas/sascalc/dataloader/readers/xml_reader.py | 32 +-
src/sas/sascalc/file_converter/ascii2d_loader.py | 150 +
src/sas/sascalc/file_converter/c_ext/__init__.py | 3 +
src/sas/sascalc/file_converter/c_ext/bsl_loader.c | 72 +-
src/sas/sascalc/file_converter/cansas_writer.py | 12 +-
src/sas/sascalc/file_converter/nxcansas_writer.py | 2 +-
src/sas/sascalc/fit/AbstractFitEngine.py | 179 +-
src/sas/sascalc/fit/BumpsFitting.py | 85 +-
src/sas/sascalc/fit/Loader.py | 173 +-
src/sas/sascalc/fit/MultiplicationModel.py | 24 +-
src/sas/sascalc/fit/expression.py | 51 +-
src/sas/sascalc/fit/models.py | 336 +
.../fitting => sascalc/fit}/pagestate.py | 2828 +-
src/sas/sascalc/fit/pluginmodel.py | 4 +-
src/sas/sascalc/{data_util => fit}/qsmearing.py | 37 +-
src/sas/sascalc/invariant/invariant.py | 1924 +-
src/sas/sascalc/invariant/invariant_mapper.py | 96 +-
src/sas/sascalc/pr/__init__.py | 212 +-
src/sas/sascalc/pr/c_extensions/Cinvertor.c | 2303 +-
src/sas/sascalc/pr/c_extensions/__init__.py | 6 +-
src/sas/sascalc/pr/c_extensions/invertor.c | 629 +-
src/sas/sascalc/pr/c_extensions/invertor.h | 118 +-
src/sas/sascalc/pr/distance_explorer.py | 214 +-
src/sas/sascalc/pr/fit/AbstractFitEngine.py | 179 +-
src/sas/sascalc/pr/fit/BumpsFitting.py | 28 +-
src/sas/sascalc/pr/fit/Loader.py | 173 +-
src/sas/sascalc/pr/fit/expression.py | 51 +-
src/sas/sascalc/pr/invertor.py | 109 +-
src/sas/sascalc/pr/num_term.py | 398 +-
src/sas/sascalc/realspace/VolumeCanvas.py | 1595 +-
src/sas/sascalc/realspace/__init__.py | 159 +-
.../sascalc/simulation/analmodelpy/tests/signon.py | 20 +-
.../simulation/analmodelpy/tests/testanal_model.py | 16 +-
.../simulation/geoshapespy/libgeoshapespy/minmax.h | 44 +-
.../simulation/geoshapespy/tests/testshapes.py | 12 +-
src/sas/sascalc/simulation/iqPy/tests/signon.py | 20 +-
src/sas/sascalc/simulation/iqPy/tests/testiq.py | 2 +-
.../simulation/pointsmodelpy/tests/signon.py | 22 +-
.../simulation/pointsmodelpy/tests/test2dui.py | 241 +-
.../pointsmodelpy/tests/testcomplexmodel.py | 241 +-
.../simulation/pointsmodelpy/tests/testlores.py | 129 +-
.../simulation/pointsmodelpy/tests/testlores2d.py | 233 +-
.../pointsmodelpy/tests/testnegativepr.py | 32 +-
src/sas/sasgui/guiframe/CategoryInstaller.py | 350 +-
src/sas/sasgui/guiframe/CategoryManager.py | 4 +-
src/sas/sasgui/guiframe/__init__.py | 142 +-
src/sas/sasgui/guiframe/aboutbox.py | 901 +-
src/sas/sasgui/guiframe/acknowledgebox.py | 19 +-
src/sas/sasgui/guiframe/config.py | 24 +-
src/sas/sasgui/guiframe/custom_pstats.py | 236 +-
src/sas/sasgui/guiframe/customdir.py | 68 -
src/sas/sasgui/guiframe/dataFitting.py | 1020 +-
src/sas/sasgui/guiframe/data_manager.py | 608 +-
src/sas/sasgui/guiframe/data_panel.py | 3006 +-
src/sas/sasgui/guiframe/data_processor.py | 54 +-
src/sas/sasgui/guiframe/data_state.py | 214 +-
src/sas/sasgui/guiframe/documentation_window.py | 238 +-
src/sas/sasgui/guiframe/dummyapp.py | 254 +-
src/sas/sasgui/guiframe/events.py | 74 +-
src/sas/sasgui/guiframe/gui_manager.py | 200 +-
src/sas/sasgui/guiframe/gui_statusbar.py | 6 +-
src/sas/sasgui/guiframe/gui_style.py | 182 +-
src/sas/sasgui/guiframe/gui_toolbar.py | 558 +-
src/sas/sasgui/guiframe/images/angles.png | Bin 5138 -> 0 bytes
src/sas/sasgui/guiframe/images/angles_flat.png | Bin 3462 -> 0 bytes
src/sas/sasgui/guiframe/images/ansto_logo.png | Bin 6508 -> 0 bytes
src/sas/sasgui/guiframe/images/danse_logo.png | Bin 7299 -> 0 bytes
src/sas/sasgui/guiframe/images/ess_logo.png | Bin 4681 -> 0 bytes
src/sas/sasgui/guiframe/images/ill_logo.png | Bin 3906 -> 0 bytes
src/sas/sasgui/guiframe/images/isis_logo.png | Bin 11382 -> 0 bytes
src/sas/sasgui/guiframe/images/nist_logo.png | Bin 2887 -> 0 bytes
src/sas/sasgui/guiframe/images/nsf_logo.png | Bin 3985 -> 0 bytes
src/sas/sasgui/guiframe/images/ornl_logo.png | Bin 8831 -> 0 bytes
src/sas/sasgui/guiframe/images/sns_logo.png | Bin 8337 -> 0 bytes
src/sas/sasgui/guiframe/images/tudelft_logo.png | Bin 2934 -> 0 bytes
src/sas/sasgui/guiframe/images/umd_logo.png | Bin 4273 -> 0 bytes
src/sas/sasgui/guiframe/images/utlogo.gif | Bin 277 -> 0 bytes
src/sas/sasgui/guiframe/images/utlogo.png | Bin 0 -> 403 bytes
.../local_perspectives/data_loader/__init__.py | 4 +-
.../local_perspectives/data_loader/data_loader.py | 107 +-
.../local_perspectives/data_loader/load_thread.py | 162 +-
.../local_perspectives/plotting/AnnulusSlicer.py | 8 +-
.../guiframe/local_perspectives/plotting/Arc.py | 322 +-
.../local_perspectives/plotting/BaseInteractor.py | 360 +-
.../guiframe/local_perspectives/plotting/Edge.py | 256 +-
.../local_perspectives/plotting/Plotter1D.py | 1781 +-
.../local_perspectives/plotting/Plotter2D.py | 1600 +-
.../local_perspectives/plotting/SectorSlicer.py | 1197 +-
.../local_perspectives/plotting/SimplePlot.py | 654 +-
.../plotting/SlicerParameters.py | 146 -
.../local_perspectives/plotting/__init__.py | 4 +-
.../guiframe/local_perspectives/plotting/binder.py | 4 +-
.../local_perspectives/plotting/boxMask.py | 482 +-
.../local_perspectives/plotting/boxSlicer.py | 1080 +-
.../guiframe/local_perspectives/plotting/boxSum.py | 32 +-
.../local_perspectives/plotting/detector_dialog.py | 564 +-
.../local_perspectives/plotting/masking.py | 1482 +-
.../{slicerpanel.py => parameters_panel_boxsum.py} | 102 +-
.../plotting/parameters_panel_slicer.py | 536 +
.../local_perspectives/plotting/plotting.py | 680 +-
.../local_perspectives/plotting/profile_dialog.py | 632 +-
.../local_perspectives/plotting/sector_mask.py | 432 +-
src/sas/sasgui/guiframe/media/M_angles_pic.bmp | Bin 870118 -> 0 bytes
src/sas/sasgui/guiframe/media/M_angles_pic.png | Bin 0 -> 116924 bytes
.../sasgui/guiframe/media/data_formats_help.rst | 193 +-
src/sas/sasgui/guiframe/media/graph_help.rst | 36 +-
src/sas/sasgui/guiframe/panel_base.py | 898 +-
src/sas/sasgui/guiframe/pdfview.py | 338 +-
src/sas/sasgui/guiframe/plugin_base.py | 8 +-
src/sas/sasgui/guiframe/proxy.py | 35 +-
src/sas/sasgui/guiframe/report_dialog.py | 32 +-
src/sas/sasgui/guiframe/startup_configuration.py | 420 +-
src/sas/sasgui/guiframe/utils.py | 426 +-
src/sas/sasgui/perspectives/calculator/__init__.py | 92 +-
.../perspectives/calculator/aperture_editor.py | 756 +-
.../sasgui/perspectives/calculator/calculator.py | 468 +-
.../perspectives/calculator/calculator_widgets.py | 194 +-
.../perspectives/calculator/collimation_editor.py | 1094 +-
src/sas/sasgui/perspectives/calculator/console.py | 132 +-
.../sasgui/perspectives/calculator/data_editor.py | 1304 +-
.../perspectives/calculator/data_operator.py | 1992 +-
.../perspectives/calculator/density_panel.py | 920 +-
.../perspectives/calculator/detector_editor.py | 1719 +-
.../perspectives/calculator/gen_scatter_panel.py | 4121 +--
.../sasgui/perspectives/calculator/image_viewer.py | 894 +-
.../calculator/kiessig_calculator_panel.py | 496 +-
.../sasgui/perspectives/calculator/load_thread.py | 178 +-
.../sasgui/perspectives/calculator/media/.DS_Store | Bin 0 -> 6148 bytes
.../calculator/media/density_calculator_help.rst | 2 +-
.../calculator/media/density_tutor.gif | Bin 77205 -> 0 bytes
.../calculator/media/density_tutor.png | Bin 0 -> 199869 bytes
.../sasgui/perspectives/calculator/media/dm_eq.gif | Bin 1140 -> 0 bytes
.../sasgui/perspectives/calculator/media/dm_eq.png | Bin 0 -> 2115 bytes
.../perspectives/calculator/media/gen_debye_eq.gif | Bin 2290 -> 0 bytes
.../perspectives/calculator/media/gen_debye_eq.png | Bin 0 -> 4852 bytes
.../perspectives/calculator/media/gen_gui_help.bmp | Bin 1471342 -> 0 bytes
.../perspectives/calculator/media/gen_gui_help.png | Bin 0 -> 245543 bytes
.../sasgui/perspectives/calculator/media/gen_i.gif | Bin 1675 -> 0 bytes
.../sasgui/perspectives/calculator/media/gen_i.png | Bin 0 -> 3439 bytes
.../perspectives/calculator/media/gen_mag_pic.bmp | Bin 870118 -> 0 bytes
.../perspectives/calculator/media/gen_mag_pic.png | Bin 0 -> 113814 bytes
.../calculator/media/gen_sas_help.html | 28 +-
.../calculator/media/image_viewer_help.rst | 6 +-
.../calculator/media/kiessig_calculator_help.rst | 20 +-
.../perspectives/calculator/media/load_image.bmp | Bin 895030 -> 0 bytes
.../perspectives/calculator/media/load_image.png | Bin 0 -> 410760 bytes
.../perspectives/calculator/media/mag_vector.bmp | Bin 1097766 -> 0 bytes
.../perspectives/calculator/media/mag_vector.png | Bin 0 -> 39047 bytes
.../sasgui/perspectives/calculator/media/mqx.gif | Bin 1189 -> 0 bytes
.../sasgui/perspectives/calculator/media/mqx.png | Bin 0 -> 1881 bytes
.../sasgui/perspectives/calculator/media/mqy.gif | Bin 1221 -> 0 bytes
.../sasgui/perspectives/calculator/media/mqy.png | Bin 0 -> 1902 bytes
.../sasgui/perspectives/calculator/media/mxp.gif | Bin 1132 -> 0 bytes
.../sasgui/perspectives/calculator/media/mxp.png | Bin 0 -> 1857 bytes
.../sasgui/perspectives/calculator/media/myp.gif | Bin 1117 -> 0 bytes
.../sasgui/perspectives/calculator/media/myp.png | Bin 0 -> 1752 bytes
.../sasgui/perspectives/calculator/media/mzp.gif | Bin 474 -> 0 bytes
.../sasgui/perspectives/calculator/media/mzp.png | Bin 0 -> 741 bytes
.../perspectives/calculator/media/pic_convert.bmp | Bin 300054 -> 0 bytes
.../perspectives/calculator/media/pic_convert.png | Bin 0 -> 5959 bytes
.../perspectives/calculator/media/pic_plot.bmp | Bin 765462 -> 0 bytes
.../perspectives/calculator/media/pic_plot.png | Bin 0 -> 359560 bytes
src/sas/sasgui/perspectives/calculator/media/q.gif | Bin 13760 -> 0 bytes
src/sas/sasgui/perspectives/calculator/media/q.png | Bin 0 -> 36307 bytes
.../media/resolution_calculator_help.rst | 68 +-
.../calculator/media/resolution_tutor.gif | Bin 67849 -> 0 bytes
.../calculator/media/resolution_tutor.png | Bin 0 -> 117904 bytes
.../calculator/media/sas_calculator_help.rst | 106 +-
.../perspectives/calculator/media/sigma_q.gif | Bin 33328 -> 0 bytes
.../perspectives/calculator/media/sigma_q.png | Bin 0 -> 87297 bytes
.../perspectives/calculator/media/sigma_table.gif | Bin 26563 -> 0 bytes
.../perspectives/calculator/media/sigma_table.png | Bin 0 -> 62442 bytes
.../sasgui/perspectives/calculator/media/sld1.gif | Bin 754 -> 0 bytes
.../sasgui/perspectives/calculator/media/sld1.png | Bin 0 -> 1366 bytes
.../sasgui/perspectives/calculator/media/sld2.gif | Bin 940 -> 0 bytes
.../sasgui/perspectives/calculator/media/sld2.png | Bin 0 -> 1744 bytes
.../calculator/media/sld_calculator_help.rst | 24 +-
.../calculator/media/slit_calculator_help.rst | 11 +-
.../sasgui/perspectives/calculator/media/v_j.gif | Bin 582 -> 0 bytes
.../sasgui/perspectives/calculator/model_editor.py | 2767 +-
.../sasgui/perspectives/calculator/pyconsole.py | 21 +-
.../perspectives/calculator/resolcal_thread.py | 106 +-
.../calculator/resolution_calculator_panel.py | 2718 +-
.../perspectives/calculator/sample_editor.py | 1104 +-
.../sasgui/perspectives/calculator/sld_panel.py | 1098 +-
.../calculator/slit_length_calculator_panel.py | 4 +-
.../perspectives/calculator/source_editor.py | 1080 +-
src/sas/sasgui/perspectives/corfunc/corfunc.py | 12 +-
.../sasgui/perspectives/corfunc/corfunc_panel.py | 34 +-
.../sasgui/perspectives/corfunc/corfunc_state.py | 15 +-
.../perspectives/corfunc/media/corfunc_help.rst | 219 +-
.../sasgui/perspectives/corfunc/media/fdr-pdfs.rst | 20 +-
src/sas/sasgui/perspectives/corfunc/media/fig1.gif | Bin 1680 -> 0 bytes
src/sas/sasgui/perspectives/corfunc/media/fig1.png | Bin 0 -> 4585 bytes
src/sas/sasgui/perspectives/corfunc/media/fig2.gif | Bin 3600 -> 0 bytes
src/sas/sasgui/perspectives/corfunc/media/fig2.png | Bin 0 -> 11033 bytes
.../perspectives/corfunc/media/tutorial1.png | Bin 92564 -> 193137 bytes
.../perspectives/corfunc/media/tutorial2.png | Bin 101777 -> 207333 bytes
.../perspectives/corfunc/media/tutorial3.png | Bin 116773 -> 247082 bytes
.../perspectives/corfunc/media/tutorial4.png | Bin 0 -> 252365 bytes
src/sas/sasgui/perspectives/corfunc/plot_labels.py | 7 +-
.../perspectives/file_converter/converter_panel.py | 69 +-
.../perspectives/file_converter/file_converter.py | 6 +-
.../file_converter/media/file_converter_help.rst | 13 +-
src/sas/sasgui/perspectives/fitting/__init__.py | 93 +-
src/sas/sasgui/perspectives/fitting/basepage.py | 510 +-
.../sasgui/perspectives/fitting/batchfitpage.py | 187 +-
src/sas/sasgui/perspectives/fitting/console.py | 366 +-
src/sas/sasgui/perspectives/fitting/fit_thread.py | 212 +-
src/sas/sasgui/perspectives/fitting/fitpage.py | 180 +-
src/sas/sasgui/perspectives/fitting/fitpanel.py | 39 +-
src/sas/sasgui/perspectives/fitting/fitproblem.py | 1337 +-
src/sas/sasgui/perspectives/fitting/fitting.py | 552 +-
.../sasgui/perspectives/fitting/fitting_widgets.py | 376 +-
src/sas/sasgui/perspectives/fitting/gpu_options.py | 2 +-
.../sasgui/perspectives/fitting/hint_fitpage.py | 110 +-
.../perspectives/fitting/media/M_angles_pic.bmp | Bin 870118 -> 0 bytes
.../fitting/media/batch_button_area.bmp | Bin 408258 -> 0 bytes
.../fitting/media/batch_button_area.png | Bin 0 -> 25256 bytes
.../sasgui/perspectives/fitting/media/cat_fig0.bmp | Bin 805558 -> 0 bytes
.../sasgui/perspectives/fitting/media/cat_fig0.png | Bin 0 -> 53971 bytes
.../sasgui/perspectives/fitting/media/cat_fig1.bmp | Bin 786014 -> 0 bytes
.../sasgui/perspectives/fitting/media/cat_fig1.png | Bin 0 -> 66355 bytes
.../sasgui/perspectives/fitting/media/cat_fig2.bmp | Bin 642374 -> 0 bytes
.../sasgui/perspectives/fitting/media/cat_fig2.png | Bin 0 -> 40656 bytes
.../fitting/media/combine_batch_grid.png | Bin 0 -> 541489 bytes
.../fitting/media/combine_batch_page.png | Bin 0 -> 374798 bytes
.../fitting/media/combine_batch_plot.png | Bin 0 -> 146675 bytes
.../sasgui/perspectives/fitting/media/dm_eq.gif | Bin 1140 -> 0 bytes
.../perspectives/fitting/media/edit_menu.bmp | Bin 486150 -> 0 bytes
.../perspectives/fitting/media/edit_menu.png | Bin 0 -> 30852 bytes
.../perspectives/fitting/media/file_menu.bmp | Bin 121806 -> 0 bytes
.../perspectives/fitting/media/file_menu.png | Bin 0 -> 10710 bytes
.../sasgui/perspectives/fitting/media/fitting.rst | 35 +-
.../perspectives/fitting/media/fitting_help.rst | 204 +-
.../sasgui/perspectives/fitting/media/m0x_eq.gif | Bin 861 -> 0 bytes
.../sasgui/perspectives/fitting/media/m0y_eq.gif | Bin 702 -> 0 bytes
.../sasgui/perspectives/fitting/media/m0z_eq.gif | Bin 887 -> 0 bytes
.../sasgui/perspectives/fitting/media/mag_help.rst | 107 -
.../perspectives/fitting/media/mag_vector.bmp | Bin 1097766 -> 0 bytes
src/sas/sasgui/perspectives/fitting/media/mqx.gif | Bin 1189 -> 0 bytes
src/sas/sasgui/perspectives/fitting/media/mqy.gif | Bin 1221 -> 0 bytes
src/sas/sasgui/perspectives/fitting/media/mxp.gif | Bin 1132 -> 0 bytes
src/sas/sasgui/perspectives/fitting/media/myp.gif | Bin 1117 -> 0 bytes
src/sas/sasgui/perspectives/fitting/media/mzp.gif | Bin 474 -> 0 bytes
.../perspectives/fitting/media/new_model.bmp | Bin 1703334 -> 0 bytes
.../perspectives/fitting/media/new_model.png | Bin 0 -> 73358 bytes
.../sasgui/perspectives/fitting/media/pd_help.rst | 194 -
.../perspectives/fitting/media/pd_image001.png | Bin 2535 -> 0 bytes
.../perspectives/fitting/media/pd_image002.png | Bin 736 -> 0 bytes
.../perspectives/fitting/media/pd_image003.png | Bin 898 -> 0 bytes
.../perspectives/fitting/media/pd_image004.jpg | Bin 16313 -> 0 bytes
.../perspectives/fitting/media/pd_image005.png | Bin 2433 -> 0 bytes
.../perspectives/fitting/media/pd_image006.jpg | Bin 16860 -> 0 bytes
.../perspectives/fitting/media/pd_image007.png | Bin 2436 -> 0 bytes
.../perspectives/fitting/media/pd_image008.png | Bin 585 -> 0 bytes
.../perspectives/fitting/media/pd_image009.png | Bin 777 -> 0 bytes
.../perspectives/fitting/media/pd_image010.jpg | Bin 13357 -> 0 bytes
.../perspectives/fitting/media/pd_image011.png | Bin 3005 -> 0 bytes
.../perspectives/fitting/media/pd_image012.png | Bin 793 -> 0 bytes
.../perspectives/fitting/media/pd_image013.jpg | Bin 12845 -> 0 bytes
.../perspectives/fitting/media/plot_button.bmp | Bin 1203230 -> 0 bytes
.../perspectives/fitting/media/plot_button.png | Bin 0 -> 68751 bytes
.../sasgui/perspectives/fitting/media/plugin.rst | 1012 -
.../perspectives/fitting/media/residuals_help.rst | 65 +-
.../fitting/media/restore_batch_window.bmp | Bin 134454 -> 0 bytes
.../fitting/media/restore_batch_window.png | Bin 0 -> 14019 bytes
src/sas/sasgui/perspectives/fitting/media/sld1.gif | Bin 754 -> 0 bytes
src/sas/sasgui/perspectives/fitting/media/sld2.gif | Bin 940 -> 0 bytes
.../sasgui/perspectives/fitting/media/sm_help.rst | 235 -
.../perspectives/fitting/media/sm_image002.gif | Bin 2278 -> 0 bytes
.../perspectives/fitting/media/sm_image003.gif | Bin 1215 -> 0 bytes
.../perspectives/fitting/media/sm_image004.gif | Bin 374 -> 0 bytes
.../perspectives/fitting/media/sm_image005.gif | Bin 379 -> 0 bytes
.../perspectives/fitting/media/sm_image006.gif | Bin 832 -> 0 bytes
.../perspectives/fitting/media/sm_image007.gif | Bin 854 -> 0 bytes
.../perspectives/fitting/media/sm_image008.gif | Bin 304 -> 0 bytes
.../perspectives/fitting/media/sm_image009.gif | Bin 417 -> 0 bytes
.../perspectives/fitting/media/sm_image010.gif | Bin 241 -> 0 bytes
.../perspectives/fitting/media/sm_image011.gif | Bin 220 -> 0 bytes
.../perspectives/fitting/media/sm_image012.gif | Bin 217 -> 0 bytes
.../perspectives/fitting/media/sm_image013.gif | Bin 2021 -> 0 bytes
.../perspectives/fitting/media/sm_image016.gif | Bin 2068 -> 0 bytes
.../perspectives/fitting/media/sm_image017.gif | Bin 2473 -> 0 bytes
.../perspectives/fitting/media/sm_image018.gif | Bin 285 -> 0 bytes
.../perspectives/fitting/media/sm_image019.gif | Bin 1961 -> 0 bytes
.../perspectives/fitting/media/sm_image020.gif | Bin 4151 -> 0 bytes
.../perspectives/fitting/media/sm_image021.gif | Bin 2355 -> 0 bytes
.../perspectives/fitting/media/sm_image022.gif | Bin 7724 -> 0 bytes
.../perspectives/fitting/media/sm_image023.gif | Bin 5875 -> 0 bytes
.../perspectives/fitting/media/sm_image024.gif | Bin 6240 -> 0 bytes
.../perspectives/fitting/media/sm_image025.gif | Bin 2083 -> 0 bytes
.../perspectives/fitting/media/sm_image026.gif | Bin 2177 -> 0 bytes
.../perspectives/fitting/media/sm_image027.gif | Bin 1304 -> 0 bytes
.../perspectives/fitting/media/sm_image028.gif | Bin 1989 -> 0 bytes
.../perspectives/fitting/media/sum_model.bmp | Bin 444582 -> 0 bytes
.../perspectives/fitting/media/sum_model.png | Bin 0 -> 29841 bytes
.../perspectives/fitting/media/view_button.bmp | Bin 1224174 -> 0 bytes
.../perspectives/fitting/media/view_button.png | Bin 0 -> 69736 bytes
.../perspectives/fitting/media/view_data_model.bmp | Bin 675078 -> 0 bytes
.../perspectives/fitting/media/view_data_model.png | Bin 0 -> 34547 bytes
.../sasgui/perspectives/fitting/model_thread.py | 122 +-
src/sas/sasgui/perspectives/fitting/models.py | 455 -
.../perspectives/fitting/plugin_models/__init__.py | 6 +
.../sasgui/perspectives/fitting/report_dialog.py | 287 +-
src/sas/sasgui/perspectives/fitting/resultpanel.py | 198 +-
src/sas/sasgui/perspectives/fitting/simfitpage.py | 2206 +-
src/sas/sasgui/perspectives/fitting/utils.py | 56 +-
src/sas/sasgui/perspectives/invariant/__init__.py | 86 +-
src/sas/sasgui/perspectives/invariant/invariant.py | 716 +-
.../perspectives/invariant/invariant_details.py | 1084 +-
.../perspectives/invariant/invariant_panel.py | 3932 +-
.../perspectives/invariant/invariant_state.py | 18 +-
.../perspectives/invariant/invariant_widgets.py | 330 +-
.../perspectives/invariant/media/image001.gif | Bin 343 -> 0 bytes
.../perspectives/invariant/media/image002.gif | Bin 429 -> 0 bytes
.../perspectives/invariant/media/image003.gif | Bin 295 -> 0 bytes
.../perspectives/invariant/media/image004.gif | Bin 492 -> 0 bytes
.../perspectives/invariant/media/image005.gif | Bin 46101 -> 0 bytes
.../perspectives/invariant/media/image005.png | Bin 0 -> 89273 bytes
.../invariant/media/invariant_help.rst | 91 +-
.../sasgui/perspectives/invariant/report_dialog.py | 250 +-
src/sas/sasgui/perspectives/pr/__init__.py | 2 +-
src/sas/sasgui/perspectives/pr/explore_dialog.py | 852 +-
src/sas/sasgui/perspectives/pr/inversion_panel.py | 117 +-
src/sas/sasgui/perspectives/pr/inversion_state.py | 1067 +-
src/sas/sasgui/perspectives/pr/media/pr_help.rst | 6 +-
src/sas/sasgui/perspectives/pr/pr.py | 2640 +-
src/sas/sasgui/perspectives/pr/pr_thread.py | 226 +-
src/sas/sasgui/perspectives/pr/pr_widgets.py | 446 +-
.../sasgui/perspectives/simulation/ShapeAdapter.py | 266 +-
.../perspectives/simulation/ShapeParameters.py | 12 +-
.../sasgui/perspectives/simulation/SimCanvas.py | 1320 +-
src/sas/sasgui/perspectives/simulation/__init__.py | 2 +-
.../sasgui/perspectives/simulation/simulation.py | 666 +-
src/sas/sasgui/plottools/BaseInteractor.py | 358 +-
src/sas/sasgui/plottools/LabelDialog.py | 86 +-
src/sas/sasgui/plottools/LineModel.py | 216 +-
src/sas/sasgui/plottools/PlotPanel.py | 4086 +-
src/sas/sasgui/plottools/PropertyDialog.py | 232 +-
src/sas/sasgui/plottools/SizeDialog.py | 76 +-
src/sas/sasgui/plottools/TextDialog.py | 614 +-
src/sas/sasgui/plottools/__init__.py | 1 -
src/sas/sasgui/plottools/arrow3d.py | 134 +-
src/sas/sasgui/plottools/binder.py | 8 +-
src/sas/sasgui/plottools/canvas.py | 8 +-
src/sas/sasgui/plottools/config.py | 2 +-
src/sas/sasgui/plottools/convert_units.py | 158 +-
src/sas/sasgui/plottools/fitDialog.py | 1540 +-
src/sas/sasgui/plottools/fittings.py | 220 +-
src/sas/sasgui/plottools/plottable_interactor.py | 465 +-
src/sas/sasgui/plottools/plottables.py | 87 +-
src/sas/sasgui/plottools/toolbar.py | 346 +-
src/sas/sasgui/plottools/transform.py | 826 +-
src/sas/sasview/__init__.py | 2 +
{sasview => src/sas/sasview}/custom_config.py | 34 +-
{sasview => src/sas/sasview}/images/SVwelcome.png | Bin
.../sas/sasview}/images/SVwelcome_mini.png | Bin
{sasview => src/sas/sasview}/images/angles.png | Bin
.../sas/sasview}/images/angles_flat.png | Bin
{sasview => src/sas/sasview}/images/ansto_logo.png | Bin
{sasview => src/sas/sasview}/images/ball.icns | Bin
{sasview => src/sas/sasview}/images/ball.ico | Bin
{sasview => src/sas/sasview}/images/danse_logo.png | Bin
src/sas/sasview/images/dls_logo.png | Bin 0 -> 7713 bytes
{sasview => src/sas/sasview}/images/ess_logo.png | Bin
{sasview => src/sas/sasview}/images/ill_logo.png | Bin
{sasview => src/sas/sasview}/images/isis_logo.png | Bin
{sasview => src/sas/sasview}/images/nist_logo.png | Bin
{sasview => src/sas/sasview}/images/nsf_logo.png | Bin
{sasview => src/sas/sasview}/images/ornl_logo.png | Bin
{sasview => src/sas/sasview}/images/sns_logo.png | Bin
.../sas/sasview}/images/tudelft_logo.png | Bin
{sasview => src/sas/sasview}/images/umd_logo.png | Bin
{sasview => src/sas/sasview}/images/utlogo.gif | Bin
{sasview => src/sas/sasview}/local_config.py | 23 +-
{sasview => src/sas/sasview}/media/README.txt | 0
{sasview => src/sas/sasview}/media/Tutorial.pdf | Bin
.../media/getting_started_with_sasview.pdf | Bin
src/sas/sasview/sasview.py | 254 +
.../sas/sasview}/test/1d_data/ testdata_line1.txt | 0
.../sas/sasview}/test/1d_data/1000A_sphere_dsm.xml | 0
.../test/1d_data/10wtAOT_Reline_120_reduced.pdh | 0
.../1d_data/33837rear_1D_1.75_16.5_CanSAS1D.xml | 0
.../1d_data/33837rear_1D_1.75_16.5_NXcanSAS.h5 | Bin
.../1d_data/33837rear_1D_1.75_16.5_NXcanSAS_v3.h5 | Bin
.../1d_data/AOT_Microemulsion-Core_Contrast.xml | 0
.../1d_data/AOT_Microemulsion-Drop_Contrast.xml | 0
.../1d_data/AOT_Microemulsion-Shell_Contrast.xml | 0
.../sas/sasview}/test/1d_data/APS_DND-CAT.TXT | 0
.../sas/sasview}/test/1d_data/Anton-Paar.pdh | 0
.../sas/sasview}/test/1d_data/CoreXY_ShellZ.txt | 0
.../sas/sasview}/test/1d_data/ISIS_83404.TXT | 0
.../sas/sasview}/test/1d_data/ISIS_98929.TXT | 0
.../test/1d_data/ISIS_Polymer_Blend_TK49.xml | 0
.../sasview}/test/1d_data/P123_D2O_10_percent.xml | 0
.../sasview}/test/1d_data/P123_D2O_30_percent.xml | 0
.../sasview}/test/1d_data/P123_D2O_40_percent.xml | 0
.../sas/sasview}/test/1d_data/PolySpheres.txt | 0
.../sas/sasview}/test/1d_data/beam profile.DAT | 0
.../sas/sasview}/test/1d_data/circular_test.txt | 0
.../sas/sasview}/test/1d_data/cyl_400_20.txt | 0
.../sas/sasview}/test/1d_data/cyl_400_40.txt | 0
.../sas/sasview}/test/1d_data/cyl_testdata.txt | 0
.../sas/sasview}/test/1d_data/cyl_testdata1.txt | 0
.../sas/sasview}/test/1d_data/cyl_testdata2.txt | 0
.../sasview}/test/1d_data/hSDS_D2O_0p5_percent.xml | 0
.../sasview}/test/1d_data/hSDS_D2O_2p0_percent.xml | 0
.../1d_data/hSDS_D2O_2p0_percent_0p2M_NaCl.xml | 0
.../sas/sasview}/test/1d_data/latex_smeared.xml | 0
.../sas/sasview}/test/1d_data/rpa_igor.txt | 0
.../sas/sasview}/test/1d_data/saxess_example.pdh | 0
.../sas/sasview}/test/1d_data/sphere_60_q0_2.txt | 0
.../sas/sasview}/test/1d_data/sphere_80.txt | 0
.../sas/sasview}/test/1d_data/testdata_line.txt | 0
.../sas/sasview}/test/1d_data/testdata_line3.txt | 0
.../test/2d_data/14250_2D_NoDetInfo_NXcanSAS_v3.h5 | Bin
.../sas/sasview}/test/2d_data/2P_New.sans | 0
.../test/2d_data/33837rear_2D_1.75_16.5_NIST.dat | 0
.../2d_data/33837rear_2D_1.75_16.5_NXcanSAS.h5 | Bin
.../2d_data/33837rear_2D_1.75_16.5_NXcanSAS_v3.h5 | Bin
.../sasview}/test/2d_data/P123_D2O_10_percent.dat | 0
.../sasview}/test/2d_data/P123_D2O_30_percent.dat | 0
.../sasview}/test/2d_data/P123_D2O_40_percent.dat | 0
.../sas/sasview}/test/2d_data/P_New.sans | 0
.../sas/sasview}/test/2d_data/SILIC010.DAT | 0
.../sasview}/test/2d_data/SILIC010_noheader.DAT | 0
.../test/2d_data/SILIC010_noheader_3col.DAT | 0
.../sasview}/test/2d_data/exp18_14_igor_2dqxqy.dat | 0
{sasview => src/sas/sasview}/test/README.txt | 0
.../sas/sasview}/test/convertible_files/APS_X.TXT | 0
.../sas/sasview}/test/convertible_files/APS_Y.TXT | 0
.../sasview}/test/convertible_files/FIT2D_I.TXT | 0
.../sasview}/test/convertible_files/FIT2D_Q.TXT | 0
.../SANS2D_100254_merged_ISIS2D.txt | 2536 ++
.../test/convertible_files/YBCO_12685__ISIS2D.txt | 1184 +
.../sas/sasview}/test/convertible_files/Z83000.I1D | 0
.../sas/sasview}/test/convertible_files/Z83000.QAX | 0
.../sas/sasview}/test/convertible_files/Z83001.I1D | 0
.../sas/sasview}/test/convertible_files/Z83001.QAX | Bin
.../sas/sasview}/test/convertible_files/Z83002.I1D | 0
.../sas/sasview}/test/convertible_files/Z98000.I1D | 0
.../sas/sasview}/test/convertible_files/Z98000.QAX | 0
.../sas/sasview}/test/convertible_files/Z98001.I1D | Bin
.../sas/sasview}/test/convertible_files/Z98001.QAX | Bin
.../sas/sasview}/test/convertible_files/Z98002.I1D | Bin
.../test/coordinate_data/A_Raw_Example-1.omf | 0
.../sas/sasview}/test/coordinate_data/diamond.pdb | 0
.../sas/sasview}/test/coordinate_data/dna.pdb | 0
.../sas/sasview}/test/coordinate_data/sld_file.sld | 0
.../test/image_data/ISIS_98940_greyscale_bmp.bmp | Bin
.../test/image_data/ISIS_98940_greyscale_gif.gif | Bin
.../test/image_data/ISIS_98940_greyscale_jpg.jpg | Bin
.../test/image_data/ISIS_98940_greyscale_png.png | Bin
.../test/image_data/ISIS_98940_greyscale_tif.tif | Bin
.../sas/sasview}/test/media/testdata_help.rst | 0
src/sas/sasview/test/nr_data/NR_Ni_down_state.txt | 270 +
src/sas/sasview/test/nr_data/NR_Ni_up_state.txt | 271 +
.../test/other_files/dist _THETA_weights.txt | 0
.../sas/sasview}/test/other_files/phi_weights.txt | 0
.../sas/sasview}/test/other_files/radius_dist.txt | 0
.../sasview}/test/other_files/theta_weights.txt | 0
.../test/save_states/constrained_fit_project.svs | 0
.../save_states/fit_pr_and_invariant_project.svs | 0
.../sas/sasview}/test/save_states/fitstate.fitv | 0
.../project_multiplicative_constraint.svs | 0
.../sas/sasview}/test/save_states/prstate.prv | 0
.../sas/sasview}/test/save_states/test.inv | 0
.../sas/sasview}/test/save_states/test002.inv | 0
src/sas/sasview/test/sesans_data/sphere2micron.ses | 60 +
src/sas/sasview/test/sesans_data/sphere_isis.ses | 73 +
.../test/upcoming_formats/1000A_sphere_sm.xml | 0
{sasview => src/sas/sasview}/welcome_panel.py | 364 +-
{sasview => src/sas/sasview}/wxcruft.py | 4 +-
test/README.rst | 32 +-
{src/sas => test/calculatorview}/__init__.py | 0
{src/sas => test/calculatorview/test}/__init__.py | 0
test/calculatorview/test/utest_gui_sld.py | 382 +-
{src/sas => test/corfunc}/__init__.py | 0
{src/sas => test/corfunc/test}/__init__.py | 0
test/corfunc/test/gamma1_out.txt | 1816 +
test/corfunc/test/gamma3_out.txt | 1816 +
test/corfunc/test/idf_out.txt | 1816 +
test/corfunc/test/utest_corfunc.py | 58 +-
{src/sas => test/fileconverter}/__init__.py | 0
{src/sas => test/fileconverter/test}/__init__.py | 0
test/fileconverter/test/cansas1d.xml | 26 +-
test/fileconverter/test/export2d.h5 | Bin 1199296 -> 0 bytes
test/fileconverter/test/utest_nxcansas_writer.py | 18 +-
test/logging.ini | 48 +
{src/sas => test/pr_inversion}/__init__.py | 0
{src/sas => test/pr_inversion/test}/__init__.py | 0
test/pr_inversion/test/utest_explorer.py | 68 +-
test/pr_inversion/test/utest_invertor.py | 1210 +-
test/run_one.py | 14 +-
{src/sas => test/sascalculator}/__init__.py | 0
{src/sas => test/sascalculator/test}/__init__.py | 0
.../test/utest_resolution_calculator.py | 76 +-
test/sascalculator/test/utest_sas_gen.py | 108 +-
.../test/utest_sld.py | 296 +-
.../test/utest_slit_length_calculator.py | 68 +-
{src/sas => test/sasdataloader}/__init__.py | 0
.../sas => test/sasdataloader/plugins}/__init__.py | 0
test/sasdataloader/plugins/test_reader.py | 129 +-
test/sasdataloader/test/AR07232_rest.ASC | 16403 ---------
test/sasdataloader/test/MAR07232_rest.ASC | 16403 ---------
test/sasdataloader/test/MAR07232_rest.h5 | Bin 0 -> 545568 bytes
{src/sas => test/sasdataloader/test}/__init__.py | 0
test/sasdataloader/test/error_conditions.py | 62 +-
test/sasdataloader/test/isis_1_0_write_test.xml | 0
test/sasdataloader/test/isis_1_1_write_test.xml | 0
test/sasdataloader/test/sequence_tests.py | 64 +-
.../test/sesans_examples/next_gen.ses | 73 +
.../test/sesans_examples/no_spin_echo_unit.ses | 72 +
.../test/sesans_examples/no_wavelength.ses | 73 +
.../test/sesans_examples/sesans_no_data.ses | 15 +
.../test/sesans_examples/sphere2micron.ses | 60 +
.../test/sesans_examples/sphere_isis.ses | 73 +
.../test/sesans_examples/too_many_headers.ses | 73 +
test/sasdataloader/test/testLoad.py | 171 -
test/sasdataloader/test/testplugings.py | 67 -
test/sasdataloader/test/utest_abs_reader.py | 289 +-
test/sasdataloader/test/utest_ascii.py | 211 +-
test/sasdataloader/test/utest_averaging.py | 236 +-
test/sasdataloader/test/utest_cansas.py | 635 +-
.../sasdataloader/test/utest_extension_registry.py | 78 +
.../test/utest_generic_file_reader_class.py | 52 +
test/sasdataloader/test/utest_red2d_reader.py | 69 +-
test/sasdataloader/test/utest_sesans.py | 97 +
.../sasdataloader/test/valid_cansas_xml.xml | 0
test/sasdataloader/test/write_test.xml | 0
{src/sas => test/sasguiframe}/__init__.py | 0
{src/sas => test/sasguiframe/test}/__init__.py | 0
test/sasguiframe/test/utest_manipulations.py | 754 +-
{src/sas => test/sasinvariant}/__init__.py | 0
{src/sas => test/sasinvariant/test}/__init__.py | 0
test/sasinvariant/test/utest_data_handling.py | 41 +-
test/sasinvariant/test/utest_use_cases.py | 753 +-
{src/sas => test/sasrealspace}/__init__.py | 0
{src/sas => test/sasrealspace/test}/__init__.py | 0
test/sasrealspace/test/early_test.py | 589 +-
test/sasrealspace/test/sim_validation.py | 690 +-
test/sasrealspace/test/utest_oriented.py | 971 +-
test/sasrealspace/test/utest_realspace.py | 747 +-
test/utest_sasview.py | 215 +-
658 files changed, 69579 insertions(+), 178966 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git
More information about the debian-science-commits
mailing list