From 110e07b2f7758e8cc81e29339fdebd647b89d3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20de=20la=20Pe=C3=B1a?= Date: Thu, 5 Apr 2018 13:38:45 +0200 Subject: [PATCH] Fixes #1816 --- INSTALL.txt | 0 doc/Makefile | 0 doc/_static/copybutton.js | 0 doc/conf.py | 0 doc/index.rst | 0 hyperspy/__init__.py | 0 hyperspy/_components/bleasdale.py | 0 hyperspy/_components/eels_cl_edge.py | 0 hyperspy/_components/eels_double_power_law.py | 0 hyperspy/_components/eels_vignetting.py | 0 hyperspy/_components/error_function.py | 0 hyperspy/_components/exponential.py | 0 hyperspy/_components/gaussian.py | 0 hyperspy/_components/heaviside.py | 0 hyperspy/_components/logistic.py | 0 hyperspy/_components/lorentzian.py | 0 hyperspy/_components/offset.py | 0 hyperspy/_components/pes_core_line_shape.py | 0 hyperspy/_components/pes_see.py | 0 hyperspy/_components/power_law.py | 0 hyperspy/_components/rc.py | 0 hyperspy/_components/scalable_fixed_pattern.py | 0 hyperspy/_components/voigt.py | 0 hyperspy/component.py | 0 hyperspy/components1d.py | 0 hyperspy/defaults_parser.py | 0 hyperspy/drawing/widgets.py | 0 hyperspy/io_plugins/README | 0 hyperspy/io_plugins/__init__.py | 0 hyperspy/io_plugins/image.py | 0 hyperspy/io_plugins/mrc.py | 0 hyperspy/io_plugins/netcdf.py | 0 hyperspy/misc/config_dir.py | 0 hyperspy/misc/ipython_tools.py | 0 hyperspy/model.py | 0 hyperspy/models/model1d.py | 0 hyperspy/models/model2d.py | 0 .../io/protochips_data/invalid_protochips_file.csv | 0 .../io/protochips_data/protochips_electrical.csv | 0 .../protochips_data/protochips_electrothermal.csv | 0 .../tests/io/protochips_data/protochips_thermal.csv | 0 .../tests/io/protochips_data/random_csv_file.csv | 0 .../tests/io/tiff_files/FEI-Helios-Ebeam-16bits.tif | Bin .../tests/io/tiff_files/FEI-Helios-Ebeam-8bits.tif | Bin .../test_loading_image_saved_with_imageJ.tif | Bin stdeb.cfg | 0 46 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 INSTALL.txt mode change 100755 => 100644 doc/Makefile mode change 100755 => 100644 doc/_static/copybutton.js mode change 100755 => 100644 doc/conf.py mode change 100755 => 100644 doc/index.rst mode change 100755 => 100644 hyperspy/__init__.py mode change 100755 => 100644 hyperspy/_components/bleasdale.py mode change 100755 => 100644 hyperspy/_components/eels_cl_edge.py mode change 100755 => 100644 hyperspy/_components/eels_double_power_law.py mode change 100755 => 100644 hyperspy/_components/eels_vignetting.py mode change 100755 => 100644 hyperspy/_components/error_function.py mode change 100755 => 100644 hyperspy/_components/exponential.py mode change 100755 => 100644 hyperspy/_components/gaussian.py mode change 100755 => 100644 hyperspy/_components/heaviside.py mode change 100755 => 100644 hyperspy/_components/logistic.py mode change 100755 => 100644 hyperspy/_components/lorentzian.py mode change 100755 => 100644 hyperspy/_components/offset.py mode change 100755 => 100644 hyperspy/_components/pes_core_line_shape.py mode change 100755 => 100644 hyperspy/_components/pes_see.py mode change 100755 => 100644 hyperspy/_components/power_law.py mode change 100755 => 100644 hyperspy/_components/rc.py mode change 100755 => 100644 hyperspy/_components/scalable_fixed_pattern.py mode change 100755 => 100644 hyperspy/_components/voigt.py mode change 100755 => 100644 hyperspy/component.py mode change 100755 => 100644 hyperspy/components1d.py mode change 100755 => 100644 hyperspy/defaults_parser.py mode change 100755 => 100644 hyperspy/drawing/widgets.py mode change 100755 => 100644 hyperspy/io_plugins/README mode change 100755 => 100644 hyperspy/io_plugins/__init__.py mode change 100755 => 100644 hyperspy/io_plugins/image.py mode change 100755 => 100644 hyperspy/io_plugins/mrc.py mode change 100755 => 100644 hyperspy/io_plugins/netcdf.py mode change 100755 => 100644 hyperspy/misc/config_dir.py mode change 100755 => 100644 hyperspy/misc/ipython_tools.py mode change 100755 => 100644 hyperspy/model.py mode change 100755 => 100644 hyperspy/models/model1d.py mode change 100755 => 100644 hyperspy/models/model2d.py mode change 100755 => 100644 hyperspy/tests/io/protochips_data/invalid_protochips_file.csv mode change 100755 => 100644 hyperspy/tests/io/protochips_data/protochips_electrical.csv mode change 100755 => 100644 hyperspy/tests/io/protochips_data/protochips_electrothermal.csv mode change 100755 => 100644 hyperspy/tests/io/protochips_data/protochips_thermal.csv mode change 100755 => 100644 hyperspy/tests/io/protochips_data/random_csv_file.csv mode change 100755 => 100644 hyperspy/tests/io/tiff_files/FEI-Helios-Ebeam-16bits.tif mode change 100755 => 100644 hyperspy/tests/io/tiff_files/FEI-Helios-Ebeam-8bits.tif mode change 100755 => 100644 hyperspy/tests/io/tiff_files/test_loading_image_saved_with_imageJ.tif mode change 100755 => 100644 stdeb.cfg diff --git a/INSTALL.txt b/INSTALL.txt old mode 100755 new mode 100644 diff --git a/doc/Makefile b/doc/Makefile old mode 100755 new mode 100644 diff --git a/doc/_static/copybutton.js b/doc/_static/copybutton.js old mode 100755 new mode 100644 diff --git a/doc/conf.py b/doc/conf.py old mode 100755 new mode 100644 diff --git a/doc/index.rst b/doc/index.rst old mode 100755 new mode 100644 diff --git a/hyperspy/__init__.py b/hyperspy/__init__.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/bleasdale.py b/hyperspy/_components/bleasdale.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/eels_cl_edge.py b/hyperspy/_components/eels_cl_edge.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/eels_double_power_law.py b/hyperspy/_components/eels_double_power_law.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/eels_vignetting.py b/hyperspy/_components/eels_vignetting.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/error_function.py b/hyperspy/_components/error_function.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/exponential.py b/hyperspy/_components/exponential.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/gaussian.py b/hyperspy/_components/gaussian.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/heaviside.py b/hyperspy/_components/heaviside.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/logistic.py b/hyperspy/_components/logistic.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/lorentzian.py b/hyperspy/_components/lorentzian.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/offset.py b/hyperspy/_components/offset.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/pes_core_line_shape.py b/hyperspy/_components/pes_core_line_shape.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/pes_see.py b/hyperspy/_components/pes_see.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/power_law.py b/hyperspy/_components/power_law.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/rc.py b/hyperspy/_components/rc.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/scalable_fixed_pattern.py b/hyperspy/_components/scalable_fixed_pattern.py old mode 100755 new mode 100644 diff --git a/hyperspy/_components/voigt.py b/hyperspy/_components/voigt.py old mode 100755 new mode 100644 diff --git a/hyperspy/component.py b/hyperspy/component.py old mode 100755 new mode 100644 diff --git a/hyperspy/components1d.py b/hyperspy/components1d.py old mode 100755 new mode 100644 diff --git a/hyperspy/defaults_parser.py b/hyperspy/defaults_parser.py old mode 100755 new mode 100644 diff --git a/hyperspy/drawing/widgets.py b/hyperspy/drawing/widgets.py old mode 100755 new mode 100644 diff --git a/hyperspy/io_plugins/README b/hyperspy/io_plugins/README old mode 100755 new mode 100644 diff --git a/hyperspy/io_plugins/__init__.py b/hyperspy/io_plugins/__init__.py old mode 100755 new mode 100644 diff --git a/hyperspy/io_plugins/image.py b/hyperspy/io_plugins/image.py old mode 100755 new mode 100644 diff --git a/hyperspy/io_plugins/mrc.py b/hyperspy/io_plugins/mrc.py old mode 100755 new mode 100644 diff --git a/hyperspy/io_plugins/netcdf.py b/hyperspy/io_plugins/netcdf.py old mode 100755 new mode 100644 diff --git a/hyperspy/misc/config_dir.py b/hyperspy/misc/config_dir.py old mode 100755 new mode 100644 diff --git a/hyperspy/misc/ipython_tools.py b/hyperspy/misc/ipython_tools.py old mode 100755 new mode 100644 diff --git a/hyperspy/model.py b/hyperspy/model.py old mode 100755 new mode 100644 diff --git a/hyperspy/models/model1d.py b/hyperspy/models/model1d.py old mode 100755 new mode 100644 diff --git a/hyperspy/models/model2d.py b/hyperspy/models/model2d.py old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/protochips_data/invalid_protochips_file.csv b/hyperspy/tests/io/protochips_data/invalid_protochips_file.csv old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/protochips_data/protochips_electrical.csv b/hyperspy/tests/io/protochips_data/protochips_electrical.csv old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/protochips_data/protochips_electrothermal.csv b/hyperspy/tests/io/protochips_data/protochips_electrothermal.csv old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/protochips_data/protochips_thermal.csv b/hyperspy/tests/io/protochips_data/protochips_thermal.csv old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/protochips_data/random_csv_file.csv b/hyperspy/tests/io/protochips_data/random_csv_file.csv old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/tiff_files/FEI-Helios-Ebeam-16bits.tif b/hyperspy/tests/io/tiff_files/FEI-Helios-Ebeam-16bits.tif old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/tiff_files/FEI-Helios-Ebeam-8bits.tif b/hyperspy/tests/io/tiff_files/FEI-Helios-Ebeam-8bits.tif old mode 100755 new mode 100644 diff --git a/hyperspy/tests/io/tiff_files/test_loading_image_saved_with_imageJ.tif b/hyperspy/tests/io/tiff_files/test_loading_image_saved_with_imageJ.tif old mode 100755 new mode 100644 diff --git a/stdeb.cfg b/stdeb.cfg old mode 100755 new mode 100644