From 005497448d6aed1c12d8dc973166103828421968 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Mon, 19 Sep 2022 16:06:17 +0200 Subject: [PATCH] remove # coding: utf-8 --- bootstrap.py | 1 - ci/close_popup.py | 1 - ci/info_platform.py | 1 - doc/source/conf.py | 1 - doc/source/ext/snapshotqt_directive.py | 1 - doc/source/ext/sphinxext-archive.py | 1 - examples/__init__.py | 1 - examples/colormapDialog.py | 1 - examples/compareImages.py | 1 - examples/compositeline.py | 1 - examples/customDataView.py | 1 - examples/customHdf5TreeModel.py | 1 - examples/customSilxView.py | 1 - examples/dropZones.py | 1 - examples/exampleBaseline.py | 1 - examples/fftPlotAction.py | 1 - examples/fileDialog.py | 1 - examples/findContours.py | 1 - examples/hdf5widget.py | 1 - examples/icons.py | 1 - examples/imageStack.py | 1 - examples/imageview.py | 1 - examples/periodicTable.py | 1 - examples/plot3dContextMenu.py | 1 - examples/plot3dSceneWindow.py | 1 - examples/plot3dUpdateScatterFromThread.py | 1 - examples/plotClearAction.py | 1 - examples/plotContextMenu.py | 1 - examples/plotCurveLegendWidget.py | 1 - examples/plotInteractiveImageROI.py | 1 - examples/plotItemsSelector.py | 1 - examples/plotLimits.py | 1 - examples/plotProfile.py | 1 - examples/plotROIStats.py | 1 - examples/plotStats.py | 1 - examples/plotUpdateCurveFromThread.py | 1 - examples/plotUpdateImageFromThread.py | 1 - examples/plotWidget.py | 1 - examples/printPreview.py | 1 - examples/scatterMask.py | 1 - examples/scatterview.py | 1 - examples/shiftPlotAction.py | 1 - examples/simplewidget.py | 1 - examples/stackView.py | 1 - examples/syncPlotLocation.py | 1 - examples/syncaxis.py | 1 - examples/viewer3DVolume.py | 1 - examples/writetoh5.py | 1 - package/windows/bootstrap-silx-view.py | 1 - package/windows/bootstrap.py | 1 - qtdesigner_plugins/plot1dplugin.py | 1 - qtdesigner_plugins/plot2dplugin.py | 1 - qtdesigner_plugins/plotwidgetplugin.py | 1 - qtdesigner_plugins/plotwindowplugin.py | 1 - run_tests.py | 1 - setup.py | 1 - src/silx/__init__.py | 1 - src/silx/__main__.py | 1 - src/silx/_config.py | 1 - src/silx/_version.py | 1 - src/silx/app/__init__.py | 1 - src/silx/app/convert.py | 1 - src/silx/app/test/__init__.py | 1 - src/silx/app/test/test_convert.py | 1 - src/silx/app/test_.py | 1 - src/silx/app/view/About.py | 1 - src/silx/app/view/ApplicationContext.py | 1 - src/silx/app/view/CustomNxdataWidget.py | 1 - src/silx/app/view/DataPanel.py | 1 - src/silx/app/view/Viewer.py | 1 - src/silx/app/view/__init__.py | 1 - src/silx/app/view/main.py | 1 - src/silx/app/view/test/__init__.py | 1 - src/silx/app/view/test/test_launcher.py | 1 - src/silx/app/view/test/test_view.py | 1 - src/silx/app/view/utils.py | 1 - src/silx/gui/__init__.py | 1 - src/silx/gui/_glutils/Context.py | 1 - src/silx/gui/_glutils/FramebufferTexture.py | 1 - src/silx/gui/_glutils/OpenGLWidget.py | 1 - src/silx/gui/_glutils/Program.py | 1 - src/silx/gui/_glutils/Texture.py | 1 - src/silx/gui/_glutils/VertexBuffer.py | 1 - src/silx/gui/_glutils/__init__.py | 1 - src/silx/gui/_glutils/font.py | 1 - src/silx/gui/_glutils/gl.py | 1 - src/silx/gui/_glutils/utils.py | 1 - src/silx/gui/colors.py | 1 - src/silx/gui/console.py | 1 - src/silx/gui/data/ArrayTableModel.py | 1 - src/silx/gui/data/ArrayTableWidget.py | 1 - src/silx/gui/data/DataViewer.py | 1 - src/silx/gui/data/DataViewerFrame.py | 1 - src/silx/gui/data/DataViewerSelector.py | 1 - src/silx/gui/data/DataViews.py | 1 - src/silx/gui/data/Hdf5TableView.py | 1 - src/silx/gui/data/HexaTableView.py | 1 - src/silx/gui/data/NXdataWidgets.py | 1 - src/silx/gui/data/NumpyAxesSelector.py | 1 - src/silx/gui/data/RecordTableView.py | 1 - src/silx/gui/data/TextFormatter.py | 1 - src/silx/gui/data/_VolumeWindow.py | 1 - src/silx/gui/data/__init__.py | 1 - src/silx/gui/data/test/__init__.py | 1 - src/silx/gui/data/test/test_arraywidget.py | 1 - src/silx/gui/data/test/test_dataviewer.py | 1 - src/silx/gui/data/test/test_numpyaxesselector.py | 1 - src/silx/gui/data/test/test_textformatter.py | 1 - src/silx/gui/dialog/AbstractDataFileDialog.py | 1 - src/silx/gui/dialog/ColormapDialog.py | 1 - src/silx/gui/dialog/DataFileDialog.py | 1 - src/silx/gui/dialog/DatasetDialog.py | 1 - src/silx/gui/dialog/FileTypeComboBox.py | 1 - src/silx/gui/dialog/GroupDialog.py | 1 - src/silx/gui/dialog/ImageFileDialog.py | 1 - src/silx/gui/dialog/SafeFileIconProvider.py | 1 - src/silx/gui/dialog/SafeFileSystemModel.py | 1 - src/silx/gui/dialog/__init__.py | 1 - src/silx/gui/dialog/test/__init__.py | 1 - src/silx/gui/dialog/test/test_colormapdialog.py | 1 - src/silx/gui/dialog/test/test_datafiledialog.py | 1 - src/silx/gui/dialog/test/test_imagefiledialog.py | 1 - src/silx/gui/dialog/utils.py | 1 - src/silx/gui/fit/BackgroundWidget.py | 1 - src/silx/gui/fit/FitConfig.py | 1 - src/silx/gui/fit/FitWidget.py | 1 - src/silx/gui/fit/FitWidgets.py | 1 - src/silx/gui/fit/Parameters.py | 1 - src/silx/gui/fit/__init__.py | 1 - src/silx/gui/fit/test/__init__.py | 1 - src/silx/gui/fit/test/testBackgroundWidget.py | 1 - src/silx/gui/fit/test/testFitConfig.py | 1 - src/silx/gui/fit/test/testFitWidget.py | 1 - src/silx/gui/hdf5/Hdf5Formatter.py | 1 - src/silx/gui/hdf5/Hdf5HeaderView.py | 1 - src/silx/gui/hdf5/Hdf5Item.py | 1 - src/silx/gui/hdf5/Hdf5LoadingItem.py | 1 - src/silx/gui/hdf5/Hdf5Node.py | 1 - src/silx/gui/hdf5/Hdf5TreeModel.py | 1 - src/silx/gui/hdf5/Hdf5TreeView.py | 1 - src/silx/gui/hdf5/NexusSortFilterProxyModel.py | 1 - src/silx/gui/hdf5/__init__.py | 1 - src/silx/gui/hdf5/_utils.py | 1 - src/silx/gui/hdf5/test/__init__.py | 1 - src/silx/gui/hdf5/test/test_hdf5.py | 1 - src/silx/gui/icons.py | 1 - src/silx/gui/plot/AlphaSlider.py | 1 - src/silx/gui/plot/ColorBar.py | 1 - src/silx/gui/plot/Colormap.py | 1 - src/silx/gui/plot/ColormapDialog.py | 1 - src/silx/gui/plot/Colors.py | 1 - src/silx/gui/plot/CompareImages.py | 1 - src/silx/gui/plot/ComplexImageView.py | 1 - src/silx/gui/plot/CurvesROIWidget.py | 1 - src/silx/gui/plot/ImageStack.py | 1 - src/silx/gui/plot/ImageView.py | 1 - src/silx/gui/plot/Interaction.py | 1 - src/silx/gui/plot/ItemsSelectionDialog.py | 1 - src/silx/gui/plot/LegendSelector.py | 1 - src/silx/gui/plot/LimitsHistory.py | 1 - src/silx/gui/plot/MaskToolsWidget.py | 1 - src/silx/gui/plot/PlotActions.py | 1 - src/silx/gui/plot/PlotEvents.py | 1 - src/silx/gui/plot/PlotInteraction.py | 1 - src/silx/gui/plot/PlotToolButtons.py | 1 - src/silx/gui/plot/PlotTools.py | 1 - src/silx/gui/plot/PlotWidget.py | 1 - src/silx/gui/plot/PlotWindow.py | 1 - src/silx/gui/plot/PrintPreviewToolButton.py | 1 - src/silx/gui/plot/Profile.py | 1 - src/silx/gui/plot/ProfileMainWindow.py | 1 - src/silx/gui/plot/ROIStatsWidget.py | 1 - src/silx/gui/plot/ScatterMaskToolsWidget.py | 1 - src/silx/gui/plot/ScatterView.py | 1 - src/silx/gui/plot/StackView.py | 1 - src/silx/gui/plot/StatsWidget.py | 1 - src/silx/gui/plot/_BaseMaskToolsWidget.py | 1 - src/silx/gui/plot/__init__.py | 1 - src/silx/gui/plot/_utils/__init__.py | 1 - src/silx/gui/plot/_utils/delaunay.py | 1 - src/silx/gui/plot/_utils/dtime_ticklayout.py | 1 - src/silx/gui/plot/_utils/panzoom.py | 1 - src/silx/gui/plot/_utils/test/__init__.py | 1 - src/silx/gui/plot/_utils/test/test_dtime_ticklayout.py | 1 - src/silx/gui/plot/_utils/test/test_ticklayout.py | 1 - src/silx/gui/plot/_utils/ticklayout.py | 1 - src/silx/gui/plot/actions/PlotAction.py | 1 - src/silx/gui/plot/actions/PlotToolAction.py | 1 - src/silx/gui/plot/actions/__init__.py | 1 - src/silx/gui/plot/actions/control.py | 1 - src/silx/gui/plot/actions/fit.py | 1 - src/silx/gui/plot/actions/histogram.py | 1 - src/silx/gui/plot/actions/io.py | 1 - src/silx/gui/plot/actions/medfilt.py | 1 - src/silx/gui/plot/actions/mode.py | 1 - src/silx/gui/plot/backends/BackendBase.py | 1 - src/silx/gui/plot/backends/BackendMatplotlib.py | 1 - src/silx/gui/plot/backends/BackendOpenGL.py | 1 - src/silx/gui/plot/backends/__init__.py | 1 - src/silx/gui/plot/backends/glutils/GLPlotCurve.py | 1 - src/silx/gui/plot/backends/glutils/GLPlotFrame.py | 1 - src/silx/gui/plot/backends/glutils/GLPlotImage.py | 1 - src/silx/gui/plot/backends/glutils/GLPlotItem.py | 1 - src/silx/gui/plot/backends/glutils/GLPlotTriangles.py | 1 - src/silx/gui/plot/backends/glutils/GLSupport.py | 1 - src/silx/gui/plot/backends/glutils/GLText.py | 1 - src/silx/gui/plot/backends/glutils/GLTexture.py | 1 - src/silx/gui/plot/backends/glutils/PlotImageFile.py | 1 - src/silx/gui/plot/backends/glutils/__init__.py | 1 - src/silx/gui/plot/items/__init__.py | 1 - src/silx/gui/plot/items/_arc_roi.py | 1 - src/silx/gui/plot/items/_pick.py | 1 - src/silx/gui/plot/items/_roi_base.py | 1 - src/silx/gui/plot/items/axis.py | 1 - src/silx/gui/plot/items/complex.py | 1 - src/silx/gui/plot/items/core.py | 1 - src/silx/gui/plot/items/curve.py | 1 - src/silx/gui/plot/items/histogram.py | 1 - src/silx/gui/plot/items/image.py | 1 - src/silx/gui/plot/items/image_aggregated.py | 1 - src/silx/gui/plot/items/marker.py | 1 - src/silx/gui/plot/items/roi.py | 1 - src/silx/gui/plot/items/scatter.py | 1 - src/silx/gui/plot/items/shape.py | 1 - src/silx/gui/plot/matplotlib/Colormap.py | 1 - src/silx/gui/plot/matplotlib/__init__.py | 1 - src/silx/gui/plot/stats/__init__.py | 1 - src/silx/gui/plot/stats/stats.py | 1 - src/silx/gui/plot/stats/statshandler.py | 1 - src/silx/gui/plot/test/__init__.py | 1 - src/silx/gui/plot/test/testAlphaSlider.py | 1 - src/silx/gui/plot/test/testColorBar.py | 1 - src/silx/gui/plot/test/testCompareImages.py | 1 - src/silx/gui/plot/test/testComplexImageView.py | 1 - src/silx/gui/plot/test/testCurvesROIWidget.py | 1 - src/silx/gui/plot/test/testImageStack.py | 1 - src/silx/gui/plot/test/testImageView.py | 1 - src/silx/gui/plot/test/testInteraction.py | 1 - src/silx/gui/plot/test/testItem.py | 1 - src/silx/gui/plot/test/testLegendSelector.py | 1 - src/silx/gui/plot/test/testLimitConstraints.py | 1 - src/silx/gui/plot/test/testMaskToolsWidget.py | 1 - src/silx/gui/plot/test/testPixelIntensityHistoAction.py | 1 - src/silx/gui/plot/test/testPlotActions.py | 1 - src/silx/gui/plot/test/testPlotInteraction.py | 1 - src/silx/gui/plot/test/testPlotWidget.py | 1 - src/silx/gui/plot/test/testPlotWidgetNoBackend.py | 1 - src/silx/gui/plot/test/testPlotWindow.py | 1 - src/silx/gui/plot/test/testRoiStatsWidget.py | 1 - src/silx/gui/plot/test/testSaveAction.py | 1 - src/silx/gui/plot/test/testScatterMaskToolsWidget.py | 1 - src/silx/gui/plot/test/testScatterView.py | 1 - src/silx/gui/plot/test/testStackView.py | 1 - src/silx/gui/plot/test/testStats.py | 1 - src/silx/gui/plot/test/testUtilsAxis.py | 1 - src/silx/gui/plot/test/utils.py | 1 - src/silx/gui/plot/tools/CurveLegendsWidget.py | 1 - src/silx/gui/plot/tools/LimitsToolBar.py | 1 - src/silx/gui/plot/tools/PositionInfo.py | 1 - src/silx/gui/plot/tools/RadarView.py | 1 - src/silx/gui/plot/tools/__init__.py | 1 - src/silx/gui/plot/tools/profile/ScatterProfileToolBar.py | 1 - src/silx/gui/plot/tools/profile/__init__.py | 1 - src/silx/gui/plot/tools/profile/core.py | 1 - src/silx/gui/plot/tools/profile/editors.py | 1 - src/silx/gui/plot/tools/profile/manager.py | 1 - src/silx/gui/plot/tools/profile/rois.py | 1 - src/silx/gui/plot/tools/profile/toolbar.py | 1 - src/silx/gui/plot/tools/roi.py | 1 - src/silx/gui/plot/tools/test/__init__.py | 1 - src/silx/gui/plot/tools/test/testCurveLegendsWidget.py | 1 - src/silx/gui/plot/tools/test/testProfile.py | 1 - src/silx/gui/plot/tools/test/testROI.py | 1 - src/silx/gui/plot/tools/test/testScatterProfileToolBar.py | 1 - src/silx/gui/plot/tools/test/testTools.py | 1 - src/silx/gui/plot/tools/toolbars.py | 1 - src/silx/gui/plot/utils/__init__.py | 1 - src/silx/gui/plot/utils/axis.py | 1 - src/silx/gui/plot/utils/intersections.py | 1 - src/silx/gui/plot3d/ParamTreeView.py | 1 - src/silx/gui/plot3d/Plot3DWidget.py | 1 - src/silx/gui/plot3d/Plot3DWindow.py | 1 - src/silx/gui/plot3d/SFViewParamTree.py | 1 - src/silx/gui/plot3d/ScalarFieldView.py | 1 - src/silx/gui/plot3d/SceneWidget.py | 1 - src/silx/gui/plot3d/SceneWindow.py | 1 - src/silx/gui/plot3d/__init__.py | 1 - src/silx/gui/plot3d/_model/__init__.py | 1 - src/silx/gui/plot3d/_model/core.py | 1 - src/silx/gui/plot3d/_model/items.py | 1 - src/silx/gui/plot3d/_model/model.py | 1 - src/silx/gui/plot3d/actions/Plot3DAction.py | 1 - src/silx/gui/plot3d/actions/__init__.py | 1 - src/silx/gui/plot3d/actions/io.py | 1 - src/silx/gui/plot3d/actions/mode.py | 1 - src/silx/gui/plot3d/actions/viewpoint.py | 1 - src/silx/gui/plot3d/items/__init__.py | 1 - src/silx/gui/plot3d/items/_pick.py | 1 - src/silx/gui/plot3d/items/clipplane.py | 1 - src/silx/gui/plot3d/items/core.py | 1 - src/silx/gui/plot3d/items/image.py | 1 - src/silx/gui/plot3d/items/mesh.py | 1 - src/silx/gui/plot3d/items/mixins.py | 1 - src/silx/gui/plot3d/items/scatter.py | 1 - src/silx/gui/plot3d/items/volume.py | 1 - src/silx/gui/plot3d/scene/__init__.py | 1 - src/silx/gui/plot3d/scene/axes.py | 1 - src/silx/gui/plot3d/scene/camera.py | 1 - src/silx/gui/plot3d/scene/core.py | 1 - src/silx/gui/plot3d/scene/cutplane.py | 1 - src/silx/gui/plot3d/scene/event.py | 1 - src/silx/gui/plot3d/scene/function.py | 1 - src/silx/gui/plot3d/scene/interaction.py | 1 - src/silx/gui/plot3d/scene/primitives.py | 1 - src/silx/gui/plot3d/scene/test/__init__.py | 1 - src/silx/gui/plot3d/scene/test/test_transform.py | 1 - src/silx/gui/plot3d/scene/test/test_utils.py | 1 - src/silx/gui/plot3d/scene/text.py | 1 - src/silx/gui/plot3d/scene/transform.py | 1 - src/silx/gui/plot3d/scene/utils.py | 1 - src/silx/gui/plot3d/scene/viewport.py | 1 - src/silx/gui/plot3d/scene/window.py | 1 - src/silx/gui/plot3d/test/__init__.py | 1 - src/silx/gui/plot3d/test/testGL.py | 1 - src/silx/gui/plot3d/test/testScalarFieldView.py | 1 - src/silx/gui/plot3d/test/testSceneWidget.py | 1 - src/silx/gui/plot3d/test/testSceneWidgetPicking.py | 1 - src/silx/gui/plot3d/test/testSceneWindow.py | 1 - src/silx/gui/plot3d/test/testStatsWidget.py | 1 - src/silx/gui/plot3d/tools/GroupPropertiesWidget.py | 1 - src/silx/gui/plot3d/tools/PositionInfoWidget.py | 1 - src/silx/gui/plot3d/tools/ViewpointTools.py | 1 - src/silx/gui/plot3d/tools/__init__.py | 1 - src/silx/gui/plot3d/tools/test/__init__.py | 1 - src/silx/gui/plot3d/tools/test/testPositionInfoWidget.py | 1 - src/silx/gui/plot3d/tools/toolbars.py | 1 - src/silx/gui/plot3d/utils/__init__.py | 1 - src/silx/gui/plot3d/utils/mng.py | 1 - src/silx/gui/printer.py | 1 - src/silx/gui/qt/__init__.py | 1 - src/silx/gui/qt/_pyside_dynamic.py | 1 - src/silx/gui/qt/_qt.py | 1 - src/silx/gui/qt/_utils.py | 1 - src/silx/gui/qt/inspect.py | 1 - src/silx/gui/test/__init__.py | 1 - src/silx/gui/test/test_colors.py | 1 - src/silx/gui/test/test_console.py | 1 - src/silx/gui/test/test_icons.py | 1 - src/silx/gui/test/test_qt.py | 1 - src/silx/gui/test/utils.py | 1 - src/silx/gui/utils/__init__.py | 1 - src/silx/gui/utils/concurrent.py | 1 - src/silx/gui/utils/glutils/__init__.py | 1 - src/silx/gui/utils/image.py | 1 - src/silx/gui/utils/matplotlib.py | 1 - src/silx/gui/utils/projecturl.py | 1 - src/silx/gui/utils/qtutils.py | 1 - src/silx/gui/utils/signal.py | 1 - src/silx/gui/utils/test/__init__.py | 1 - src/silx/gui/utils/test/test.py | 1 - src/silx/gui/utils/test/test_async.py | 1 - src/silx/gui/utils/test/test_glutils.py | 1 - src/silx/gui/utils/test/test_image.py | 1 - src/silx/gui/utils/test/test_qtutils.py | 1 - src/silx/gui/utils/test/test_testutils.py | 1 - src/silx/gui/utils/testutils.py | 1 - src/silx/gui/widgets/BoxLayoutDockWidget.py | 1 - src/silx/gui/widgets/ColormapNameComboBox.py | 1 - src/silx/gui/widgets/ElidedLabel.py | 1 - src/silx/gui/widgets/FloatEdit.py | 1 - src/silx/gui/widgets/FlowLayout.py | 1 - src/silx/gui/widgets/FrameBrowser.py | 1 - src/silx/gui/widgets/HierarchicalTableView.py | 1 - src/silx/gui/widgets/LegendIconWidget.py | 1 - src/silx/gui/widgets/MedianFilterDialog.py | 1 - src/silx/gui/widgets/MultiModeAction.py | 1 - src/silx/gui/widgets/PeriodicTable.py | 1 - src/silx/gui/widgets/PrintGeometryDialog.py | 1 - src/silx/gui/widgets/PrintPreview.py | 1 - src/silx/gui/widgets/RangeSlider.py | 1 - src/silx/gui/widgets/TableWidget.py | 1 - src/silx/gui/widgets/ThreadPoolPushButton.py | 1 - src/silx/gui/widgets/WaitingPushButton.py | 1 - src/silx/gui/widgets/__init__.py | 1 - src/silx/gui/widgets/test/__init__.py | 1 - src/silx/gui/widgets/test/test_boxlayoutdockwidget.py | 1 - src/silx/gui/widgets/test/test_elidedlabel.py | 1 - src/silx/gui/widgets/test/test_flowlayout.py | 1 - src/silx/gui/widgets/test/test_framebrowser.py | 1 - src/silx/gui/widgets/test/test_hierarchicaltableview.py | 1 - src/silx/gui/widgets/test/test_legendiconwidget.py | 1 - src/silx/gui/widgets/test/test_periodictable.py | 1 - src/silx/gui/widgets/test/test_printpreview.py | 1 - src/silx/gui/widgets/test/test_rangeslider.py | 1 - src/silx/gui/widgets/test/test_tablewidget.py | 1 - src/silx/gui/widgets/test/test_threadpoolpushbutton.py | 1 - src/silx/image/__init__.py | 1 - src/silx/image/_boundingbox.py | 1 - src/silx/image/backprojection.py | 1 - src/silx/image/bilinear.pyx | 1 - src/silx/image/marchingsquares/__init__.py | 1 - src/silx/image/marchingsquares/_mergeimpl.pyx | 1 - src/silx/image/marchingsquares/_skimage.py | 1 - src/silx/image/marchingsquares/test/__init__.py | 1 - src/silx/image/marchingsquares/test/test_funcapi.py | 1 - src/silx/image/marchingsquares/test/test_mergeimpl.py | 1 - src/silx/image/medianfilter.py | 1 - src/silx/image/phantomgenerator.py | 1 - src/silx/image/projection.py | 1 - src/silx/image/reconstruction.py | 1 - src/silx/image/shapes.pyx | 1 - src/silx/image/sift.py | 1 - src/silx/image/test/__init__.py | 1 - src/silx/image/test/test_bb.py | 1 - src/silx/image/test/test_bilinear.py | 1 - src/silx/image/test/test_medianfilter.py | 1 - src/silx/image/test/test_shapes.py | 1 - src/silx/image/test/test_tomography.py | 1 - src/silx/image/tomography.py | 1 - src/silx/image/utils.py | 1 - src/silx/io/__init__.py | 1 - src/silx/io/commonh5.py | 1 - src/silx/io/convert.py | 1 - src/silx/io/dictdump.py | 1 - src/silx/io/fabioh5.py | 1 - src/silx/io/fioh5.py | 1 - src/silx/io/h5py_utils.py | 1 - src/silx/io/nxdata/__init__.py | 1 - src/silx/io/nxdata/_utils.py | 1 - src/silx/io/nxdata/parse.py | 1 - src/silx/io/nxdata/write.py | 1 - src/silx/io/octaveh5.py | 1 - src/silx/io/rawh5.py | 1 - src/silx/io/specfile.pyx | 1 - src/silx/io/specfile/include/SpecFileCython.h | 1 - src/silx/io/specfile_wrapper.pxd | 1 - src/silx/io/specfilewrapper.py | 1 - src/silx/io/spech5.py | 1 - src/silx/io/spectoh5.py | 1 - src/silx/io/test/__init__.py | 1 - src/silx/io/test/test_commonh5.py | 1 - src/silx/io/test/test_dictdump.py | 1 - src/silx/io/test/test_fabioh5.py | 1 - src/silx/io/test/test_fioh5.py | 1 - src/silx/io/test/test_h5py_utils.py | 1 - src/silx/io/test/test_nxdata.py | 1 - src/silx/io/test/test_octaveh5.py | 1 - src/silx/io/test/test_rawh5.py | 1 - src/silx/io/test/test_specfile.py | 1 - src/silx/io/test/test_specfilewrapper.py | 1 - src/silx/io/test/test_spech5.py | 1 - src/silx/io/test/test_spectoh5.py | 1 - src/silx/io/test/test_url.py | 1 - src/silx/io/test/test_utils.py | 1 - src/silx/io/test/test_write_to_h5.py | 1 - src/silx/io/url.py | 1 - src/silx/io/utils.py | 1 - src/silx/math/__init__.py | 1 - src/silx/math/_colormap.pyx | 1 - src/silx/math/calibration.py | 1 - src/silx/math/chistogramnd.pyx | 1 - src/silx/math/chistogramnd_lut.pyx | 1 - src/silx/math/colormap.py | 1 - src/silx/math/combo.pyx | 1 - src/silx/math/fft/__init__.py | 1 - src/silx/math/fft/basefft.py | 1 - src/silx/math/fft/clfft.py | 1 - src/silx/math/fft/cufft.py | 1 - src/silx/math/fft/fft.py | 1 - src/silx/math/fft/fftw.py | 1 - src/silx/math/fft/npfft.py | 1 - src/silx/math/fft/test/__init__.py | 1 - src/silx/math/fft/test/test_fft.py | 1 - src/silx/math/fit/__init__.py | 1 - src/silx/math/fit/bgtheories.py | 1 - src/silx/math/fit/filters.pyx | 1 - src/silx/math/fit/filters_wrapper.pxd | 1 - src/silx/math/fit/fitmanager.py | 1 - src/silx/math/fit/fittheories.py | 1 - src/silx/math/fit/fittheory.py | 1 - src/silx/math/fit/functions.pyx | 1 - src/silx/math/fit/functions_wrapper.pxd | 1 - src/silx/math/fit/leastsq.py | 1 - src/silx/math/fit/peaks.pyx | 1 - src/silx/math/fit/peaks_wrapper.pxd | 1 - src/silx/math/fit/test/__init__.py | 1 - src/silx/math/fit/test/test_bgtheories.py | 1 - src/silx/math/fit/test/test_filters.py | 1 - src/silx/math/fit/test/test_fit.py | 1 - src/silx/math/fit/test/test_fitmanager.py | 1 - src/silx/math/fit/test/test_functions.py | 1 - src/silx/math/fit/test/test_peaks.py | 1 - src/silx/math/histogram.py | 1 - src/silx/math/histogramnd_c.pxd | 1 - src/silx/math/interpolate.pyx | 1 - src/silx/math/marchingcubes.pyx | 1 - src/silx/math/math_compatibility.pxd | 1 - src/silx/math/mc.pxd | 1 - src/silx/math/medianfilter/__init__.py | 1 - src/silx/math/medianfilter/median_filter.pxd | 1 - src/silx/math/medianfilter/medianfilter.pyx | 1 - src/silx/math/medianfilter/test/__init__.py | 1 - src/silx/math/medianfilter/test/benchmark.py | 1 - src/silx/math/medianfilter/test/test_medianfilter.py | 1 - src/silx/math/test/__init__.py | 1 - src/silx/math/test/benchmark_combo.py | 1 - src/silx/math/test/histo_benchmarks.py | 1 - src/silx/math/test/test_HistogramndLut_nominal.py | 1 - src/silx/math/test/test_calibration.py | 1 - src/silx/math/test/test_colormap.py | 1 - src/silx/math/test/test_combo.py | 1 - src/silx/math/test/test_histogramnd_error.py | 1 - src/silx/math/test/test_histogramnd_nominal.py | 1 - src/silx/math/test/test_histogramnd_vs_np.py | 1 - src/silx/math/test/test_interpolate.py | 1 - src/silx/math/test/test_marchingcubes.py | 1 - src/silx/opencl/__init__.py | 1 - src/silx/opencl/backprojection.py | 1 - src/silx/opencl/codec/byte_offset.py | 1 - src/silx/opencl/codec/test/__init__.py | 1 - src/silx/opencl/codec/test/test_byte_offset.py | 1 - src/silx/opencl/common.py | 1 - src/silx/opencl/convolution.py | 1 - src/silx/opencl/image.py | 1 - src/silx/opencl/linalg.py | 1 - src/silx/opencl/medfilt.py | 1 - src/silx/opencl/processing.py | 1 - src/silx/opencl/projection.py | 1 - src/silx/opencl/reconstruction.py | 1 - src/silx/opencl/sift/__init__.py | 1 - src/silx/opencl/sift/alignment.py | 1 - src/silx/opencl/sift/match.py | 1 - src/silx/opencl/sift/param.py | 1 - src/silx/opencl/sift/plan.py | 1 - src/silx/opencl/sift/sift.py | 1 - src/silx/opencl/sift/test/__init__.py | 1 - src/silx/opencl/sift/test/test_algebra.py | 1 - src/silx/opencl/sift/test/test_align.py | 1 - src/silx/opencl/sift/test/test_convol.py | 1 - src/silx/opencl/sift/test/test_gaussian.py | 1 - src/silx/opencl/sift/test/test_image.py | 1 - src/silx/opencl/sift/test/test_image_functions.py | 1 - src/silx/opencl/sift/test/test_image_setup.py | 1 - src/silx/opencl/sift/test/test_keypoints.py | 1 - src/silx/opencl/sift/test/test_matching.py | 1 - src/silx/opencl/sift/test/test_preproc.py | 1 - src/silx/opencl/sift/test/test_reductions.py | 1 - src/silx/opencl/sift/test/test_transform.py | 1 - src/silx/opencl/sift/utils.py | 1 - src/silx/opencl/sinofilter.py | 1 - src/silx/opencl/sparse.py | 1 - src/silx/opencl/statistics.py | 1 - src/silx/opencl/test/__init__.py | 1 - src/silx/opencl/test/test_addition.py | 1 - src/silx/opencl/test/test_array_utils.py | 1 - src/silx/opencl/test/test_backprojection.py | 1 - src/silx/opencl/test/test_convolution.py | 1 - src/silx/opencl/test/test_doubleword.py | 1 - src/silx/opencl/test/test_image.py | 1 - src/silx/opencl/test/test_kahan.py | 1 - src/silx/opencl/test/test_linalg.py | 1 - src/silx/opencl/test/test_medfilt.py | 1 - src/silx/opencl/test/test_projection.py | 1 - src/silx/opencl/test/test_sparse.py | 1 - src/silx/opencl/test/test_stats.py | 1 - src/silx/opencl/utils.py | 1 - src/silx/resources/__init__.py | 1 - src/silx/sx/__init__.py | 1 - src/silx/sx/_plot.py | 1 - src/silx/sx/_plot3d.py | 1 - src/silx/test/__init__.py | 1 - src/silx/test/test_resources.py | 1 - src/silx/test/test_sx.py | 1 - src/silx/test/test_version.py | 1 - src/silx/test/utils.py | 1 - src/silx/third_party/__init__.py | 1 - src/silx/third_party/_local/__init__.py | 1 - src/silx/third_party/_local/scipy_spatial/__init__.py | 1 - src/silx/third_party/_local/scipy_spatial/setup.py | 1 - src/silx/third_party/scipy_spatial.py | 1 - src/silx/utils/ExternalResources.py | 1 - src/silx/utils/__init__.py | 1 - src/silx/utils/_have_openmp.pxd | 1 - src/silx/utils/array_like.py | 1 - src/silx/utils/debug.py | 1 - src/silx/utils/deprecation.py | 1 - src/silx/utils/enum.py | 1 - src/silx/utils/exceptions.py | 1 - src/silx/utils/files.py | 1 - src/silx/utils/html.py | 1 - src/silx/utils/launcher.py | 1 - src/silx/utils/number.py | 1 - src/silx/utils/property.py | 1 - src/silx/utils/proxy.py | 1 - src/silx/utils/retry.py | 1 - src/silx/utils/test/__init__.py | 1 - src/silx/utils/test/test_array_like.py | 1 - src/silx/utils/test/test_debug.py | 1 - src/silx/utils/test/test_deprecation.py | 1 - src/silx/utils/test/test_enum.py | 1 - src/silx/utils/test/test_external_resources.py | 1 - src/silx/utils/test/test_launcher.py | 1 - src/silx/utils/test/test_launcher_command.py | 1 - src/silx/utils/test/test_number.py | 1 - src/silx/utils/test/test_proxy.py | 1 - src/silx/utils/test/test_retry.py | 1 - src/silx/utils/test/test_testutils.py | 1 - src/silx/utils/test/test_weakref.py | 1 - src/silx/utils/testutils.py | 1 - src/silx/utils/weakref.py | 1 - tools/create_h5_sample.py | 1 - tools/update_icons_rst.py | 1 - 612 files changed, 612 deletions(-) diff --git a/bootstrap.py b/bootstrap.py index dd3ed917f8..ceeaefd1b6 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# coding: utf8 """ Bootstrap helps you to test scripts without installing them by patching your PYTHONPATH on the fly diff --git a/ci/close_popup.py b/ci/close_popup.py index 1b33945121..fdeac95c46 100755 --- a/ci/close_popup.py +++ b/ci/close_popup.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/ci/info_platform.py b/ci/info_platform.py index cdc7d70fd2..fb3d638248 100644 --- a/ci/info_platform.py +++ b/ci/info_platform.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 """Print information about python.""" __authors__ = ["Jérôme Kieffer"] diff --git a/doc/source/conf.py b/doc/source/conf.py index 7e173f35d2..f30d254bba 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # /*########################################################################## # Copyright (C) 2015-2019 European Synchrotron Radiation Facility # diff --git a/doc/source/ext/snapshotqt_directive.py b/doc/source/ext/snapshotqt_directive.py index f1157553a9..2a40992cc8 100644 --- a/doc/source/ext/snapshotqt_directive.py +++ b/doc/source/ext/snapshotqt_directive.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2019 European Synchrotron Radiation Facility diff --git a/doc/source/ext/sphinxext-archive.py b/doc/source/ext/sphinxext-archive.py index dc1c2c83d5..39004e0ec8 100644 --- a/doc/source/ext/sphinxext-archive.py +++ b/doc/source/ext/sphinxext-archive.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/examples/__init__.py b/examples/__init__.py index 625d5fa3a8..2387e3c0d5 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/examples/colormapDialog.py b/examples/colormapDialog.py index d389327653..c3065f9303 100644 --- a/examples/colormapDialog.py +++ b/examples/colormapDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/compareImages.py b/examples/compareImages.py index 3408a726c4..df2f40cb0a 100644 --- a/examples/compareImages.py +++ b/examples/compareImages.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/compositeline.py b/examples/compositeline.py index 381c754639..2416495453 100644 --- a/examples/compositeline.py +++ b/examples/compositeline.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/examples/customDataView.py b/examples/customDataView.py index e02e577576..8c2855dd97 100644 --- a/examples/customDataView.py +++ b/examples/customDataView.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/examples/customHdf5TreeModel.py b/examples/customHdf5TreeModel.py index ffc022040c..c3bd45a00b 100644 --- a/examples/customHdf5TreeModel.py +++ b/examples/customHdf5TreeModel.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/examples/customSilxView.py b/examples/customSilxView.py index c2402808f3..11fa8e4fe2 100644 --- a/examples/customSilxView.py +++ b/examples/customSilxView.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/examples/dropZones.py b/examples/dropZones.py index 3b1a7d0848..48e1fc4aea 100644 --- a/examples/dropZones.py +++ b/examples/dropZones.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/examples/exampleBaseline.py b/examples/exampleBaseline.py index b53b412ed9..7c22f1d7a9 100644 --- a/examples/exampleBaseline.py +++ b/examples/exampleBaseline.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/fftPlotAction.py b/examples/fftPlotAction.py index f7c819f17d..d51a121e4e 100755 --- a/examples/fftPlotAction.py +++ b/examples/fftPlotAction.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/examples/fileDialog.py b/examples/fileDialog.py index f2311bde76..69d6a94176 100644 --- a/examples/fileDialog.py +++ b/examples/fileDialog.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/findContours.py b/examples/findContours.py index acf5199a09..5b4eaf42e0 100644 --- a/examples/findContours.py +++ b/examples/findContours.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/hdf5widget.py b/examples/hdf5widget.py index 82ce27dd50..f578660b1c 100755 --- a/examples/hdf5widget.py +++ b/examples/hdf5widget.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/icons.py b/examples/icons.py index ff8410d23e..d30c57c78a 100644 --- a/examples/icons.py +++ b/examples/icons.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/imageStack.py b/examples/imageStack.py index 4c211b5257..244ac40fdc 100644 --- a/examples/imageStack.py +++ b/examples/imageStack.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/imageview.py b/examples/imageview.py index bce1b3bb60..2b3273ecae 100755 --- a/examples/imageview.py +++ b/examples/imageview.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/examples/periodicTable.py b/examples/periodicTable.py index fc3985f223..31c2d46644 100644 --- a/examples/periodicTable.py +++ b/examples/periodicTable.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/examples/plot3dContextMenu.py b/examples/plot3dContextMenu.py index d9992a4e23..2436b50822 100644 --- a/examples/plot3dContextMenu.py +++ b/examples/plot3dContextMenu.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/plot3dSceneWindow.py b/examples/plot3dSceneWindow.py index edfed3088e..9e20dd305c 100644 --- a/examples/plot3dSceneWindow.py +++ b/examples/plot3dSceneWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/plot3dUpdateScatterFromThread.py b/examples/plot3dUpdateScatterFromThread.py index a02fec6fb2..a5b3df1b83 100644 --- a/examples/plot3dUpdateScatterFromThread.py +++ b/examples/plot3dUpdateScatterFromThread.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/examples/plotClearAction.py b/examples/plotClearAction.py index 6f1823a626..4237bf94f3 100644 --- a/examples/plotClearAction.py +++ b/examples/plotClearAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/examples/plotContextMenu.py b/examples/plotContextMenu.py index bd1ad870b3..8eb97588ad 100644 --- a/examples/plotContextMenu.py +++ b/examples/plotContextMenu.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/examples/plotCurveLegendWidget.py b/examples/plotCurveLegendWidget.py index 98ba30b094..d0bbca3177 100644 --- a/examples/plotCurveLegendWidget.py +++ b/examples/plotCurveLegendWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/examples/plotInteractiveImageROI.py b/examples/plotInteractiveImageROI.py index 298f7af3c1..e2cbe7ede7 100644 --- a/examples/plotInteractiveImageROI.py +++ b/examples/plotInteractiveImageROI.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/examples/plotItemsSelector.py b/examples/plotItemsSelector.py index d7493ae16f..bdfc3bde68 100755 --- a/examples/plotItemsSelector.py +++ b/examples/plotItemsSelector.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/examples/plotLimits.py b/examples/plotLimits.py index 75440f42de..052e802624 100644 --- a/examples/plotLimits.py +++ b/examples/plotLimits.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/plotProfile.py b/examples/plotProfile.py index 40e199a983..61fe53ad1d 100644 --- a/examples/plotProfile.py +++ b/examples/plotProfile.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/examples/plotROIStats.py b/examples/plotROIStats.py index e7135922b3..53a45dcb1a 100644 --- a/examples/plotROIStats.py +++ b/examples/plotROIStats.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/examples/plotStats.py b/examples/plotStats.py index 433088f729..dc2dc5b466 100644 --- a/examples/plotStats.py +++ b/examples/plotStats.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/plotUpdateCurveFromThread.py b/examples/plotUpdateCurveFromThread.py index 27dbf9b833..8f8717be74 100644 --- a/examples/plotUpdateCurveFromThread.py +++ b/examples/plotUpdateCurveFromThread.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/plotUpdateImageFromThread.py b/examples/plotUpdateImageFromThread.py index de23d3f045..63f04ab3ce 100644 --- a/examples/plotUpdateImageFromThread.py +++ b/examples/plotUpdateImageFromThread.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/plotWidget.py b/examples/plotWidget.py index 5d1f4b6860..5cfe6cc2e2 100644 --- a/examples/plotWidget.py +++ b/examples/plotWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/examples/printPreview.py b/examples/printPreview.py index 7fe548045f..1a96e29ccd 100755 --- a/examples/printPreview.py +++ b/examples/printPreview.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/scatterMask.py b/examples/scatterMask.py index 839fa3a355..4244baaeac 100644 --- a/examples/scatterMask.py +++ b/examples/scatterMask.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (c) 2016-2018 European Synchrotron Radiation Facility # diff --git a/examples/scatterview.py b/examples/scatterview.py index 25525f09aa..2afae80401 100755 --- a/examples/scatterview.py +++ b/examples/scatterview.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/examples/shiftPlotAction.py b/examples/shiftPlotAction.py index 6c5f8cffe8..5faa9bae08 100755 --- a/examples/shiftPlotAction.py +++ b/examples/shiftPlotAction.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/simplewidget.py b/examples/simplewidget.py index 0a1c336e49..30b11d21f2 100755 --- a/examples/simplewidget.py +++ b/examples/simplewidget.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/examples/stackView.py b/examples/stackView.py index f8571407c2..5cb9a1caad 100644 --- a/examples/stackView.py +++ b/examples/stackView.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/examples/syncPlotLocation.py b/examples/syncPlotLocation.py index 83c1ade975..66b787b978 100644 --- a/examples/syncPlotLocation.py +++ b/examples/syncPlotLocation.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/examples/syncaxis.py b/examples/syncaxis.py index 297623162c..166d9311ee 100644 --- a/examples/syncaxis.py +++ b/examples/syncaxis.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/examples/viewer3DVolume.py b/examples/viewer3DVolume.py index 5236bd2ea3..001fe1989a 100644 --- a/examples/viewer3DVolume.py +++ b/examples/viewer3DVolume.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/examples/writetoh5.py b/examples/writetoh5.py index 5e89e48f1e..86bf1ec19b 100644 --- a/examples/writetoh5.py +++ b/examples/writetoh5.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2017 European Synchrotron Radiation Facility diff --git a/package/windows/bootstrap-silx-view.py b/package/windows/bootstrap-silx-view.py index f8da02dc37..9d1748372a 100644 --- a/package/windows/bootstrap-silx-view.py +++ b/package/windows/bootstrap-silx-view.py @@ -1,4 +1,3 @@ -# coding: utf-8 import logging diff --git a/package/windows/bootstrap.py b/package/windows/bootstrap.py index 3c6e887675..06800adc2d 100644 --- a/package/windows/bootstrap.py +++ b/package/windows/bootstrap.py @@ -1,4 +1,3 @@ -# coding: utf-8 import logging diff --git a/qtdesigner_plugins/plot1dplugin.py b/qtdesigner_plugins/plot1dplugin.py index 8bfdc5071f..d41a328917 100644 --- a/qtdesigner_plugins/plot1dplugin.py +++ b/qtdesigner_plugins/plot1dplugin.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/qtdesigner_plugins/plot2dplugin.py b/qtdesigner_plugins/plot2dplugin.py index 31c7557161..4d211c42da 100644 --- a/qtdesigner_plugins/plot2dplugin.py +++ b/qtdesigner_plugins/plot2dplugin.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/qtdesigner_plugins/plotwidgetplugin.py b/qtdesigner_plugins/plotwidgetplugin.py index 5c92ebe498..f1d0d0bb97 100644 --- a/qtdesigner_plugins/plotwidgetplugin.py +++ b/qtdesigner_plugins/plotwidgetplugin.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/qtdesigner_plugins/plotwindowplugin.py b/qtdesigner_plugins/plotwindowplugin.py index 89e6c47dee..649bbf53ac 100644 --- a/qtdesigner_plugins/plotwindowplugin.py +++ b/qtdesigner_plugins/plotwindowplugin.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/run_tests.py b/run_tests.py index bc8efe8d75..6dc83a2493 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# coding: utf8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/setup.py b/setup.py index f2a4aa4924..3c69c3e554 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# coding: utf8 # /*########################################################################## # # Copyright (c) 2015-2022 European Synchrotron Radiation Facility diff --git a/src/silx/__init__.py b/src/silx/__init__.py index 10c65f96f5..c8d6e5b746 100644 --- a/src/silx/__init__.py +++ b/src/silx/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/__main__.py b/src/silx/__main__.py index f832a09dc7..0f8727cc82 100644 --- a/src/silx/__main__.py +++ b/src/silx/__main__.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/_config.py b/src/silx/_config.py index fb0e409660..5d7b4451d9 100644 --- a/src/silx/_config.py +++ b/src/silx/_config.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2019 European Synchrotron Radiation Facility diff --git a/src/silx/_version.py b/src/silx/_version.py index ea8dd27023..fe249d78d2 100644 --- a/src/silx/_version.py +++ b/src/silx/_version.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2020 European Synchrotron Radiation Facility diff --git a/src/silx/app/__init__.py b/src/silx/app/__init__.py index 3af680cd36..4c0bc00b7a 100644 --- a/src/silx/app/__init__.py +++ b/src/silx/app/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/app/convert.py b/src/silx/app/convert.py index 43baf7ef4b..78c1ebf216 100644 --- a/src/silx/app/convert.py +++ b/src/silx/app/convert.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/app/test/__init__.py b/src/silx/app/test/__init__.py index 7790ee5d80..1d8207bc86 100644 --- a/src/silx/app/test/__init__.py +++ b/src/silx/app/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/app/test/test_convert.py b/src/silx/app/test/test_convert.py index 2148db5243..f3ca2691c4 100644 --- a/src/silx/app/test/test_convert.py +++ b/src/silx/app/test/test_convert.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/app/test_.py b/src/silx/app/test_.py index 2b6bdf8078..9696eb24f5 100644 --- a/src/silx/app/test_.py +++ b/src/silx/app/test_.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/About.py b/src/silx/app/view/About.py index 7277bd819e..2af7ed478d 100644 --- a/src/silx/app/view/About.py +++ b/src/silx/app/view/About.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2022 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/ApplicationContext.py b/src/silx/app/view/ApplicationContext.py index 324f3b8db2..30dad7d381 100644 --- a/src/silx/app/view/ApplicationContext.py +++ b/src/silx/app/view/ApplicationContext.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/CustomNxdataWidget.py b/src/silx/app/view/CustomNxdataWidget.py index 8c6cd39a40..3c79c0d597 100644 --- a/src/silx/app/view/CustomNxdataWidget.py +++ b/src/silx/app/view/CustomNxdataWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/DataPanel.py b/src/silx/app/view/DataPanel.py index 5d87381a4f..d4a0e63273 100644 --- a/src/silx/app/view/DataPanel.py +++ b/src/silx/app/view/DataPanel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/Viewer.py b/src/silx/app/view/Viewer.py index 7e5e4c9555..ec6d1c4749 100644 --- a/src/silx/app/view/Viewer.py +++ b/src/silx/app/view/Viewer.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/__init__.py b/src/silx/app/view/__init__.py index 229c44e86e..97c64ef5b3 100644 --- a/src/silx/app/view/__init__.py +++ b/src/silx/app/view/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/main.py b/src/silx/app/view/main.py index e85725d5c8..c37b8aa350 100644 --- a/src/silx/app/view/main.py +++ b/src/silx/app/view/main.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2022 European Synchrotron Radiation Facility # diff --git a/src/silx/app/view/test/__init__.py b/src/silx/app/view/test/__init__.py index 7790ee5d80..1d8207bc86 100644 --- a/src/silx/app/view/test/__init__.py +++ b/src/silx/app/view/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/app/view/test/test_launcher.py b/src/silx/app/view/test/test_launcher.py index 4f7aaa50ca..8ccf4afb77 100644 --- a/src/silx/app/view/test/test_launcher.py +++ b/src/silx/app/view/test/test_launcher.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/app/view/test/test_view.py b/src/silx/app/view/test/test_view.py index e236e429cd..362995a6dd 100644 --- a/src/silx/app/view/test/test_view.py +++ b/src/silx/app/view/test/test_view.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/app/view/utils.py b/src/silx/app/view/utils.py index 80167c8e98..6a980e922f 100644 --- a/src/silx/app/view/utils.py +++ b/src/silx/app/view/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018 European Synchrotron Radiation Facility # diff --git a/src/silx/gui/__init__.py b/src/silx/gui/__init__.py index b796e20c70..31bb38ebe9 100644 --- a/src/silx/gui/__init__.py +++ b/src/silx/gui/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/Context.py b/src/silx/gui/_glutils/Context.py index c62dbb9cec..d2ddaa3110 100644 --- a/src/silx/gui/_glutils/Context.py +++ b/src/silx/gui/_glutils/Context.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/FramebufferTexture.py b/src/silx/gui/_glutils/FramebufferTexture.py index d12a6e0c6b..75db26498b 100644 --- a/src/silx/gui/_glutils/FramebufferTexture.py +++ b/src/silx/gui/_glutils/FramebufferTexture.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/OpenGLWidget.py b/src/silx/gui/_glutils/OpenGLWidget.py index 2ca46490bc..ac643d2774 100644 --- a/src/silx/gui/_glutils/OpenGLWidget.py +++ b/src/silx/gui/_glutils/OpenGLWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/Program.py b/src/silx/gui/_glutils/Program.py index 87eec5f8b4..d61c07d37d 100644 --- a/src/silx/gui/_glutils/Program.py +++ b/src/silx/gui/_glutils/Program.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/Texture.py b/src/silx/gui/_glutils/Texture.py index c72135af09..76bdcd8fa7 100644 --- a/src/silx/gui/_glutils/Texture.py +++ b/src/silx/gui/_glutils/Texture.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/VertexBuffer.py b/src/silx/gui/_glutils/VertexBuffer.py index b74b748031..65fff86960 100644 --- a/src/silx/gui/_glutils/VertexBuffer.py +++ b/src/silx/gui/_glutils/VertexBuffer.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/__init__.py b/src/silx/gui/_glutils/__init__.py index e88affd352..a7a4bee21f 100644 --- a/src/silx/gui/_glutils/__init__.py +++ b/src/silx/gui/_glutils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/font.py b/src/silx/gui/_glutils/font.py index c160ea7689..890f58a1fa 100644 --- a/src/silx/gui/_glutils/font.py +++ b/src/silx/gui/_glutils/font.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/gl.py b/src/silx/gui/_glutils/gl.py index 608d9ce4c0..e39f835be1 100644 --- a/src/silx/gui/_glutils/gl.py +++ b/src/silx/gui/_glutils/gl.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/_glutils/utils.py b/src/silx/gui/_glutils/utils.py index 5886599084..49b431ac48 100644 --- a/src/silx/gui/_glutils/utils.py +++ b/src/silx/gui/_glutils/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/colors.py b/src/silx/gui/colors.py index abeea65cf2..4a5f278eb4 100755 --- a/src/silx/gui/colors.py +++ b/src/silx/gui/colors.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/console.py b/src/silx/gui/console.py index 474456722e..c66d44a607 100644 --- a/src/silx/gui/console.py +++ b/src/silx/gui/console.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/ArrayTableModel.py b/src/silx/gui/data/ArrayTableModel.py index 8a8588de74..647b55fb9d 100644 --- a/src/silx/gui/data/ArrayTableModel.py +++ b/src/silx/gui/data/ArrayTableModel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/ArrayTableWidget.py b/src/silx/gui/data/ArrayTableWidget.py index 3aae396aee..2f7762dfe4 100644 --- a/src/silx/gui/data/ArrayTableWidget.py +++ b/src/silx/gui/data/ArrayTableWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/DataViewer.py b/src/silx/gui/data/DataViewer.py index a5bd1bf713..0c84a76943 100644 --- a/src/silx/gui/data/DataViewer.py +++ b/src/silx/gui/data/DataViewer.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/DataViewerFrame.py b/src/silx/gui/data/DataViewerFrame.py index 9bfb95b39a..a3303277c5 100644 --- a/src/silx/gui/data/DataViewerFrame.py +++ b/src/silx/gui/data/DataViewerFrame.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/DataViewerSelector.py b/src/silx/gui/data/DataViewerSelector.py index e019dbcb73..d67908ece6 100644 --- a/src/silx/gui/data/DataViewerSelector.py +++ b/src/silx/gui/data/DataViewerSelector.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/DataViews.py b/src/silx/gui/data/DataViews.py index b18a813a34..1bb8bb3881 100644 --- a/src/silx/gui/data/DataViews.py +++ b/src/silx/gui/data/DataViews.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/Hdf5TableView.py b/src/silx/gui/data/Hdf5TableView.py index a842feb49b..b61f0eeab0 100644 --- a/src/silx/gui/data/Hdf5TableView.py +++ b/src/silx/gui/data/Hdf5TableView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/HexaTableView.py b/src/silx/gui/data/HexaTableView.py index 39f3aad036..30f62f023a 100644 --- a/src/silx/gui/data/HexaTableView.py +++ b/src/silx/gui/data/HexaTableView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/NXdataWidgets.py b/src/silx/gui/data/NXdataWidgets.py index 54ea287807..e1aa404d81 100644 --- a/src/silx/gui/data/NXdataWidgets.py +++ b/src/silx/gui/data/NXdataWidgets.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/NumpyAxesSelector.py b/src/silx/gui/data/NumpyAxesSelector.py index 829c260caf..50b8dcde17 100644 --- a/src/silx/gui/data/NumpyAxesSelector.py +++ b/src/silx/gui/data/NumpyAxesSelector.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/RecordTableView.py b/src/silx/gui/data/RecordTableView.py index 956a3f9852..9079ba662b 100644 --- a/src/silx/gui/data/RecordTableView.py +++ b/src/silx/gui/data/RecordTableView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/TextFormatter.py b/src/silx/gui/data/TextFormatter.py index b6baca4268..d4093813c8 100644 --- a/src/silx/gui/data/TextFormatter.py +++ b/src/silx/gui/data/TextFormatter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/_VolumeWindow.py b/src/silx/gui/data/_VolumeWindow.py index 03b6876336..fa2730c587 100644 --- a/src/silx/gui/data/_VolumeWindow.py +++ b/src/silx/gui/data/_VolumeWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/__init__.py b/src/silx/gui/data/__init__.py index 560062da4b..59d32f1242 100644 --- a/src/silx/gui/data/__init__.py +++ b/src/silx/gui/data/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/test/__init__.py b/src/silx/gui/data/test/__init__.py index 7790ee5d80..1d8207bc86 100644 --- a/src/silx/gui/data/test/__init__.py +++ b/src/silx/gui/data/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/test/test_arraywidget.py b/src/silx/gui/data/test/test_arraywidget.py index c84a34fac4..024383d182 100644 --- a/src/silx/gui/data/test/test_arraywidget.py +++ b/src/silx/gui/data/test/test_arraywidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/test/test_dataviewer.py b/src/silx/gui/data/test/test_dataviewer.py index 30b76cef16..243409bd00 100644 --- a/src/silx/gui/data/test/test_dataviewer.py +++ b/src/silx/gui/data/test/test_dataviewer.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/test/test_numpyaxesselector.py b/src/silx/gui/data/test/test_numpyaxesselector.py index 37b8d3ee43..4a53149d96 100644 --- a/src/silx/gui/data/test/test_numpyaxesselector.py +++ b/src/silx/gui/data/test/test_numpyaxesselector.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/data/test/test_textformatter.py b/src/silx/gui/data/test/test_textformatter.py index af41defb3e..b82cc7a471 100644 --- a/src/silx/gui/data/test/test_textformatter.py +++ b/src/silx/gui/data/test/test_textformatter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/AbstractDataFileDialog.py b/src/silx/gui/dialog/AbstractDataFileDialog.py index 5272f48cc0..145b6613f6 100644 --- a/src/silx/gui/dialog/AbstractDataFileDialog.py +++ b/src/silx/gui/dialog/AbstractDataFileDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/ColormapDialog.py b/src/silx/gui/dialog/ColormapDialog.py index 2506e2ab6b..edb5e1b28e 100644 --- a/src/silx/gui/dialog/ColormapDialog.py +++ b/src/silx/gui/dialog/ColormapDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/DataFileDialog.py b/src/silx/gui/dialog/DataFileDialog.py index 0d0382d388..75b1721fde 100644 --- a/src/silx/gui/dialog/DataFileDialog.py +++ b/src/silx/gui/dialog/DataFileDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/DatasetDialog.py b/src/silx/gui/dialog/DatasetDialog.py index c5ee295ee3..5d8af0d35e 100644 --- a/src/silx/gui/dialog/DatasetDialog.py +++ b/src/silx/gui/dialog/DatasetDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/FileTypeComboBox.py b/src/silx/gui/dialog/FileTypeComboBox.py index 92529bcdb3..0ffc3a57a3 100644 --- a/src/silx/gui/dialog/FileTypeComboBox.py +++ b/src/silx/gui/dialog/FileTypeComboBox.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/GroupDialog.py b/src/silx/gui/dialog/GroupDialog.py index e129a511fe..fb85d83a1c 100644 --- a/src/silx/gui/dialog/GroupDialog.py +++ b/src/silx/gui/dialog/GroupDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/ImageFileDialog.py b/src/silx/gui/dialog/ImageFileDialog.py index 83c6d95b6e..ed455f3d0e 100644 --- a/src/silx/gui/dialog/ImageFileDialog.py +++ b/src/silx/gui/dialog/ImageFileDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/SafeFileIconProvider.py b/src/silx/gui/dialog/SafeFileIconProvider.py index 1e06b64eb9..141bedfc25 100644 --- a/src/silx/gui/dialog/SafeFileIconProvider.py +++ b/src/silx/gui/dialog/SafeFileIconProvider.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/SafeFileSystemModel.py b/src/silx/gui/dialog/SafeFileSystemModel.py index 1ec7153b32..b9f3913d5a 100644 --- a/src/silx/gui/dialog/SafeFileSystemModel.py +++ b/src/silx/gui/dialog/SafeFileSystemModel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/__init__.py b/src/silx/gui/dialog/__init__.py index 77c594998d..c1dc89a797 100644 --- a/src/silx/gui/dialog/__init__.py +++ b/src/silx/gui/dialog/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/test/__init__.py b/src/silx/gui/dialog/test/__init__.py index 71128fbe47..b03339fb2a 100644 --- a/src/silx/gui/dialog/test/__init__.py +++ b/src/silx/gui/dialog/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/test/test_colormapdialog.py b/src/silx/gui/dialog/test/test_colormapdialog.py index 16a5ab25f4..226b30c3ea 100644 --- a/src/silx/gui/dialog/test/test_colormapdialog.py +++ b/src/silx/gui/dialog/test/test_colormapdialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/test/test_datafiledialog.py b/src/silx/gui/dialog/test/test_datafiledialog.py index 0ce50b3949..7fab464d48 100644 --- a/src/silx/gui/dialog/test/test_datafiledialog.py +++ b/src/silx/gui/dialog/test/test_datafiledialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/test/test_imagefiledialog.py b/src/silx/gui/dialog/test/test_imagefiledialog.py index c7565ee494..e8d622e955 100644 --- a/src/silx/gui/dialog/test/test_imagefiledialog.py +++ b/src/silx/gui/dialog/test/test_imagefiledialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/dialog/utils.py b/src/silx/gui/dialog/utils.py index 4c48930103..e07cf9fc38 100644 --- a/src/silx/gui/dialog/utils.py +++ b/src/silx/gui/dialog/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/fit/BackgroundWidget.py b/src/silx/gui/fit/BackgroundWidget.py index 7703ee18ec..9ab63e4dcf 100644 --- a/src/silx/gui/fit/BackgroundWidget.py +++ b/src/silx/gui/fit/BackgroundWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2004-2021 V.A. Sole, European Synchrotron Radiation Facility # diff --git a/src/silx/gui/fit/FitConfig.py b/src/silx/gui/fit/FitConfig.py index 48ebca219f..09dbfaa5eb 100644 --- a/src/silx/gui/fit/FitConfig.py +++ b/src/silx/gui/fit/FitConfig.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2004-2021 V.A. Sole, European Synchrotron Radiation Facility # diff --git a/src/silx/gui/fit/FitWidget.py b/src/silx/gui/fit/FitWidget.py index 52ecafef96..88f95cf29b 100644 --- a/src/silx/gui/fit/FitWidget.py +++ b/src/silx/gui/fit/FitWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/fit/FitWidgets.py b/src/silx/gui/fit/FitWidgets.py index 0fcc6b7e25..7bcf28c14f 100644 --- a/src/silx/gui/fit/FitWidgets.py +++ b/src/silx/gui/fit/FitWidgets.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2004-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/gui/fit/Parameters.py b/src/silx/gui/fit/Parameters.py index daa72f3cff..e9601a8e28 100644 --- a/src/silx/gui/fit/Parameters.py +++ b/src/silx/gui/fit/Parameters.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2004-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/gui/fit/__init__.py b/src/silx/gui/fit/__init__.py index e4fd3ab851..478ea22aca 100644 --- a/src/silx/gui/fit/__init__.py +++ b/src/silx/gui/fit/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/gui/fit/test/__init__.py b/src/silx/gui/fit/test/__init__.py index 71128fbe47..b03339fb2a 100644 --- a/src/silx/gui/fit/test/__init__.py +++ b/src/silx/gui/fit/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/fit/test/testBackgroundWidget.py b/src/silx/gui/fit/test/testBackgroundWidget.py index b8570f7185..353d3d5297 100644 --- a/src/silx/gui/fit/test/testBackgroundWidget.py +++ b/src/silx/gui/fit/test/testBackgroundWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/fit/test/testFitConfig.py b/src/silx/gui/fit/test/testFitConfig.py index 53da2dd4e1..114ff623c5 100644 --- a/src/silx/gui/fit/test/testFitConfig.py +++ b/src/silx/gui/fit/test/testFitConfig.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/fit/test/testFitWidget.py b/src/silx/gui/fit/test/testFitWidget.py index abe9d89f78..fe61268ed1 100644 --- a/src/silx/gui/fit/test/testFitWidget.py +++ b/src/silx/gui/fit/test/testFitWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5Formatter.py b/src/silx/gui/hdf5/Hdf5Formatter.py index 6c3de41c47..4dbb0fcd13 100644 --- a/src/silx/gui/hdf5/Hdf5Formatter.py +++ b/src/silx/gui/hdf5/Hdf5Formatter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5HeaderView.py b/src/silx/gui/hdf5/Hdf5HeaderView.py index 7255ce0271..6d306e5489 100644 --- a/src/silx/gui/hdf5/Hdf5HeaderView.py +++ b/src/silx/gui/hdf5/Hdf5HeaderView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5Item.py b/src/silx/gui/hdf5/Hdf5Item.py index fda567d49a..c0ddd3f2e3 100755 --- a/src/silx/gui/hdf5/Hdf5Item.py +++ b/src/silx/gui/hdf5/Hdf5Item.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5LoadingItem.py b/src/silx/gui/hdf5/Hdf5LoadingItem.py index f11d252c10..9e4f9de3cc 100644 --- a/src/silx/gui/hdf5/Hdf5LoadingItem.py +++ b/src/silx/gui/hdf5/Hdf5LoadingItem.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5Node.py b/src/silx/gui/hdf5/Hdf5Node.py index be16535fc2..89c276673b 100644 --- a/src/silx/gui/hdf5/Hdf5Node.py +++ b/src/silx/gui/hdf5/Hdf5Node.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5TreeModel.py b/src/silx/gui/hdf5/Hdf5TreeModel.py index a32f7cf112..72b3f1482b 100644 --- a/src/silx/gui/hdf5/Hdf5TreeModel.py +++ b/src/silx/gui/hdf5/Hdf5TreeModel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/Hdf5TreeView.py b/src/silx/gui/hdf5/Hdf5TreeView.py index b276618200..da35d158cb 100644 --- a/src/silx/gui/hdf5/Hdf5TreeView.py +++ b/src/silx/gui/hdf5/Hdf5TreeView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/NexusSortFilterProxyModel.py b/src/silx/gui/hdf5/NexusSortFilterProxyModel.py index 9c3533fc48..1b80c3e7d6 100644 --- a/src/silx/gui/hdf5/NexusSortFilterProxyModel.py +++ b/src/silx/gui/hdf5/NexusSortFilterProxyModel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/__init__.py b/src/silx/gui/hdf5/__init__.py index 1b5a60202a..2243484304 100644 --- a/src/silx/gui/hdf5/__init__.py +++ b/src/silx/gui/hdf5/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/_utils.py b/src/silx/gui/hdf5/_utils.py index 8f32252fec..1d1b4cbe0f 100644 --- a/src/silx/gui/hdf5/_utils.py +++ b/src/silx/gui/hdf5/_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/test/__init__.py b/src/silx/gui/hdf5/test/__init__.py index 71128fbe47..b03339fb2a 100644 --- a/src/silx/gui/hdf5/test/__init__.py +++ b/src/silx/gui/hdf5/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/hdf5/test/test_hdf5.py b/src/silx/gui/hdf5/test/test_hdf5.py index 9b1b88aea8..6e77e1d789 100755 --- a/src/silx/gui/hdf5/test/test_hdf5.py +++ b/src/silx/gui/hdf5/test/test_hdf5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/icons.py b/src/silx/gui/icons.py index 1493b92018..b7a9000229 100644 --- a/src/silx/gui/icons.py +++ b/src/silx/gui/icons.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/AlphaSlider.py b/src/silx/gui/plot/AlphaSlider.py index da55b1ec4a..486ca6fc43 100644 --- a/src/silx/gui/plot/AlphaSlider.py +++ b/src/silx/gui/plot/AlphaSlider.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ColorBar.py b/src/silx/gui/plot/ColorBar.py index 8cafc06773..80a4ef4e22 100644 --- a/src/silx/gui/plot/ColorBar.py +++ b/src/silx/gui/plot/ColorBar.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/Colormap.py b/src/silx/gui/plot/Colormap.py index 22fea7febf..8eaee84816 100644 --- a/src/silx/gui/plot/Colormap.py +++ b/src/silx/gui/plot/Colormap.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ColormapDialog.py b/src/silx/gui/plot/ColormapDialog.py index 81ce613410..0c0df2cf10 100644 --- a/src/silx/gui/plot/ColormapDialog.py +++ b/src/silx/gui/plot/ColormapDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/Colors.py b/src/silx/gui/plot/Colors.py index 54229e69bc..34ee815470 100644 --- a/src/silx/gui/plot/Colors.py +++ b/src/silx/gui/plot/Colors.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/CompareImages.py b/src/silx/gui/plot/CompareImages.py index 857fc79f45..80e0db3f73 100644 --- a/src/silx/gui/plot/CompareImages.py +++ b/src/silx/gui/plot/CompareImages.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ComplexImageView.py b/src/silx/gui/plot/ComplexImageView.py index 8c265cd863..7febd19d9d 100644 --- a/src/silx/gui/plot/ComplexImageView.py +++ b/src/silx/gui/plot/ComplexImageView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/CurvesROIWidget.py b/src/silx/gui/plot/CurvesROIWidget.py index aab0615ce3..f0cc7f3636 100644 --- a/src/silx/gui/plot/CurvesROIWidget.py +++ b/src/silx/gui/plot/CurvesROIWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ImageStack.py b/src/silx/gui/plot/ImageStack.py index 1588a312fd..e2bed9d37d 100644 --- a/src/silx/gui/plot/ImageStack.py +++ b/src/silx/gui/plot/ImageStack.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ImageView.py b/src/silx/gui/plot/ImageView.py index 9a9a39f915..a451b2d2c6 100644 --- a/src/silx/gui/plot/ImageView.py +++ b/src/silx/gui/plot/ImageView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/Interaction.py b/src/silx/gui/plot/Interaction.py index 6213889ddf..053fbe5a43 100644 --- a/src/silx/gui/plot/Interaction.py +++ b/src/silx/gui/plot/Interaction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ItemsSelectionDialog.py b/src/silx/gui/plot/ItemsSelectionDialog.py index c0504b087f..c303c6bf35 100644 --- a/src/silx/gui/plot/ItemsSelectionDialog.py +++ b/src/silx/gui/plot/ItemsSelectionDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/LegendSelector.py b/src/silx/gui/plot/LegendSelector.py index 4992f74bbe..4d8ebe9268 100755 --- a/src/silx/gui/plot/LegendSelector.py +++ b/src/silx/gui/plot/LegendSelector.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/LimitsHistory.py b/src/silx/gui/plot/LimitsHistory.py index a3235483c0..7215e37a26 100644 --- a/src/silx/gui/plot/LimitsHistory.py +++ b/src/silx/gui/plot/LimitsHistory.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/MaskToolsWidget.py b/src/silx/gui/plot/MaskToolsWidget.py index e31381dd63..46b532cbde 100644 --- a/src/silx/gui/plot/MaskToolsWidget.py +++ b/src/silx/gui/plot/MaskToolsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotActions.py b/src/silx/gui/plot/PlotActions.py index dd162217b7..f32be3c9ac 100644 --- a/src/silx/gui/plot/PlotActions.py +++ b/src/silx/gui/plot/PlotActions.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotEvents.py b/src/silx/gui/plot/PlotEvents.py index 83f253c832..be875d794c 100644 --- a/src/silx/gui/plot/PlotEvents.py +++ b/src/silx/gui/plot/PlotEvents.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotInteraction.py b/src/silx/gui/plot/PlotInteraction.py index 6ebe6b147d..c4d64a5e50 100644 --- a/src/silx/gui/plot/PlotInteraction.py +++ b/src/silx/gui/plot/PlotInteraction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotToolButtons.py b/src/silx/gui/plot/PlotToolButtons.py index 39708960f2..a810ce1485 100644 --- a/src/silx/gui/plot/PlotToolButtons.py +++ b/src/silx/gui/plot/PlotToolButtons.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotTools.py b/src/silx/gui/plot/PlotTools.py index 7f495d3905..35d0f48d15 100644 --- a/src/silx/gui/plot/PlotTools.py +++ b/src/silx/gui/plot/PlotTools.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotWidget.py b/src/silx/gui/plot/PlotWidget.py index b868f24324..09904a3141 100755 --- a/src/silx/gui/plot/PlotWidget.py +++ b/src/silx/gui/plot/PlotWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PlotWindow.py b/src/silx/gui/plot/PlotWindow.py index 2c70f8af92..e8da1746b3 100644 --- a/src/silx/gui/plot/PlotWindow.py +++ b/src/silx/gui/plot/PlotWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/PrintPreviewToolButton.py b/src/silx/gui/plot/PrintPreviewToolButton.py index 7237b44af9..9069ac3daa 100644 --- a/src/silx/gui/plot/PrintPreviewToolButton.py +++ b/src/silx/gui/plot/PrintPreviewToolButton.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/Profile.py b/src/silx/gui/plot/Profile.py index 7565155769..bf793c8045 100644 --- a/src/silx/gui/plot/Profile.py +++ b/src/silx/gui/plot/Profile.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ProfileMainWindow.py b/src/silx/gui/plot/ProfileMainWindow.py index ce56cfd8ed..09a5b419eb 100644 --- a/src/silx/gui/plot/ProfileMainWindow.py +++ b/src/silx/gui/plot/ProfileMainWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ROIStatsWidget.py b/src/silx/gui/plot/ROIStatsWidget.py index 32a1395dfa..732c60f256 100644 --- a/src/silx/gui/plot/ROIStatsWidget.py +++ b/src/silx/gui/plot/ROIStatsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ScatterMaskToolsWidget.py b/src/silx/gui/plot/ScatterMaskToolsWidget.py index 96b66e5801..3f8c28b666 100644 --- a/src/silx/gui/plot/ScatterMaskToolsWidget.py +++ b/src/silx/gui/plot/ScatterMaskToolsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/ScatterView.py b/src/silx/gui/plot/ScatterView.py index d3fd2e083c..abacbefb03 100644 --- a/src/silx/gui/plot/ScatterView.py +++ b/src/silx/gui/plot/ScatterView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/StackView.py b/src/silx/gui/plot/StackView.py index 56793d7cbe..b9d24c497e 100644 --- a/src/silx/gui/plot/StackView.py +++ b/src/silx/gui/plot/StackView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/StatsWidget.py b/src/silx/gui/plot/StatsWidget.py index 00f78d0b57..b23946f636 100644 --- a/src/silx/gui/plot/StatsWidget.py +++ b/src/silx/gui/plot/StatsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_BaseMaskToolsWidget.py b/src/silx/gui/plot/_BaseMaskToolsWidget.py index 89759e6098..01113d30e3 100644 --- a/src/silx/gui/plot/_BaseMaskToolsWidget.py +++ b/src/silx/gui/plot/_BaseMaskToolsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/__init__.py b/src/silx/gui/plot/__init__.py index 3a141b3dbb..129c4ded46 100644 --- a/src/silx/gui/plot/__init__.py +++ b/src/silx/gui/plot/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/__init__.py b/src/silx/gui/plot/_utils/__init__.py index ed87b18346..39fa7e4f62 100644 --- a/src/silx/gui/plot/_utils/__init__.py +++ b/src/silx/gui/plot/_utils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/delaunay.py b/src/silx/gui/plot/_utils/delaunay.py index d6b02888fb..48b0db751e 100644 --- a/src/silx/gui/plot/_utils/delaunay.py +++ b/src/silx/gui/plot/_utils/delaunay.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/dtime_ticklayout.py b/src/silx/gui/plot/_utils/dtime_ticklayout.py index a34a8e66aa..3c355d7ce7 100644 --- a/src/silx/gui/plot/_utils/dtime_ticklayout.py +++ b/src/silx/gui/plot/_utils/dtime_ticklayout.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/panzoom.py b/src/silx/gui/plot/_utils/panzoom.py index 77efd10bd0..8592ad0d8b 100644 --- a/src/silx/gui/plot/_utils/panzoom.py +++ b/src/silx/gui/plot/_utils/panzoom.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/test/__init__.py b/src/silx/gui/plot/_utils/test/__init__.py index 3ad225de96..78821ec355 100644 --- a/src/silx/gui/plot/_utils/test/__init__.py +++ b/src/silx/gui/plot/_utils/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/test/test_dtime_ticklayout.py b/src/silx/gui/plot/_utils/test/test_dtime_ticklayout.py index f5d995259b..87c0742c5f 100644 --- a/src/silx/gui/plot/_utils/test/test_dtime_ticklayout.py +++ b/src/silx/gui/plot/_utils/test/test_dtime_ticklayout.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/test/test_ticklayout.py b/src/silx/gui/plot/_utils/test/test_ticklayout.py index 204b9054e0..8388c7ed2b 100644 --- a/src/silx/gui/plot/_utils/test/test_ticklayout.py +++ b/src/silx/gui/plot/_utils/test/test_ticklayout.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/_utils/ticklayout.py b/src/silx/gui/plot/_utils/ticklayout.py index 937aa54ceb..4266be086a 100644 --- a/src/silx/gui/plot/_utils/ticklayout.py +++ b/src/silx/gui/plot/_utils/ticklayout.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/PlotAction.py b/src/silx/gui/plot/actions/PlotAction.py index 819b58df32..de041dca1b 100644 --- a/src/silx/gui/plot/actions/PlotAction.py +++ b/src/silx/gui/plot/actions/PlotAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/PlotToolAction.py b/src/silx/gui/plot/actions/PlotToolAction.py index 6bb69e88d3..8c3b3c22c5 100644 --- a/src/silx/gui/plot/actions/PlotToolAction.py +++ b/src/silx/gui/plot/actions/PlotToolAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/__init__.py b/src/silx/gui/plot/actions/__init__.py index 930c7283ec..3e606c6ec3 100644 --- a/src/silx/gui/plot/actions/__init__.py +++ b/src/silx/gui/plot/actions/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/control.py b/src/silx/gui/plot/actions/control.py index 4451639a23..e75048ad53 100755 --- a/src/silx/gui/plot/actions/control.py +++ b/src/silx/gui/plot/actions/control.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/fit.py b/src/silx/gui/plot/actions/fit.py index 718388453d..3489f708ae 100644 --- a/src/silx/gui/plot/actions/fit.py +++ b/src/silx/gui/plot/actions/fit.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/histogram.py b/src/silx/gui/plot/actions/histogram.py index 0e7ed78450..7ccf87b4c4 100644 --- a/src/silx/gui/plot/actions/histogram.py +++ b/src/silx/gui/plot/actions/histogram.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/io.py b/src/silx/gui/plot/actions/io.py index 495c6f5eaa..6cdd4d00c2 100644 --- a/src/silx/gui/plot/actions/io.py +++ b/src/silx/gui/plot/actions/io.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/medfilt.py b/src/silx/gui/plot/actions/medfilt.py index 783c999049..25fcdb2281 100644 --- a/src/silx/gui/plot/actions/medfilt.py +++ b/src/silx/gui/plot/actions/medfilt.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/actions/mode.py b/src/silx/gui/plot/actions/mode.py index 3e6e87100f..7edc8bbc80 100644 --- a/src/silx/gui/plot/actions/mode.py +++ b/src/silx/gui/plot/actions/mode.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/BackendBase.py b/src/silx/gui/plot/backends/BackendBase.py index f3705a18dd..d7653f39d1 100755 --- a/src/silx/gui/plot/backends/BackendBase.py +++ b/src/silx/gui/plot/backends/BackendBase.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/BackendMatplotlib.py b/src/silx/gui/plot/backends/BackendMatplotlib.py index 8e4eba9e95..8610ed1751 100755 --- a/src/silx/gui/plot/backends/BackendMatplotlib.py +++ b/src/silx/gui/plot/backends/BackendMatplotlib.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/BackendOpenGL.py b/src/silx/gui/plot/backends/BackendOpenGL.py index 11cb73c4ea..93893bb997 100755 --- a/src/silx/gui/plot/backends/BackendOpenGL.py +++ b/src/silx/gui/plot/backends/BackendOpenGL.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/__init__.py b/src/silx/gui/plot/backends/__init__.py index 966d9dfb0b..d75a943bf5 100644 --- a/src/silx/gui/plot/backends/__init__.py +++ b/src/silx/gui/plot/backends/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLPlotCurve.py b/src/silx/gui/plot/backends/glutils/GLPlotCurve.py index d908979b38..38f60bcbef 100644 --- a/src/silx/gui/plot/backends/glutils/GLPlotCurve.py +++ b/src/silx/gui/plot/backends/glutils/GLPlotCurve.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLPlotFrame.py b/src/silx/gui/plot/backends/glutils/GLPlotFrame.py index a79dad5742..e5fabf22e0 100644 --- a/src/silx/gui/plot/backends/glutils/GLPlotFrame.py +++ b/src/silx/gui/plot/backends/glutils/GLPlotFrame.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLPlotImage.py b/src/silx/gui/plot/backends/glutils/GLPlotImage.py index d4a8933962..83539112a9 100644 --- a/src/silx/gui/plot/backends/glutils/GLPlotImage.py +++ b/src/silx/gui/plot/backends/glutils/GLPlotImage.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLPlotItem.py b/src/silx/gui/plot/backends/glutils/GLPlotItem.py index 1c61184d1d..58f5f41fa4 100644 --- a/src/silx/gui/plot/backends/glutils/GLPlotItem.py +++ b/src/silx/gui/plot/backends/glutils/GLPlotItem.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLPlotTriangles.py b/src/silx/gui/plot/backends/glutils/GLPlotTriangles.py index fbe9e027df..a67afd9353 100644 --- a/src/silx/gui/plot/backends/glutils/GLPlotTriangles.py +++ b/src/silx/gui/plot/backends/glutils/GLPlotTriangles.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLSupport.py b/src/silx/gui/plot/backends/glutils/GLSupport.py index da6dffaa87..f5357e29da 100644 --- a/src/silx/gui/plot/backends/glutils/GLSupport.py +++ b/src/silx/gui/plot/backends/glutils/GLSupport.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLText.py b/src/silx/gui/plot/backends/glutils/GLText.py index d6ae6fa412..1c2b914acb 100644 --- a/src/silx/gui/plot/backends/glutils/GLText.py +++ b/src/silx/gui/plot/backends/glutils/GLText.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/GLTexture.py b/src/silx/gui/plot/backends/glutils/GLTexture.py index 37fbdd0fd6..caca11148f 100644 --- a/src/silx/gui/plot/backends/glutils/GLTexture.py +++ b/src/silx/gui/plot/backends/glutils/GLTexture.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/PlotImageFile.py b/src/silx/gui/plot/backends/glutils/PlotImageFile.py index 5fb685384c..75ee50b891 100644 --- a/src/silx/gui/plot/backends/glutils/PlotImageFile.py +++ b/src/silx/gui/plot/backends/glutils/PlotImageFile.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/backends/glutils/__init__.py b/src/silx/gui/plot/backends/glutils/__init__.py index f87d7c15be..bc15b78ea3 100644 --- a/src/silx/gui/plot/backends/glutils/__init__.py +++ b/src/silx/gui/plot/backends/glutils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2014-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/__init__.py b/src/silx/gui/plot/items/__init__.py index 0fe29c2f93..f27573d0f2 100644 --- a/src/silx/gui/plot/items/__init__.py +++ b/src/silx/gui/plot/items/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/_arc_roi.py b/src/silx/gui/plot/items/_arc_roi.py index 77617d726f..40711b77b0 100644 --- a/src/silx/gui/plot/items/_arc_roi.py +++ b/src/silx/gui/plot/items/_arc_roi.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/_pick.py b/src/silx/gui/plot/items/_pick.py index 8c8e7819f5..631a30a239 100644 --- a/src/silx/gui/plot/items/_pick.py +++ b/src/silx/gui/plot/items/_pick.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/_roi_base.py b/src/silx/gui/plot/items/_roi_base.py index 3eb6cf4f92..765a53865d 100644 --- a/src/silx/gui/plot/items/_roi_base.py +++ b/src/silx/gui/plot/items/_roi_base.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/axis.py b/src/silx/gui/plot/items/axis.py index 2e97455b9f..fa3f6d7845 100644 --- a/src/silx/gui/plot/items/axis.py +++ b/src/silx/gui/plot/items/axis.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/complex.py b/src/silx/gui/plot/items/complex.py index 590198b0a6..82d821f46c 100644 --- a/src/silx/gui/plot/items/complex.py +++ b/src/silx/gui/plot/items/complex.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/core.py b/src/silx/gui/plot/items/core.py index fa3b8cfe29..acd6686ff3 100644 --- a/src/silx/gui/plot/items/core.py +++ b/src/silx/gui/plot/items/core.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/curve.py b/src/silx/gui/plot/items/curve.py index 7cbe26e0bb..93e4719c10 100644 --- a/src/silx/gui/plot/items/curve.py +++ b/src/silx/gui/plot/items/curve.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/histogram.py b/src/silx/gui/plot/items/histogram.py index 16bbefa892..007f0c7c87 100644 --- a/src/silx/gui/plot/items/histogram.py +++ b/src/silx/gui/plot/items/histogram.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/image.py b/src/silx/gui/plot/items/image.py index 5cc719ba38..eaee05a22c 100644 --- a/src/silx/gui/plot/items/image.py +++ b/src/silx/gui/plot/items/image.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/image_aggregated.py b/src/silx/gui/plot/items/image_aggregated.py index 75fdd59b2e..ffd41b23fa 100644 --- a/src/silx/gui/plot/items/image_aggregated.py +++ b/src/silx/gui/plot/items/image_aggregated.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/marker.py b/src/silx/gui/plot/items/marker.py index 50d070cae9..7596eb05dc 100755 --- a/src/silx/gui/plot/items/marker.py +++ b/src/silx/gui/plot/items/marker.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/roi.py b/src/silx/gui/plot/items/roi.py index 38a1424758..94147ec50a 100644 --- a/src/silx/gui/plot/items/roi.py +++ b/src/silx/gui/plot/items/roi.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/scatter.py b/src/silx/gui/plot/items/scatter.py index cdcc612a3c..38c162bd23 100644 --- a/src/silx/gui/plot/items/scatter.py +++ b/src/silx/gui/plot/items/scatter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/items/shape.py b/src/silx/gui/plot/items/shape.py index 00ac5f5273..abb6063fed 100644 --- a/src/silx/gui/plot/items/shape.py +++ b/src/silx/gui/plot/items/shape.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/matplotlib/Colormap.py b/src/silx/gui/plot/matplotlib/Colormap.py index dc432b2894..1131df8f11 100644 --- a/src/silx/gui/plot/matplotlib/Colormap.py +++ b/src/silx/gui/plot/matplotlib/Colormap.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017-2020 European Synchrotron Radiation Facility # diff --git a/src/silx/gui/plot/matplotlib/__init__.py b/src/silx/gui/plot/matplotlib/__init__.py index e787240df3..155ffd4dae 100644 --- a/src/silx/gui/plot/matplotlib/__init__.py +++ b/src/silx/gui/plot/matplotlib/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/stats/__init__.py b/src/silx/gui/plot/stats/__init__.py index 04a5327f34..dfaa8652d7 100644 --- a/src/silx/gui/plot/stats/__init__.py +++ b/src/silx/gui/plot/stats/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/stats/stats.py b/src/silx/gui/plot/stats/stats.py index 09ad61cae7..d266d5cd99 100644 --- a/src/silx/gui/plot/stats/stats.py +++ b/src/silx/gui/plot/stats/stats.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/stats/statshandler.py b/src/silx/gui/plot/stats/statshandler.py index 982a715000..1531ba25b6 100644 --- a/src/silx/gui/plot/stats/statshandler.py +++ b/src/silx/gui/plot/stats/statshandler.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/__init__.py b/src/silx/gui/plot/test/__init__.py index 3ad225de96..78821ec355 100644 --- a/src/silx/gui/plot/test/__init__.py +++ b/src/silx/gui/plot/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testAlphaSlider.py b/src/silx/gui/plot/test/testAlphaSlider.py index ca57bf53b4..8641da716a 100644 --- a/src/silx/gui/plot/test/testAlphaSlider.py +++ b/src/silx/gui/plot/test/testAlphaSlider.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testColorBar.py b/src/silx/gui/plot/test/testColorBar.py index 3dc8ff1b6c..199726b67e 100644 --- a/src/silx/gui/plot/test/testColorBar.py +++ b/src/silx/gui/plot/test/testColorBar.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testCompareImages.py b/src/silx/gui/plot/test/testCompareImages.py index cf54b99357..9b5065d3bd 100644 --- a/src/silx/gui/plot/test/testCompareImages.py +++ b/src/silx/gui/plot/test/testCompareImages.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testComplexImageView.py b/src/silx/gui/plot/test/testComplexImageView.py index 46025b997e..c26df25c7d 100644 --- a/src/silx/gui/plot/test/testComplexImageView.py +++ b/src/silx/gui/plot/test/testComplexImageView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testCurvesROIWidget.py b/src/silx/gui/plot/test/testCurvesROIWidget.py index 98f7b0f9fe..32ac057f1f 100644 --- a/src/silx/gui/plot/test/testCurvesROIWidget.py +++ b/src/silx/gui/plot/test/testCurvesROIWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testImageStack.py b/src/silx/gui/plot/test/testImageStack.py index 5c4469103f..702f0feed3 100644 --- a/src/silx/gui/plot/test/testImageStack.py +++ b/src/silx/gui/plot/test/testImageStack.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testImageView.py b/src/silx/gui/plot/test/testImageView.py index 7c1355fb61..9fb6a5db1b 100644 --- a/src/silx/gui/plot/test/testImageView.py +++ b/src/silx/gui/plot/test/testImageView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testInteraction.py b/src/silx/gui/plot/test/testInteraction.py index d136b21a97..459b1322fd 100644 --- a/src/silx/gui/plot/test/testInteraction.py +++ b/src/silx/gui/plot/test/testInteraction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testItem.py b/src/silx/gui/plot/test/testItem.py index 0b15dc39b4..7b4f636a38 100644 --- a/src/silx/gui/plot/test/testItem.py +++ b/src/silx/gui/plot/test/testItem.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testLegendSelector.py b/src/silx/gui/plot/test/testLegendSelector.py index c40875d897..3a596ac2ff 100644 --- a/src/silx/gui/plot/test/testLegendSelector.py +++ b/src/silx/gui/plot/test/testLegendSelector.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testLimitConstraints.py b/src/silx/gui/plot/test/testLimitConstraints.py index 0bd8e5042d..04a53e1d90 100644 --- a/src/silx/gui/plot/test/testLimitConstraints.py +++ b/src/silx/gui/plot/test/testLimitConstraints.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testMaskToolsWidget.py b/src/silx/gui/plot/test/testMaskToolsWidget.py index 522ca51d8b..5f36ec2635 100644 --- a/src/silx/gui/plot/test/testMaskToolsWidget.py +++ b/src/silx/gui/plot/test/testMaskToolsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testPixelIntensityHistoAction.py b/src/silx/gui/plot/test/testPixelIntensityHistoAction.py index 14a467d690..43d75886be 100644 --- a/src/silx/gui/plot/test/testPixelIntensityHistoAction.py +++ b/src/silx/gui/plot/test/testPixelIntensityHistoAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testPlotActions.py b/src/silx/gui/plot/test/testPlotActions.py index f38e05b068..4006ab9150 100644 --- a/src/silx/gui/plot/test/testPlotActions.py +++ b/src/silx/gui/plot/test/testPlotActions.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testPlotInteraction.py b/src/silx/gui/plot/test/testPlotInteraction.py index fba364e2f0..17aad9799b 100644 --- a/src/silx/gui/plot/test/testPlotInteraction.py +++ b/src/silx/gui/plot/test/testPlotInteraction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016=2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testPlotWidget.py b/src/silx/gui/plot/test/testPlotWidget.py index f6e108d187..64ff564e55 100755 --- a/src/silx/gui/plot/test/testPlotWidget.py +++ b/src/silx/gui/plot/test/testPlotWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testPlotWidgetNoBackend.py b/src/silx/gui/plot/test/testPlotWidgetNoBackend.py index 491492906c..787d5a8afc 100644 --- a/src/silx/gui/plot/test/testPlotWidgetNoBackend.py +++ b/src/silx/gui/plot/test/testPlotWidgetNoBackend.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testPlotWindow.py b/src/silx/gui/plot/test/testPlotWindow.py index 9e1497fc11..8e3f1df824 100644 --- a/src/silx/gui/plot/test/testPlotWindow.py +++ b/src/silx/gui/plot/test/testPlotWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testRoiStatsWidget.py b/src/silx/gui/plot/test/testRoiStatsWidget.py index eb29267f7e..2c1c6b34f3 100644 --- a/src/silx/gui/plot/test/testRoiStatsWidget.py +++ b/src/silx/gui/plot/test/testRoiStatsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testSaveAction.py b/src/silx/gui/plot/test/testSaveAction.py index 9280fb66fb..d5a06c6b6e 100644 --- a/src/silx/gui/plot/test/testSaveAction.py +++ b/src/silx/gui/plot/test/testSaveAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testScatterMaskToolsWidget.py b/src/silx/gui/plot/test/testScatterMaskToolsWidget.py index 447ee58420..68375b02ef 100644 --- a/src/silx/gui/plot/test/testScatterMaskToolsWidget.py +++ b/src/silx/gui/plot/test/testScatterMaskToolsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testScatterView.py b/src/silx/gui/plot/test/testScatterView.py index d11d4d8a36..692612d4d2 100644 --- a/src/silx/gui/plot/test/testScatterView.py +++ b/src/silx/gui/plot/test/testScatterView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testStackView.py b/src/silx/gui/plot/test/testStackView.py index 0d181131bf..aba8678013 100644 --- a/src/silx/gui/plot/test/testStackView.py +++ b/src/silx/gui/plot/test/testStackView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testStats.py b/src/silx/gui/plot/test/testStats.py index 0a792a4ae1..c5d518100f 100644 --- a/src/silx/gui/plot/test/testStats.py +++ b/src/silx/gui/plot/test/testStats.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/testUtilsAxis.py b/src/silx/gui/plot/test/testUtilsAxis.py index dd4a689689..879ec73cde 100644 --- a/src/silx/gui/plot/test/testUtilsAxis.py +++ b/src/silx/gui/plot/test/testUtilsAxis.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/test/utils.py b/src/silx/gui/plot/test/utils.py index 64fca56367..faa40bb8f0 100644 --- a/src/silx/gui/plot/test/utils.py +++ b/src/silx/gui/plot/test/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/CurveLegendsWidget.py b/src/silx/gui/plot/tools/CurveLegendsWidget.py index 553eed9cb2..c9b01011e5 100644 --- a/src/silx/gui/plot/tools/CurveLegendsWidget.py +++ b/src/silx/gui/plot/tools/CurveLegendsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/LimitsToolBar.py b/src/silx/gui/plot/tools/LimitsToolBar.py index 0035a1e91f..d7f4bf5a21 100644 --- a/src/silx/gui/plot/tools/LimitsToolBar.py +++ b/src/silx/gui/plot/tools/LimitsToolBar.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/PositionInfo.py b/src/silx/gui/plot/tools/PositionInfo.py index ea0f27fade..cb16b80eaf 100644 --- a/src/silx/gui/plot/tools/PositionInfo.py +++ b/src/silx/gui/plot/tools/PositionInfo.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/RadarView.py b/src/silx/gui/plot/tools/RadarView.py index 7076835d17..886f37e3cc 100644 --- a/src/silx/gui/plot/tools/RadarView.py +++ b/src/silx/gui/plot/tools/RadarView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/__init__.py b/src/silx/gui/plot/tools/__init__.py index 09f468c87d..5b6b74ceb3 100644 --- a/src/silx/gui/plot/tools/__init__.py +++ b/src/silx/gui/plot/tools/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/ScatterProfileToolBar.py b/src/silx/gui/plot/tools/profile/ScatterProfileToolBar.py index 44187ef5ba..09f90b77a1 100644 --- a/src/silx/gui/plot/tools/profile/ScatterProfileToolBar.py +++ b/src/silx/gui/plot/tools/profile/ScatterProfileToolBar.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/__init__.py b/src/silx/gui/plot/tools/profile/__init__.py index d91191e32b..a72b5d2909 100644 --- a/src/silx/gui/plot/tools/profile/__init__.py +++ b/src/silx/gui/plot/tools/profile/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/core.py b/src/silx/gui/plot/tools/profile/core.py index 200f5cfd38..5d4a674c84 100644 --- a/src/silx/gui/plot/tools/profile/core.py +++ b/src/silx/gui/plot/tools/profile/core.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/editors.py b/src/silx/gui/plot/tools/profile/editors.py index 80e04522ed..a5b5e2e10b 100644 --- a/src/silx/gui/plot/tools/profile/editors.py +++ b/src/silx/gui/plot/tools/profile/editors.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/manager.py b/src/silx/gui/plot/tools/profile/manager.py index 71fd74de14..58c1c86d78 100644 --- a/src/silx/gui/plot/tools/profile/manager.py +++ b/src/silx/gui/plot/tools/profile/manager.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/rois.py b/src/silx/gui/plot/tools/profile/rois.py index 9eef62207c..eb3b903cf2 100644 --- a/src/silx/gui/plot/tools/profile/rois.py +++ b/src/silx/gui/plot/tools/profile/rois.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/profile/toolbar.py b/src/silx/gui/plot/tools/profile/toolbar.py index 4a9a1959e8..12a734aa5d 100644 --- a/src/silx/gui/plot/tools/profile/toolbar.py +++ b/src/silx/gui/plot/tools/profile/toolbar.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/roi.py b/src/silx/gui/plot/tools/roi.py index e4be6a791f..c407f3df75 100644 --- a/src/silx/gui/plot/tools/roi.py +++ b/src/silx/gui/plot/tools/roi.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/test/__init__.py b/src/silx/gui/plot/tools/test/__init__.py index aa4a60100d..2e682d7a8d 100644 --- a/src/silx/gui/plot/tools/test/__init__.py +++ b/src/silx/gui/plot/tools/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/test/testCurveLegendsWidget.py b/src/silx/gui/plot/tools/test/testCurveLegendsWidget.py index 37af10e51b..657d328978 100644 --- a/src/silx/gui/plot/tools/test/testCurveLegendsWidget.py +++ b/src/silx/gui/plot/tools/test/testCurveLegendsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/test/testProfile.py b/src/silx/gui/plot/tools/test/testProfile.py index 829f49ea0c..ad40e6775e 100644 --- a/src/silx/gui/plot/tools/test/testProfile.py +++ b/src/silx/gui/plot/tools/test/testProfile.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/test/testROI.py b/src/silx/gui/plot/tools/test/testROI.py index 21697d16e0..c0940acebf 100644 --- a/src/silx/gui/plot/tools/test/testROI.py +++ b/src/silx/gui/plot/tools/test/testROI.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/test/testScatterProfileToolBar.py b/src/silx/gui/plot/tools/test/testScatterProfileToolBar.py index 582a276c91..9b9caa1047 100644 --- a/src/silx/gui/plot/tools/test/testScatterProfileToolBar.py +++ b/src/silx/gui/plot/tools/test/testScatterProfileToolBar.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/test/testTools.py b/src/silx/gui/plot/tools/test/testTools.py index 846f6410a9..507b922383 100644 --- a/src/silx/gui/plot/tools/test/testTools.py +++ b/src/silx/gui/plot/tools/test/testTools.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/tools/toolbars.py b/src/silx/gui/plot/tools/toolbars.py index 3df7d06831..bb89942094 100644 --- a/src/silx/gui/plot/tools/toolbars.py +++ b/src/silx/gui/plot/tools/toolbars.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/utils/__init__.py b/src/silx/gui/plot/utils/__init__.py index 3187f6bf85..61e45b4ab4 100644 --- a/src/silx/gui/plot/utils/__init__.py +++ b/src/silx/gui/plot/utils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/utils/axis.py b/src/silx/gui/plot/utils/axis.py index 5cf8ad938c..419a71c09e 100644 --- a/src/silx/gui/plot/utils/axis.py +++ b/src/silx/gui/plot/utils/axis.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot/utils/intersections.py b/src/silx/gui/plot/utils/intersections.py index 53f2546868..4f6ed2335d 100644 --- a/src/silx/gui/plot/utils/intersections.py +++ b/src/silx/gui/plot/utils/intersections.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/ParamTreeView.py b/src/silx/gui/plot3d/ParamTreeView.py index 74d00b6754..b64825186e 100644 --- a/src/silx/gui/plot3d/ParamTreeView.py +++ b/src/silx/gui/plot3d/ParamTreeView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/Plot3DWidget.py b/src/silx/gui/plot3d/Plot3DWidget.py index 2d672d4ed0..d30f0f003f 100644 --- a/src/silx/gui/plot3d/Plot3DWidget.py +++ b/src/silx/gui/plot3d/Plot3DWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/Plot3DWindow.py b/src/silx/gui/plot3d/Plot3DWindow.py index 12af19ba0f..882f4cd6e9 100644 --- a/src/silx/gui/plot3d/Plot3DWindow.py +++ b/src/silx/gui/plot3d/Plot3DWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/SFViewParamTree.py b/src/silx/gui/plot3d/SFViewParamTree.py index 719983463f..cc78cec542 100644 --- a/src/silx/gui/plot3d/SFViewParamTree.py +++ b/src/silx/gui/plot3d/SFViewParamTree.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/ScalarFieldView.py b/src/silx/gui/plot3d/ScalarFieldView.py index 88f3ec58af..063322149c 100644 --- a/src/silx/gui/plot3d/ScalarFieldView.py +++ b/src/silx/gui/plot3d/ScalarFieldView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/SceneWidget.py b/src/silx/gui/plot3d/SceneWidget.py index 604fc606e2..910820c26b 100644 --- a/src/silx/gui/plot3d/SceneWidget.py +++ b/src/silx/gui/plot3d/SceneWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/SceneWindow.py b/src/silx/gui/plot3d/SceneWindow.py index 9fc75603b7..d88cfa93ab 100644 --- a/src/silx/gui/plot3d/SceneWindow.py +++ b/src/silx/gui/plot3d/SceneWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/__init__.py b/src/silx/gui/plot3d/__init__.py index 755dcdba72..e0cb688d60 100644 --- a/src/silx/gui/plot3d/__init__.py +++ b/src/silx/gui/plot3d/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/_model/__init__.py b/src/silx/gui/plot3d/_model/__init__.py index f0c178df15..fd8eafbb30 100644 --- a/src/silx/gui/plot3d/_model/__init__.py +++ b/src/silx/gui/plot3d/_model/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/_model/core.py b/src/silx/gui/plot3d/_model/core.py index 2cd4e35359..30d45ec0ef 100644 --- a/src/silx/gui/plot3d/_model/core.py +++ b/src/silx/gui/plot3d/_model/core.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/_model/items.py b/src/silx/gui/plot3d/_model/items.py index 9dc3e8a9d5..c6bf69a909 100644 --- a/src/silx/gui/plot3d/_model/items.py +++ b/src/silx/gui/plot3d/_model/items.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/_model/model.py b/src/silx/gui/plot3d/_model/model.py index 4ff3b817fd..52768787f7 100644 --- a/src/silx/gui/plot3d/_model/model.py +++ b/src/silx/gui/plot3d/_model/model.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/actions/Plot3DAction.py b/src/silx/gui/plot3d/actions/Plot3DAction.py index 99042782ce..a2ee93c89a 100644 --- a/src/silx/gui/plot3d/actions/Plot3DAction.py +++ b/src/silx/gui/plot3d/actions/Plot3DAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/actions/__init__.py b/src/silx/gui/plot3d/actions/__init__.py index 26243cfd5f..e6c73127ee 100644 --- a/src/silx/gui/plot3d/actions/__init__.py +++ b/src/silx/gui/plot3d/actions/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/actions/io.py b/src/silx/gui/plot3d/actions/io.py index 7aabda5d06..f8a1d86c74 100644 --- a/src/silx/gui/plot3d/actions/io.py +++ b/src/silx/gui/plot3d/actions/io.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/actions/mode.py b/src/silx/gui/plot3d/actions/mode.py index 685c1c14d7..179fe05825 100644 --- a/src/silx/gui/plot3d/actions/mode.py +++ b/src/silx/gui/plot3d/actions/mode.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/actions/viewpoint.py b/src/silx/gui/plot3d/actions/viewpoint.py index 8882f740de..c3d640e8f3 100644 --- a/src/silx/gui/plot3d/actions/viewpoint.py +++ b/src/silx/gui/plot3d/actions/viewpoint.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/__init__.py b/src/silx/gui/plot3d/items/__init__.py index c6d6e0a5af..3d221036e1 100644 --- a/src/silx/gui/plot3d/items/__init__.py +++ b/src/silx/gui/plot3d/items/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/_pick.py b/src/silx/gui/plot3d/items/_pick.py index 72bfe15c95..49e1a5b052 100644 --- a/src/silx/gui/plot3d/items/_pick.py +++ b/src/silx/gui/plot3d/items/_pick.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/clipplane.py b/src/silx/gui/plot3d/items/clipplane.py index af9cfe6305..83a3c0e1e5 100644 --- a/src/silx/gui/plot3d/items/clipplane.py +++ b/src/silx/gui/plot3d/items/clipplane.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/core.py b/src/silx/gui/plot3d/items/core.py index 3671fc971e..5fbe62c163 100644 --- a/src/silx/gui/plot3d/items/core.py +++ b/src/silx/gui/plot3d/items/core.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/image.py b/src/silx/gui/plot3d/items/image.py index 7d9a15a100..669e97dbf6 100644 --- a/src/silx/gui/plot3d/items/image.py +++ b/src/silx/gui/plot3d/items/image.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/mesh.py b/src/silx/gui/plot3d/items/mesh.py index b692bd4e22..dc1df3ef93 100644 --- a/src/silx/gui/plot3d/items/mesh.py +++ b/src/silx/gui/plot3d/items/mesh.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/mixins.py b/src/silx/gui/plot3d/items/mixins.py index f512365c5c..45b569d36d 100644 --- a/src/silx/gui/plot3d/items/mixins.py +++ b/src/silx/gui/plot3d/items/mixins.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/scatter.py b/src/silx/gui/plot3d/items/scatter.py index 51abfa27c8..c93db88e8d 100644 --- a/src/silx/gui/plot3d/items/scatter.py +++ b/src/silx/gui/plot3d/items/scatter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/items/volume.py b/src/silx/gui/plot3d/items/volume.py index ccbe83a3fa..b3007fa328 100644 --- a/src/silx/gui/plot3d/items/volume.py +++ b/src/silx/gui/plot3d/items/volume.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/__init__.py b/src/silx/gui/plot3d/scene/__init__.py index 96717256af..9f7c470b25 100644 --- a/src/silx/gui/plot3d/scene/__init__.py +++ b/src/silx/gui/plot3d/scene/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/axes.py b/src/silx/gui/plot3d/scene/axes.py index ca7887644d..9f6ac6c724 100644 --- a/src/silx/gui/plot3d/scene/axes.py +++ b/src/silx/gui/plot3d/scene/axes.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/camera.py b/src/silx/gui/plot3d/scene/camera.py index 1d17ab783b..a6bc6420fc 100644 --- a/src/silx/gui/plot3d/scene/camera.py +++ b/src/silx/gui/plot3d/scene/camera.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/core.py b/src/silx/gui/plot3d/scene/core.py index ee6d283fbf..c32a2c16f3 100644 --- a/src/silx/gui/plot3d/scene/core.py +++ b/src/silx/gui/plot3d/scene/core.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/cutplane.py b/src/silx/gui/plot3d/scene/cutplane.py index 5c11712552..bfd578f92c 100644 --- a/src/silx/gui/plot3d/scene/cutplane.py +++ b/src/silx/gui/plot3d/scene/cutplane.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/event.py b/src/silx/gui/plot3d/scene/event.py index bbc83ea4b0..637eddf387 100644 --- a/src/silx/gui/plot3d/scene/event.py +++ b/src/silx/gui/plot3d/scene/event.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/function.py b/src/silx/gui/plot3d/scene/function.py index 29e2b728ad..3d0a62fbe8 100644 --- a/src/silx/gui/plot3d/scene/function.py +++ b/src/silx/gui/plot3d/scene/function.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/interaction.py b/src/silx/gui/plot3d/scene/interaction.py index bdbfe4c89d..91fab2391b 100644 --- a/src/silx/gui/plot3d/scene/interaction.py +++ b/src/silx/gui/plot3d/scene/interaction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/primitives.py b/src/silx/gui/plot3d/scene/primitives.py index 6ef04c87ec..6d3c4ff8f1 100644 --- a/src/silx/gui/plot3d/scene/primitives.py +++ b/src/silx/gui/plot3d/scene/primitives.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/test/__init__.py b/src/silx/gui/plot3d/scene/test/__init__.py index 3bb978eca5..4bdcc182c9 100644 --- a/src/silx/gui/plot3d/scene/test/__init__.py +++ b/src/silx/gui/plot3d/scene/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/test/test_transform.py b/src/silx/gui/plot3d/scene/test/test_transform.py index 7115994e53..2998c65a75 100644 --- a/src/silx/gui/plot3d/scene/test/test_transform.py +++ b/src/silx/gui/plot3d/scene/test/test_transform.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/test/test_utils.py b/src/silx/gui/plot3d/scene/test/test_utils.py index 76c4cd7a80..a9ba6bcdae 100644 --- a/src/silx/gui/plot3d/scene/test/test_utils.py +++ b/src/silx/gui/plot3d/scene/test/test_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/text.py b/src/silx/gui/plot3d/scene/text.py index f2749219d5..3c4e6927ab 100644 --- a/src/silx/gui/plot3d/scene/text.py +++ b/src/silx/gui/plot3d/scene/text.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/transform.py b/src/silx/gui/plot3d/scene/transform.py index cf8383833f..5c2cbb3c10 100644 --- a/src/silx/gui/plot3d/scene/transform.py +++ b/src/silx/gui/plot3d/scene/transform.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/utils.py b/src/silx/gui/plot3d/scene/utils.py index 2abbda06aa..48fc2f50fa 100644 --- a/src/silx/gui/plot3d/scene/utils.py +++ b/src/silx/gui/plot3d/scene/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/viewport.py b/src/silx/gui/plot3d/scene/viewport.py index 049e6c6815..bff77e24d8 100644 --- a/src/silx/gui/plot3d/scene/viewport.py +++ b/src/silx/gui/plot3d/scene/viewport.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/scene/window.py b/src/silx/gui/plot3d/scene/window.py index b843730a1f..c8f4cee385 100644 --- a/src/silx/gui/plot3d/scene/window.py +++ b/src/silx/gui/plot3d/scene/window.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/__init__.py b/src/silx/gui/plot3d/test/__init__.py index 83491ad81b..f8afa8398a 100644 --- a/src/silx/gui/plot3d/test/__init__.py +++ b/src/silx/gui/plot3d/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/testGL.py b/src/silx/gui/plot3d/test/testGL.py index 03e2b51052..d1d53ef3fd 100644 --- a/src/silx/gui/plot3d/test/testGL.py +++ b/src/silx/gui/plot3d/test/testGL.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/testScalarFieldView.py b/src/silx/gui/plot3d/test/testScalarFieldView.py index 3c8a87ba83..1e06e3fb9e 100644 --- a/src/silx/gui/plot3d/test/testScalarFieldView.py +++ b/src/silx/gui/plot3d/test/testScalarFieldView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/testSceneWidget.py b/src/silx/gui/plot3d/test/testSceneWidget.py index 83ce6949f0..e7f3b3f554 100644 --- a/src/silx/gui/plot3d/test/testSceneWidget.py +++ b/src/silx/gui/plot3d/test/testSceneWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/testSceneWidgetPicking.py b/src/silx/gui/plot3d/test/testSceneWidgetPicking.py index aae27341b6..c0ad3b00a5 100644 --- a/src/silx/gui/plot3d/test/testSceneWidgetPicking.py +++ b/src/silx/gui/plot3d/test/testSceneWidgetPicking.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/testSceneWindow.py b/src/silx/gui/plot3d/test/testSceneWindow.py index 0008b6e996..09e097c27b 100644 --- a/src/silx/gui/plot3d/test/testSceneWindow.py +++ b/src/silx/gui/plot3d/test/testSceneWindow.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/test/testStatsWidget.py b/src/silx/gui/plot3d/test/testStatsWidget.py index 01e2660844..e1411bf643 100644 --- a/src/silx/gui/plot3d/test/testStatsWidget.py +++ b/src/silx/gui/plot3d/test/testStatsWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/GroupPropertiesWidget.py b/src/silx/gui/plot3d/tools/GroupPropertiesWidget.py index 8bd5b7cda7..922df3a660 100644 --- a/src/silx/gui/plot3d/tools/GroupPropertiesWidget.py +++ b/src/silx/gui/plot3d/tools/GroupPropertiesWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/PositionInfoWidget.py b/src/silx/gui/plot3d/tools/PositionInfoWidget.py index 1c8c0c4be1..1998533276 100644 --- a/src/silx/gui/plot3d/tools/PositionInfoWidget.py +++ b/src/silx/gui/plot3d/tools/PositionInfoWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/ViewpointTools.py b/src/silx/gui/plot3d/tools/ViewpointTools.py index a2d83a2741..ab26c96b1f 100644 --- a/src/silx/gui/plot3d/tools/ViewpointTools.py +++ b/src/silx/gui/plot3d/tools/ViewpointTools.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/__init__.py b/src/silx/gui/plot3d/tools/__init__.py index c8b8d2115a..5e2c76c9ab 100644 --- a/src/silx/gui/plot3d/tools/__init__.py +++ b/src/silx/gui/plot3d/tools/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/test/__init__.py b/src/silx/gui/plot3d/tools/test/__init__.py index 86741ede4c..a6032b90a4 100644 --- a/src/silx/gui/plot3d/tools/test/__init__.py +++ b/src/silx/gui/plot3d/tools/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/test/testPositionInfoWidget.py b/src/silx/gui/plot3d/tools/test/testPositionInfoWidget.py index 17fb3db6ce..e9888172f7 100644 --- a/src/silx/gui/plot3d/tools/test/testPositionInfoWidget.py +++ b/src/silx/gui/plot3d/tools/test/testPositionInfoWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/tools/toolbars.py b/src/silx/gui/plot3d/tools/toolbars.py index 8d725bd46c..c89f6c6e62 100644 --- a/src/silx/gui/plot3d/tools/toolbars.py +++ b/src/silx/gui/plot3d/tools/toolbars.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/utils/__init__.py b/src/silx/gui/plot3d/utils/__init__.py index 99d3e0852b..3cf3825f84 100644 --- a/src/silx/gui/plot3d/utils/__init__.py +++ b/src/silx/gui/plot3d/utils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/plot3d/utils/mng.py b/src/silx/gui/plot3d/utils/mng.py index 090533dabc..52f619f369 100644 --- a/src/silx/gui/plot3d/utils/mng.py +++ b/src/silx/gui/plot3d/utils/mng.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/printer.py b/src/silx/gui/printer.py index 5d0a484a78..c0af97f1d9 100644 --- a/src/silx/gui/printer.py +++ b/src/silx/gui/printer.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/qt/__init__.py b/src/silx/gui/qt/__init__.py index 915c89bb3e..4c832857a3 100644 --- a/src/silx/gui/qt/__init__.py +++ b/src/silx/gui/qt/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/qt/_pyside_dynamic.py b/src/silx/gui/qt/_pyside_dynamic.py index a841eaee78..80520acf90 100644 --- a/src/silx/gui/qt/_pyside_dynamic.py +++ b/src/silx/gui/qt/_pyside_dynamic.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Taken from: https://gist.github.com/cpbotha/1b42a20c8f3eb9bb7cb8 # Plus: https://github.com/spyder-ide/qtpy/commit/001a862c401d757feb63025f88dbb4601d353c84 diff --git a/src/silx/gui/qt/_qt.py b/src/silx/gui/qt/_qt.py index 3b90216d0b..1130a029b8 100644 --- a/src/silx/gui/qt/_qt.py +++ b/src/silx/gui/qt/_qt.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/qt/_utils.py b/src/silx/gui/qt/_utils.py index 5dced95f09..497dbe8aba 100644 --- a/src/silx/gui/qt/_utils.py +++ b/src/silx/gui/qt/_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/qt/inspect.py b/src/silx/gui/qt/inspect.py index b9a0d1d549..21e6614dbf 100644 --- a/src/silx/gui/qt/inspect.py +++ b/src/silx/gui/qt/inspect.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/test/__init__.py b/src/silx/gui/test/__init__.py index 00d621625d..d9e06fc551 100644 --- a/src/silx/gui/test/__init__.py +++ b/src/silx/gui/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/test/test_colors.py b/src/silx/gui/test/test_colors.py index ba0e34a383..b0e61391dc 100755 --- a/src/silx/gui/test/test_colors.py +++ b/src/silx/gui/test/test_colors.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/test/test_console.py b/src/silx/gui/test/test_console.py index 276711b9c8..f63628701b 100644 --- a/src/silx/gui/test/test_console.py +++ b/src/silx/gui/test/test_console.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/test/test_icons.py b/src/silx/gui/test/test_icons.py index 154adf67fe..59c7e00e69 100644 --- a/src/silx/gui/test/test_icons.py +++ b/src/silx/gui/test/test_icons.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/test/test_qt.py b/src/silx/gui/test/test_qt.py index 85547445a9..692d7f729c 100644 --- a/src/silx/gui/test/test_qt.py +++ b/src/silx/gui/test/test_qt.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/test/utils.py b/src/silx/gui/test/utils.py index fa8fde7575..1cfee67e3a 100644 --- a/src/silx/gui/test/utils.py +++ b/src/silx/gui/test/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/__init__.py b/src/silx/gui/utils/__init__.py index 726ad74af2..4fae646d8c 100755 --- a/src/silx/gui/utils/__init__.py +++ b/src/silx/gui/utils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/concurrent.py b/src/silx/gui/utils/concurrent.py index 1c6519b54c..242e8040ee 100644 --- a/src/silx/gui/utils/concurrent.py +++ b/src/silx/gui/utils/concurrent.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/glutils/__init__.py b/src/silx/gui/utils/glutils/__init__.py index 20e611ef34..b6d51dbdbe 100644 --- a/src/silx/gui/utils/glutils/__init__.py +++ b/src/silx/gui/utils/glutils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/image.py b/src/silx/gui/utils/image.py index de98259307..bd642c5fc3 100644 --- a/src/silx/gui/utils/image.py +++ b/src/silx/gui/utils/image.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/matplotlib.py b/src/silx/gui/utils/matplotlib.py index 8ec549cd17..c98c1fc7f8 100644 --- a/src/silx/gui/utils/matplotlib.py +++ b/src/silx/gui/utils/matplotlib.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/projecturl.py b/src/silx/gui/utils/projecturl.py index a47c4c0375..116017e7fa 100644 --- a/src/silx/gui/utils/projecturl.py +++ b/src/silx/gui/utils/projecturl.py @@ -1,4 +1,3 @@ -# coding: utf-8 # # Project: Azimuthal integration # https://github.com/silx-kit/silx diff --git a/src/silx/gui/utils/qtutils.py b/src/silx/gui/utils/qtutils.py index 9682913346..d686a48510 100755 --- a/src/silx/gui/utils/qtutils.py +++ b/src/silx/gui/utils/qtutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/signal.py b/src/silx/gui/utils/signal.py index 359f5cc659..cd376a9db1 100644 --- a/src/silx/gui/utils/signal.py +++ b/src/silx/gui/utils/signal.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2012 University of North Carolina at Chapel Hill, Luke Campagnola diff --git a/src/silx/gui/utils/test/__init__.py b/src/silx/gui/utils/test/__init__.py index 15cd186591..7a8edb948c 100755 --- a/src/silx/gui/utils/test/__init__.py +++ b/src/silx/gui/utils/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/test/test.py b/src/silx/gui/utils/test/test.py index 696db55dc0..42bf5a241f 100644 --- a/src/silx/gui/utils/test/test.py +++ b/src/silx/gui/utils/test/test.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/test/test_async.py b/src/silx/gui/utils/test/test_async.py index 883316409f..1fd85098a5 100644 --- a/src/silx/gui/utils/test/test_async.py +++ b/src/silx/gui/utils/test/test_async.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/test/test_glutils.py b/src/silx/gui/utils/test/test_glutils.py index 7c9831b3d0..b0ed095fa1 100644 --- a/src/silx/gui/utils/test/test_glutils.py +++ b/src/silx/gui/utils/test/test_glutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/test/test_image.py b/src/silx/gui/utils/test/test_image.py index 62316b0f2e..07bc396714 100644 --- a/src/silx/gui/utils/test/test_image.py +++ b/src/silx/gui/utils/test/test_image.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/test/test_qtutils.py b/src/silx/gui/utils/test/test_qtutils.py index f7cbd1c40d..c5ff2d25be 100755 --- a/src/silx/gui/utils/test/test_qtutils.py +++ b/src/silx/gui/utils/test/test_qtutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/test/test_testutils.py b/src/silx/gui/utils/test/test_testutils.py index 07294a73bb..e8a012339b 100644 --- a/src/silx/gui/utils/test/test_testutils.py +++ b/src/silx/gui/utils/test/test_testutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2019 European Synchrotron Radiation Facility diff --git a/src/silx/gui/utils/testutils.py b/src/silx/gui/utils/testutils.py index e1bc3f0756..f7d8ea9fd1 100644 --- a/src/silx/gui/utils/testutils.py +++ b/src/silx/gui/utils/testutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2022 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/BoxLayoutDockWidget.py b/src/silx/gui/widgets/BoxLayoutDockWidget.py index 3d2b853631..aa45153f2c 100644 --- a/src/silx/gui/widgets/BoxLayoutDockWidget.py +++ b/src/silx/gui/widgets/BoxLayoutDockWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/ColormapNameComboBox.py b/src/silx/gui/widgets/ColormapNameComboBox.py index 9ff879fad6..388b032344 100644 --- a/src/silx/gui/widgets/ColormapNameComboBox.py +++ b/src/silx/gui/widgets/ColormapNameComboBox.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/ElidedLabel.py b/src/silx/gui/widgets/ElidedLabel.py index 7c6dfb532a..69240c73e2 100644 --- a/src/silx/gui/widgets/ElidedLabel.py +++ b/src/silx/gui/widgets/ElidedLabel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/FloatEdit.py b/src/silx/gui/widgets/FloatEdit.py index 43482e1dd9..61f518f557 100644 --- a/src/silx/gui/widgets/FloatEdit.py +++ b/src/silx/gui/widgets/FloatEdit.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/FlowLayout.py b/src/silx/gui/widgets/FlowLayout.py index 2c9e3bcb54..917aa09679 100644 --- a/src/silx/gui/widgets/FlowLayout.py +++ b/src/silx/gui/widgets/FlowLayout.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/FrameBrowser.py b/src/silx/gui/widgets/FrameBrowser.py index 671991f516..17a9148562 100644 --- a/src/silx/gui/widgets/FrameBrowser.py +++ b/src/silx/gui/widgets/FrameBrowser.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/HierarchicalTableView.py b/src/silx/gui/widgets/HierarchicalTableView.py index 3ccf4c70bf..6e6329b035 100644 --- a/src/silx/gui/widgets/HierarchicalTableView.py +++ b/src/silx/gui/widgets/HierarchicalTableView.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/LegendIconWidget.py b/src/silx/gui/widgets/LegendIconWidget.py index 1c95e4136a..d0d2f5c9b7 100755 --- a/src/silx/gui/widgets/LegendIconWidget.py +++ b/src/silx/gui/widgets/LegendIconWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/MedianFilterDialog.py b/src/silx/gui/widgets/MedianFilterDialog.py index dd4a00d89a..982736c3a7 100644 --- a/src/silx/gui/widgets/MedianFilterDialog.py +++ b/src/silx/gui/widgets/MedianFilterDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/MultiModeAction.py b/src/silx/gui/widgets/MultiModeAction.py index 502275d18f..b40d285d07 100644 --- a/src/silx/gui/widgets/MultiModeAction.py +++ b/src/silx/gui/widgets/MultiModeAction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/PeriodicTable.py b/src/silx/gui/widgets/PeriodicTable.py index 6fed109ae6..1fc3babd84 100644 --- a/src/silx/gui/widgets/PeriodicTable.py +++ b/src/silx/gui/widgets/PeriodicTable.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/PrintGeometryDialog.py b/src/silx/gui/widgets/PrintGeometryDialog.py index 98ff8d131d..db905fbce9 100644 --- a/src/silx/gui/widgets/PrintGeometryDialog.py +++ b/src/silx/gui/widgets/PrintGeometryDialog.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/PrintPreview.py b/src/silx/gui/widgets/PrintPreview.py index 53e0a1f104..dd6af1fee9 100644 --- a/src/silx/gui/widgets/PrintPreview.py +++ b/src/silx/gui/widgets/PrintPreview.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/RangeSlider.py b/src/silx/gui/widgets/RangeSlider.py index 551b535ff2..4db0470d6f 100644 --- a/src/silx/gui/widgets/RangeSlider.py +++ b/src/silx/gui/widgets/RangeSlider.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/TableWidget.py b/src/silx/gui/widgets/TableWidget.py index 50eb9e2eb5..9bada5e0cd 100644 --- a/src/silx/gui/widgets/TableWidget.py +++ b/src/silx/gui/widgets/TableWidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/ThreadPoolPushButton.py b/src/silx/gui/widgets/ThreadPoolPushButton.py index 949b6efa85..8a1d428875 100644 --- a/src/silx/gui/widgets/ThreadPoolPushButton.py +++ b/src/silx/gui/widgets/ThreadPoolPushButton.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/WaitingPushButton.py b/src/silx/gui/widgets/WaitingPushButton.py index 443dc9ac87..8bd9ea09ab 100644 --- a/src/silx/gui/widgets/WaitingPushButton.py +++ b/src/silx/gui/widgets/WaitingPushButton.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/__init__.py b/src/silx/gui/widgets/__init__.py index 9d0299dc98..cab7ef6f1c 100644 --- a/src/silx/gui/widgets/__init__.py +++ b/src/silx/gui/widgets/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/__init__.py b/src/silx/gui/widgets/test/__init__.py index 243dbc7aab..03af6f29c3 100644 --- a/src/silx/gui/widgets/test/__init__.py +++ b/src/silx/gui/widgets/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_boxlayoutdockwidget.py b/src/silx/gui/widgets/test/test_boxlayoutdockwidget.py index 5df8df97f3..dd0ddf4e1a 100644 --- a/src/silx/gui/widgets/test/test_boxlayoutdockwidget.py +++ b/src/silx/gui/widgets/test/test_boxlayoutdockwidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_elidedlabel.py b/src/silx/gui/widgets/test/test_elidedlabel.py index 693e43c82a..16915821e2 100644 --- a/src/silx/gui/widgets/test/test_elidedlabel.py +++ b/src/silx/gui/widgets/test/test_elidedlabel.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_flowlayout.py b/src/silx/gui/widgets/test/test_flowlayout.py index 85d7cfeef8..07f6697bb4 100644 --- a/src/silx/gui/widgets/test/test_flowlayout.py +++ b/src/silx/gui/widgets/test/test_flowlayout.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_framebrowser.py b/src/silx/gui/widgets/test/test_framebrowser.py index 8233622fd6..7fa621b24e 100644 --- a/src/silx/gui/widgets/test/test_framebrowser.py +++ b/src/silx/gui/widgets/test/test_framebrowser.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_hierarchicaltableview.py b/src/silx/gui/widgets/test/test_hierarchicaltableview.py index 302086a2cd..8f6a2a0fe9 100644 --- a/src/silx/gui/widgets/test/test_hierarchicaltableview.py +++ b/src/silx/gui/widgets/test/test_hierarchicaltableview.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_legendiconwidget.py b/src/silx/gui/widgets/test/test_legendiconwidget.py index fe320f6ebe..cfebc62237 100644 --- a/src/silx/gui/widgets/test/test_legendiconwidget.py +++ b/src/silx/gui/widgets/test/test_legendiconwidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2020 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_periodictable.py b/src/silx/gui/widgets/test/test_periodictable.py index de9e1af074..f687e36b8c 100644 --- a/src/silx/gui/widgets/test/test_periodictable.py +++ b/src/silx/gui/widgets/test/test_periodictable.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_printpreview.py b/src/silx/gui/widgets/test/test_printpreview.py index 860266600e..b703d6363c 100644 --- a/src/silx/gui/widgets/test/test_printpreview.py +++ b/src/silx/gui/widgets/test/test_printpreview.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_rangeslider.py b/src/silx/gui/widgets/test/test_rangeslider.py index f829857b9b..6ed50afb24 100644 --- a/src/silx/gui/widgets/test/test_rangeslider.py +++ b/src/silx/gui/widgets/test/test_rangeslider.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_tablewidget.py b/src/silx/gui/widgets/test/test_tablewidget.py index 09122caa2e..9b1e53f5a9 100644 --- a/src/silx/gui/widgets/test/test_tablewidget.py +++ b/src/silx/gui/widgets/test/test_tablewidget.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/gui/widgets/test/test_threadpoolpushbutton.py b/src/silx/gui/widgets/test/test_threadpoolpushbutton.py index 3808be0aea..a3eca3386b 100644 --- a/src/silx/gui/widgets/test/test_threadpoolpushbutton.py +++ b/src/silx/gui/widgets/test/test_threadpoolpushbutton.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/image/__init__.py b/src/silx/image/__init__.py index 12bf320a79..72bd116090 100644 --- a/src/silx/image/__init__.py +++ b/src/silx/image/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/image/_boundingbox.py b/src/silx/image/_boundingbox.py index 1c086b10b3..c016471491 100644 --- a/src/silx/image/_boundingbox.py +++ b/src/silx/image/_boundingbox.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/image/backprojection.py b/src/silx/image/backprojection.py index 63f99ca0ac..b208d3e382 100644 --- a/src/silx/image/backprojection.py +++ b/src/silx/image/backprojection.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017 European Synchrotron Radiation Facility # diff --git a/src/silx/image/bilinear.pyx b/src/silx/image/bilinear.pyx index 14547f852e..31ba354ab4 100644 --- a/src/silx/image/bilinear.pyx +++ b/src/silx/image/bilinear.pyx @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- #cython: embedsignature=True, language_level=3 ## This is for optimisation #cython: boundscheck=False, wraparound=False, cdivision=True, initializedcheck=False, diff --git a/src/silx/image/marchingsquares/__init__.py b/src/silx/image/marchingsquares/__init__.py index a47a7f6138..1c6f15eadf 100644 --- a/src/silx/image/marchingsquares/__init__.py +++ b/src/silx/image/marchingsquares/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018 European Synchrotron Radiation Facility # diff --git a/src/silx/image/marchingsquares/_mergeimpl.pyx b/src/silx/image/marchingsquares/_mergeimpl.pyx index 5a7a3b574e..ce4786f85e 100644 --- a/src/silx/image/marchingsquares/_mergeimpl.pyx +++ b/src/silx/image/marchingsquares/_mergeimpl.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018-2020 European Synchrotron Radiation Facility # diff --git a/src/silx/image/marchingsquares/_skimage.py b/src/silx/image/marchingsquares/_skimage.py index d49eeb0a88..7fa97d5eaa 100644 --- a/src/silx/image/marchingsquares/_skimage.py +++ b/src/silx/image/marchingsquares/_skimage.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018 European Synchrotron Radiation Facility # diff --git a/src/silx/image/marchingsquares/test/__init__.py b/src/silx/image/marchingsquares/test/__init__.py index 776bb73da3..0e66f61562 100644 --- a/src/silx/image/marchingsquares/test/__init__.py +++ b/src/silx/image/marchingsquares/test/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/image/marchingsquares/test/test_funcapi.py b/src/silx/image/marchingsquares/test/test_funcapi.py index d1be5843fb..e9d2d7d6a6 100644 --- a/src/silx/image/marchingsquares/test/test_funcapi.py +++ b/src/silx/image/marchingsquares/test/test_funcapi.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/image/marchingsquares/test/test_mergeimpl.py b/src/silx/image/marchingsquares/test/test_mergeimpl.py index 07b94b5265..bfa1263b63 100644 --- a/src/silx/image/marchingsquares/test/test_mergeimpl.py +++ b/src/silx/image/marchingsquares/test/test_mergeimpl.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/image/medianfilter.py b/src/silx/image/medianfilter.py index 857f73d02e..1938357bc9 100644 --- a/src/silx/image/medianfilter.py +++ b/src/silx/image/medianfilter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/image/phantomgenerator.py b/src/silx/image/phantomgenerator.py index 10b249b48c..189336825c 100644 --- a/src/silx/image/phantomgenerator.py +++ b/src/silx/image/phantomgenerator.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/image/projection.py b/src/silx/image/projection.py index 5c76c35fa7..0b5832346e 100644 --- a/src/silx/image/projection.py +++ b/src/silx/image/projection.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017 European Synchrotron Radiation Facility # diff --git a/src/silx/image/reconstruction.py b/src/silx/image/reconstruction.py index 875b66b5aa..2ed95c0faf 100644 --- a/src/silx/image/reconstruction.py +++ b/src/silx/image/reconstruction.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017 European Synchrotron Radiation Facility # diff --git a/src/silx/image/shapes.pyx b/src/silx/image/shapes.pyx index 9284811396..26065e12e7 100644 --- a/src/silx/image/shapes.pyx +++ b/src/silx/image/shapes.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2017 European Synchrotron Radiation Facility diff --git a/src/silx/image/sift.py b/src/silx/image/sift.py index cb1e6bd962..57599cd988 100644 --- a/src/silx/image/sift.py +++ b/src/silx/image/sift.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017 European Synchrotron Radiation Facility # diff --git a/src/silx/image/test/__init__.py b/src/silx/image/test/__init__.py index 40b11a110e..3ebbb32451 100644 --- a/src/silx/image/test/__init__.py +++ b/src/silx/image/test/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/image/test/test_bb.py b/src/silx/image/test/test_bb.py index 7427273489..19f5f39820 100644 --- a/src/silx/image/test/test_bb.py +++ b/src/silx/image/test/test_bb.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/image/test/test_bilinear.py b/src/silx/image/test/test_bilinear.py index 20ceb58c36..d0abe64387 100644 --- a/src/silx/image/test/test_bilinear.py +++ b/src/silx/image/test/test_bilinear.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx (originally pyFAI) # https://github.com/silx-kit/silx diff --git a/src/silx/image/test/test_medianfilter.py b/src/silx/image/test/test_medianfilter.py index d3386a4549..3215d69dd5 100644 --- a/src/silx/image/test/test_medianfilter.py +++ b/src/silx/image/test/test_medianfilter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/image/test/test_shapes.py b/src/silx/image/test/test_shapes.py index 63abc00e32..1adc1122f3 100644 --- a/src/silx/image/test/test_shapes.py +++ b/src/silx/image/test/test_shapes.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/image/test/test_tomography.py b/src/silx/image/test/test_tomography.py index f391a72a7f..e697cbc0b1 100644 --- a/src/silx/image/test/test_tomography.py +++ b/src/silx/image/test/test_tomography.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/image/tomography.py b/src/silx/image/tomography.py index 53855c12b2..d64afdefe6 100644 --- a/src/silx/image/tomography.py +++ b/src/silx/image/tomography.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017 European Synchrotron Radiation Facility # diff --git a/src/silx/image/utils.py b/src/silx/image/utils.py index 996d010dc6..26591126b1 100644 --- a/src/silx/image/utils.py +++ b/src/silx/image/utils.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # /*########################################################################## # Copyright (C) 2019 European Synchrotron Radiation Facility # diff --git a/src/silx/io/__init__.py b/src/silx/io/__init__.py index b43d290dda..2ff6cad2be 100644 --- a/src/silx/io/__init__.py +++ b/src/silx/io/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/io/commonh5.py b/src/silx/io/commonh5.py index af4274fd07..25744b49af 100644 --- a/src/silx/io/commonh5.py +++ b/src/silx/io/commonh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/convert.py b/src/silx/io/convert.py index ba9a254bbd..a4c5dc3513 100644 --- a/src/silx/io/convert.py +++ b/src/silx/io/convert.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/dictdump.py b/src/silx/io/dictdump.py index a49a059103..a5c9da53e5 100644 --- a/src/silx/io/dictdump.py +++ b/src/silx/io/dictdump.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2022 European Synchrotron Radiation Facility # diff --git a/src/silx/io/fabioh5.py b/src/silx/io/fabioh5.py index af9b29a78d..c5ef964bd1 100755 --- a/src/silx/io/fabioh5.py +++ b/src/silx/io/fabioh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/fioh5.py b/src/silx/io/fioh5.py index 75fe587427..0a86bbf3d4 100644 --- a/src/silx/io/fioh5.py +++ b/src/silx/io/fioh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2021 Timo Fuchs # diff --git a/src/silx/io/h5py_utils.py b/src/silx/io/h5py_utils.py index fb04152a80..139bff3fbe 100644 --- a/src/silx/io/h5py_utils.py +++ b/src/silx/io/h5py_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/nxdata/__init__.py b/src/silx/io/nxdata/__init__.py index 5bfa44244c..51efc68cd9 100644 --- a/src/silx/io/nxdata/__init__.py +++ b/src/silx/io/nxdata/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/io/nxdata/_utils.py b/src/silx/io/nxdata/_utils.py index 12318f1047..3aa3846c29 100644 --- a/src/silx/io/nxdata/_utils.py +++ b/src/silx/io/nxdata/_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/io/nxdata/parse.py b/src/silx/io/nxdata/parse.py index 1fcc85ed6c..0c9d7e753f 100644 --- a/src/silx/io/nxdata/parse.py +++ b/src/silx/io/nxdata/parse.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2022 European Synchrotron Radiation Facility diff --git a/src/silx/io/nxdata/write.py b/src/silx/io/nxdata/write.py index 9e84240637..5dfe1dfab2 100644 --- a/src/silx/io/nxdata/write.py +++ b/src/silx/io/nxdata/write.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017-2021 European Synchrotron Radiation Facility diff --git a/src/silx/io/octaveh5.py b/src/silx/io/octaveh5.py index 84fa726cb7..67fb1e2ba4 100644 --- a/src/silx/io/octaveh5.py +++ b/src/silx/io/octaveh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2020 European Synchrotron Radiation Facility # diff --git a/src/silx/io/rawh5.py b/src/silx/io/rawh5.py index ceabbdb88a..31b554dbed 100644 --- a/src/silx/io/rawh5.py +++ b/src/silx/io/rawh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/io/specfile.pyx b/src/silx/io/specfile.pyx index cb9e1a55a8..dde6d82a4a 100644 --- a/src/silx/io/specfile.pyx +++ b/src/silx/io/specfile.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/io/specfile/include/SpecFileCython.h b/src/silx/io/specfile/include/SpecFileCython.h index 3225e13751..77e9168283 100644 --- a/src/silx/io/specfile/include/SpecFileCython.h +++ b/src/silx/io/specfile/include/SpecFileCython.h @@ -1,5 +1,4 @@ #/*########################################################################## -# coding: utf-8 # Copyright (C) 2016 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/silx/io/specfile_wrapper.pxd b/src/silx/io/specfile_wrapper.pxd index 6770f7e76f..df629f712d 100644 --- a/src/silx/io/specfile_wrapper.pxd +++ b/src/silx/io/specfile_wrapper.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/io/specfilewrapper.py b/src/silx/io/specfilewrapper.py index 01e185c039..d8ee90bb0e 100644 --- a/src/silx/io/specfilewrapper.py +++ b/src/silx/io/specfilewrapper.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*######################################################################### # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/io/spech5.py b/src/silx/io/spech5.py index df2021c916..05ce9f02f3 100644 --- a/src/silx/io/spech5.py +++ b/src/silx/io/spech5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/spectoh5.py b/src/silx/io/spectoh5.py index fb3b7399f5..0f4f1c56b7 100644 --- a/src/silx/io/spectoh5.py +++ b/src/silx/io/spectoh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/__init__.py b/src/silx/io/test/__init__.py index 244d090513..3c723bb764 100644 --- a/src/silx/io/test/__init__.py +++ b/src/silx/io/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_commonh5.py b/src/silx/io/test/test_commonh5.py index 27f6e8c57a..d554d27e8e 100644 --- a/src/silx/io/test/test_commonh5.py +++ b/src/silx/io/test/test_commonh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_dictdump.py b/src/silx/io/test/test_dictdump.py index 4cafa9b6e4..d6b838bb07 100644 --- a/src/silx/io/test/test_dictdump.py +++ b/src/silx/io/test/test_dictdump.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_fabioh5.py b/src/silx/io/test/test_fabioh5.py index c410024890..fdeb1c339b 100755 --- a/src/silx/io/test/test_fabioh5.py +++ b/src/silx/io/test/test_fabioh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_fioh5.py b/src/silx/io/test/test_fioh5.py index 8ffb4adb63..18200c9020 100644 --- a/src/silx/io/test/test_fioh5.py +++ b/src/silx/io/test/test_fioh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2021 Timo Fuchs # diff --git a/src/silx/io/test/test_h5py_utils.py b/src/silx/io/test/test_h5py_utils.py index ea46eca14c..14fcb01bb7 100644 --- a/src/silx/io/test/test_h5py_utils.py +++ b/src/silx/io/test/test_h5py_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_nxdata.py b/src/silx/io/test/test_nxdata.py index 82c4aa110f..52a2b8ae09 100644 --- a/src/silx/io/test/test_nxdata.py +++ b/src/silx/io/test/test_nxdata.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2022 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_octaveh5.py b/src/silx/io/test/test_octaveh5.py index 1c3b3e051d..19b8ad629f 100644 --- a/src/silx/io/test/test_octaveh5.py +++ b/src/silx/io/test/test_octaveh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_rawh5.py b/src/silx/io/test/test_rawh5.py index 236484de33..947be0ff1f 100644 --- a/src/silx/io/test/test_rawh5.py +++ b/src/silx/io/test/test_rawh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/io/test/test_specfile.py b/src/silx/io/test/test_specfile.py index 44cb08cd7a..748e31c979 100644 --- a/src/silx/io/test/test_specfile.py +++ b/src/silx/io/test/test_specfile.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_specfilewrapper.py b/src/silx/io/test/test_specfilewrapper.py index a1ba5f4711..7d2ce602ab 100644 --- a/src/silx/io/test/test_specfilewrapper.py +++ b/src/silx/io/test/test_specfilewrapper.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_spech5.py b/src/silx/io/test/test_spech5.py index 1e67961de2..456a53837a 100644 --- a/src/silx/io/test/test_spech5.py +++ b/src/silx/io/test/test_spech5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_spectoh5.py b/src/silx/io/test/test_spectoh5.py index 66bf8d6177..5465ece901 100644 --- a/src/silx/io/test/test_spectoh5.py +++ b/src/silx/io/test/test_spectoh5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2019 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_url.py b/src/silx/io/test/test_url.py index 7346391c79..8cbfb3410e 100644 --- a/src/silx/io/test/test_url.py +++ b/src/silx/io/test/test_url.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_utils.py b/src/silx/io/test/test_utils.py index 368b34fd8f..b9fc3ab362 100644 --- a/src/silx/io/test/test_utils.py +++ b/src/silx/io/test/test_utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2022 European Synchrotron Radiation Facility # diff --git a/src/silx/io/test/test_write_to_h5.py b/src/silx/io/test/test_write_to_h5.py index 06149c9202..fe855e1223 100644 --- a/src/silx/io/test/test_write_to_h5.py +++ b/src/silx/io/test/test_write_to_h5.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2021 European Synchrotron Radiation Facility # diff --git a/src/silx/io/url.py b/src/silx/io/url.py index a3c49e683a..71b310305b 100644 --- a/src/silx/io/url.py +++ b/src/silx/io/url.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/io/utils.py b/src/silx/io/utils.py index 973f521881..7f52e82024 100644 --- a/src/silx/io/utils.py +++ b/src/silx/io/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2022 European Synchrotron Radiation Facility # diff --git a/src/silx/math/__init__.py b/src/silx/math/__init__.py index d8b7d8187b..e3e0447c44 100644 --- a/src/silx/math/__init__.py +++ b/src/silx/math/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/_colormap.pyx b/src/silx/math/_colormap.pyx index 70857f05e2..e1409fa1fc 100644 --- a/src/silx/math/_colormap.pyx +++ b/src/silx/math/_colormap.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/math/calibration.py b/src/silx/math/calibration.py index 658e2dce88..79be5851dd 100644 --- a/src/silx/math/calibration.py +++ b/src/silx/math/calibration.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/chistogramnd.pyx b/src/silx/math/chistogramnd.pyx index 5392293262..3a0fa31531 100644 --- a/src/silx/math/chistogramnd.pyx +++ b/src/silx/math/chistogramnd.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/chistogramnd_lut.pyx b/src/silx/math/chistogramnd_lut.pyx index f89bc2d26b..449582ed58 100644 --- a/src/silx/math/chistogramnd_lut.pyx +++ b/src/silx/math/chistogramnd_lut.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/colormap.py b/src/silx/math/colormap.py index 43b8949d75..8c05b638c1 100644 --- a/src/silx/math/colormap.py +++ b/src/silx/math/colormap.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/math/combo.pyx b/src/silx/math/combo.pyx index e24edda1ea..07197c6740 100644 --- a/src/silx/math/combo.pyx +++ b/src/silx/math/combo.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/__init__.py b/src/silx/math/fft/__init__.py index ea12cd652a..6966a60d82 100644 --- a/src/silx/math/fft/__init__.py +++ b/src/silx/math/fft/__init__.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 __authors__ = ["P. Paleo"] __license__ = "MIT" diff --git a/src/silx/math/fft/basefft.py b/src/silx/math/fft/basefft.py index 854ca37cd5..c608fdeb15 100644 --- a/src/silx/math/fft/basefft.py +++ b/src/silx/math/fft/basefft.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/clfft.py b/src/silx/math/fft/clfft.py index f664a08e40..2e41e47453 100644 --- a/src/silx/math/fft/clfft.py +++ b/src/silx/math/fft/clfft.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/cufft.py b/src/silx/math/fft/cufft.py index 082aefb010..4bc7806fc8 100644 --- a/src/silx/math/fft/cufft.py +++ b/src/silx/math/fft/cufft.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/fft.py b/src/silx/math/fft/fft.py index ac38e964bc..1fe693866e 100644 --- a/src/silx/math/fft/fft.py +++ b/src/silx/math/fft/fft.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/fftw.py b/src/silx/math/fft/fftw.py index 19c27b7d9a..c88e4f9705 100644 --- a/src/silx/math/fft/fftw.py +++ b/src/silx/math/fft/fftw.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/npfft.py b/src/silx/math/fft/npfft.py index e010cf5085..f13205410f 100644 --- a/src/silx/math/fft/npfft.py +++ b/src/silx/math/fft/npfft.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/fft/test/__init__.py b/src/silx/math/fft/test/__init__.py index ad9836c2fb..d076ee39e0 100644 --- a/src/silx/math/fft/test/__init__.py +++ b/src/silx/math/fft/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2019 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fft/test/test_fft.py b/src/silx/math/fft/test/test_fft.py index 6c6d72256f..86fb8ac9e9 100644 --- a/src/silx/math/fft/test/test_fft.py +++ b/src/silx/math/fft/test/test_fft.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/math/fit/__init__.py b/src/silx/math/fit/__init__.py index 29e6a9ec95..7dd6d32d40 100644 --- a/src/silx/math/fit/__init__.py +++ b/src/silx/math/fit/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/bgtheories.py b/src/silx/math/fit/bgtheories.py index 631c43eafa..d0f498782b 100644 --- a/src/silx/math/fit/bgtheories.py +++ b/src/silx/math/fit/bgtheories.py @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # # Copyright (c) 2004-2020 European Synchrotron Radiation Facility diff --git a/src/silx/math/fit/filters.pyx b/src/silx/math/fit/filters.pyx index da1f6f51b6..054d1292f5 100644 --- a/src/silx/math/fit/filters.pyx +++ b/src/silx/math/fit/filters.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/filters_wrapper.pxd b/src/silx/math/fit/filters_wrapper.pxd index e4f7c72834..e09de325f7 100644 --- a/src/silx/math/fit/filters_wrapper.pxd +++ b/src/silx/math/fit/filters_wrapper.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/fitmanager.py b/src/silx/math/fit/fitmanager.py index 226e047b5d..cbb1e34f7b 100644 --- a/src/silx/math/fit/fitmanager.py +++ b/src/silx/math/fit/fitmanager.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*######################################################################### # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/math/fit/fittheories.py b/src/silx/math/fit/fittheories.py index 5461416017..76f2478147 100644 --- a/src/silx/math/fit/fittheories.py +++ b/src/silx/math/fit/fittheories.py @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # # Copyright (c) 2004-2021 European Synchrotron Radiation Facility diff --git a/src/silx/math/fit/fittheory.py b/src/silx/math/fit/fittheory.py index fa42e6bf9a..ab3ae4376e 100644 --- a/src/silx/math/fit/fittheory.py +++ b/src/silx/math/fit/fittheory.py @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # # Copyright (c) 2004-2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/fit/functions.pyx b/src/silx/math/fit/functions.pyx index 1f785634a6..a69086ca72 100644 --- a/src/silx/math/fit/functions.pyx +++ b/src/silx/math/fit/functions.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2016-2020 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/functions_wrapper.pxd b/src/silx/math/fit/functions_wrapper.pxd index 780116c6b6..38de94ad4b 100644 --- a/src/silx/math/fit/functions_wrapper.pxd +++ b/src/silx/math/fit/functions_wrapper.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/leastsq.py b/src/silx/math/fit/leastsq.py index 3df1a350ec..e49977fbf7 100644 --- a/src/silx/math/fit/leastsq.py +++ b/src/silx/math/fit/leastsq.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2020 European Synchrotron Radiation Facility diff --git a/src/silx/math/fit/peaks.pyx b/src/silx/math/fit/peaks.pyx index a3d9be2c2e..cc705a510a 100644 --- a/src/silx/math/fit/peaks.pyx +++ b/src/silx/math/fit/peaks.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/peaks_wrapper.pxd b/src/silx/math/fit/peaks_wrapper.pxd index 4c77dc6f23..0ae1910726 100644 --- a/src/silx/math/fit/peaks_wrapper.pxd +++ b/src/silx/math/fit/peaks_wrapper.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 #/*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/__init__.py b/src/silx/math/fit/test/__init__.py index 745efe3096..bfc51f598f 100644 --- a/src/silx/math/fit/test/__init__.py +++ b/src/silx/math/fit/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/test_bgtheories.py b/src/silx/math/fit/test/test_bgtheories.py index 6620d3849e..40f0831adc 100644 --- a/src/silx/math/fit/test/test_bgtheories.py +++ b/src/silx/math/fit/test/test_bgtheories.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/test_filters.py b/src/silx/math/fit/test/test_filters.py index 8314bdce19..5b8b070b7e 100644 --- a/src/silx/math/fit/test/test_filters.py +++ b/src/silx/math/fit/test/test_filters.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/test_fit.py b/src/silx/math/fit/test/test_fit.py index 00f04e256f..39a04f9304 100644 --- a/src/silx/math/fit/test/test_fit.py +++ b/src/silx/math/fit/test/test_fit.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/test_fitmanager.py b/src/silx/math/fit/test/test_fitmanager.py index 4ab56a5f7f..cc35ccfb58 100644 --- a/src/silx/math/fit/test/test_fitmanager.py +++ b/src/silx/math/fit/test/test_fitmanager.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2020 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/test_functions.py b/src/silx/math/fit/test/test_functions.py index 7e3ff633db..71cce8b6cb 100644 --- a/src/silx/math/fit/test/test_functions.py +++ b/src/silx/math/fit/test/test_functions.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/fit/test/test_peaks.py b/src/silx/math/fit/test/test_peaks.py index 495c70d3d1..23e4061ad7 100644 --- a/src/silx/math/fit/test/test_peaks.py +++ b/src/silx/math/fit/test/test_peaks.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/histogram.py b/src/silx/math/histogram.py index af9ee68bfc..e00daa9c09 100644 --- a/src/silx/math/histogram.py +++ b/src/silx/math/histogram.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/histogramnd_c.pxd b/src/silx/math/histogramnd_c.pxd index e10afd1ad6..54a3daf075 100644 --- a/src/silx/math/histogramnd_c.pxd +++ b/src/silx/math/histogramnd_c.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/interpolate.pyx b/src/silx/math/interpolate.pyx index c79224a0f8..948cf9aca8 100644 --- a/src/silx/math/interpolate.pyx +++ b/src/silx/math/interpolate.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/marchingcubes.pyx b/src/silx/math/marchingcubes.pyx index 040969185f..78b76c47b7 100644 --- a/src/silx/math/marchingcubes.pyx +++ b/src/silx/math/marchingcubes.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/math_compatibility.pxd b/src/silx/math/math_compatibility.pxd index ddaa5502c7..98fd21d554 100644 --- a/src/silx/math/math_compatibility.pxd +++ b/src/silx/math/math_compatibility.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/mc.pxd b/src/silx/math/mc.pxd index b1c81e74b4..6270e213d5 100644 --- a/src/silx/math/mc.pxd +++ b/src/silx/math/mc.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2016 European Synchrotron Radiation Facility diff --git a/src/silx/math/medianfilter/__init__.py b/src/silx/math/medianfilter/__init__.py index 2b05f06144..5c199e3edc 100644 --- a/src/silx/math/medianfilter/__init__.py +++ b/src/silx/math/medianfilter/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/medianfilter/median_filter.pxd b/src/silx/math/medianfilter/median_filter.pxd index 2fc02833a7..b30238866c 100644 --- a/src/silx/math/medianfilter/median_filter.pxd +++ b/src/silx/math/medianfilter/median_filter.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/medianfilter/medianfilter.pyx b/src/silx/math/medianfilter/medianfilter.pyx index fe05a78483..f4b7c512db 100644 --- a/src/silx/math/medianfilter/medianfilter.pyx +++ b/src/silx/math/medianfilter/medianfilter.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/math/medianfilter/test/__init__.py b/src/silx/math/medianfilter/test/__init__.py index 71f8e95d3b..8bcf19a762 100644 --- a/src/silx/math/medianfilter/test/__init__.py +++ b/src/silx/math/medianfilter/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/medianfilter/test/benchmark.py b/src/silx/math/medianfilter/test/benchmark.py index 81e893e6d4..ebe4ac491a 100644 --- a/src/silx/math/medianfilter/test/benchmark.py +++ b/src/silx/math/medianfilter/test/benchmark.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2017-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/math/medianfilter/test/test_medianfilter.py b/src/silx/math/medianfilter/test/test_medianfilter.py index a4e302180e..15ee92e921 100644 --- a/src/silx/math/medianfilter/test/test_medianfilter.py +++ b/src/silx/math/medianfilter/test/test_medianfilter.py @@ -1,4 +1,3 @@ -# coding: utf-8 # ########################################################################## # Copyright (C) 2017-2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/__init__.py b/src/silx/math/test/__init__.py index ad9836c2fb..d076ee39e0 100644 --- a/src/silx/math/test/__init__.py +++ b/src/silx/math/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2019 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/benchmark_combo.py b/src/silx/math/test/benchmark_combo.py index 2a8fe41228..484bc93adf 100644 --- a/src/silx/math/test/benchmark_combo.py +++ b/src/silx/math/test/benchmark_combo.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/histo_benchmarks.py b/src/silx/math/test/histo_benchmarks.py index 7d3216d69f..6cc5507109 100644 --- a/src/silx/math/test/histo_benchmarks.py +++ b/src/silx/math/test/histo_benchmarks.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_HistogramndLut_nominal.py b/src/silx/math/test/test_HistogramndLut_nominal.py index 52e003c9af..907a592f23 100644 --- a/src/silx/math/test/test_HistogramndLut_nominal.py +++ b/src/silx/math/test/test_HistogramndLut_nominal.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2019 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_calibration.py b/src/silx/math/test/test_calibration.py index 059aeb3e5d..1c961beb61 100644 --- a/src/silx/math/test/test_calibration.py +++ b/src/silx/math/test/test_calibration.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2018 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_colormap.py b/src/silx/math/test/test_colormap.py index 089854147f..144ee5fbe6 100644 --- a/src/silx/math/test/test_colormap.py +++ b/src/silx/math/test/test_colormap.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2021 European Synchrotron Radiation Facility diff --git a/src/silx/math/test/test_combo.py b/src/silx/math/test/test_combo.py index 997106a746..eed0625a27 100644 --- a/src/silx/math/test/test_combo.py +++ b/src/silx/math/test/test_combo.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2020 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_histogramnd_error.py b/src/silx/math/test/test_histogramnd_error.py index 22304cb944..d01cab9cd9 100644 --- a/src/silx/math/test/test_histogramnd_error.py +++ b/src/silx/math/test/test_histogramnd_error.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_histogramnd_nominal.py b/src/silx/math/test/test_histogramnd_nominal.py index 031a772d58..9a8c3c3f4e 100644 --- a/src/silx/math/test/test_histogramnd_nominal.py +++ b/src/silx/math/test/test_histogramnd_nominal.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_histogramnd_vs_np.py b/src/silx/math/test/test_histogramnd_vs_np.py index 4a4fa54be6..d1fb8be4e7 100644 --- a/src/silx/math/test/test_histogramnd_vs_np.py +++ b/src/silx/math/test/test_histogramnd_vs_np.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/math/test/test_interpolate.py b/src/silx/math/test/test_interpolate.py index 146449dc2f..cff8bd90e3 100644 --- a/src/silx/math/test/test_interpolate.py +++ b/src/silx/math/test/test_interpolate.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/math/test/test_marchingcubes.py b/src/silx/math/test/test_marchingcubes.py index 7ea9e43f45..7c60414355 100644 --- a/src/silx/math/test/test_marchingcubes.py +++ b/src/silx/math/test/test_marchingcubes.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016 European Synchrotron Radiation Facility # diff --git a/src/silx/opencl/__init__.py b/src/silx/opencl/__init__.py index fbd1f8851d..466ffaf9d6 100644 --- a/src/silx/opencl/__init__.py +++ b/src/silx/opencl/__init__.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: S I L X project # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/backprojection.py b/src/silx/opencl/backprojection.py index 60d5535cb7..9f747c149f 100644 --- a/src/silx/opencl/backprojection.py +++ b/src/silx/opencl/backprojection.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/codec/byte_offset.py b/src/silx/opencl/codec/byte_offset.py index c0ca588a52..e497a73c94 100644 --- a/src/silx/opencl/codec/byte_offset.py +++ b/src/silx/opencl/codec/byte_offset.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/codec/test/__init__.py b/src/silx/opencl/codec/test/__init__.py index 325c2c7fbf..45065f85b1 100644 --- a/src/silx/opencl/codec/test/__init__.py +++ b/src/silx/opencl/codec/test/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/codec/test/test_byte_offset.py b/src/silx/opencl/codec/test/test_byte_offset.py index 4cc050de47..9ed53bc996 100644 --- a/src/silx/opencl/codec/test/test_byte_offset.py +++ b/src/silx/opencl/codec/test/test_byte_offset.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Byte-offset decompression in OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/common.py b/src/silx/opencl/common.py index 60849d6346..cf514066ca 100644 --- a/src/silx/opencl/common.py +++ b/src/silx/opencl/common.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: S I L X project # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/convolution.py b/src/silx/opencl/convolution.py index e65ad3af67..481e8fbc64 100644 --- a/src/silx/opencl/convolution.py +++ b/src/silx/opencl/convolution.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/image.py b/src/silx/opencl/image.py index 7a9dc4f06c..6a4a854cf8 100644 --- a/src/silx/opencl/image.py +++ b/src/silx/opencl/image.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/linalg.py b/src/silx/opencl/linalg.py index 57b8dd5de9..77d826bfee 100644 --- a/src/silx/opencl/linalg.py +++ b/src/silx/opencl/linalg.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/medfilt.py b/src/silx/opencl/medfilt.py index 0aa392100c..ae63eb2f0a 100644 --- a/src/silx/opencl/medfilt.py +++ b/src/silx/opencl/medfilt.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: Azimuthal integration # https://github.com/silx-kit/pyFAI diff --git a/src/silx/opencl/processing.py b/src/silx/opencl/processing.py index 8b81f7f769..a76809a6fe 100644 --- a/src/silx/opencl/processing.py +++ b/src/silx/opencl/processing.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: S I L X project # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/projection.py b/src/silx/opencl/projection.py index 388197ab99..a02e28bf68 100644 --- a/src/silx/opencl/projection.py +++ b/src/silx/opencl/projection.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/reconstruction.py b/src/silx/opencl/reconstruction.py index de6fe81acb..c85fd42de6 100644 --- a/src/silx/opencl/reconstruction.py +++ b/src/silx/opencl/reconstruction.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/sift/__init__.py b/src/silx/opencl/sift/__init__.py index 7087debb30..d9d8f26ed1 100644 --- a/src/silx/opencl/sift/__init__.py +++ b/src/silx/opencl/sift/__init__.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # # Project: Sift implementation in Python + OpenCL diff --git a/src/silx/opencl/sift/alignment.py b/src/silx/opencl/sift/alignment.py index 5b1eddae5f..4923e42dd0 100644 --- a/src/silx/opencl/sift/alignment.py +++ b/src/silx/opencl/sift/alignment.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/match.py b/src/silx/opencl/sift/match.py index 0ad70ccb88..4a6cccdf73 100644 --- a/src/silx/opencl/sift/match.py +++ b/src/silx/opencl/sift/match.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # # Project: Sift implementation in Python + OpenCL diff --git a/src/silx/opencl/sift/param.py b/src/silx/opencl/sift/param.py index 25e4f6da07..8b93262fb2 100644 --- a/src/silx/opencl/sift/param.py +++ b/src/silx/opencl/sift/param.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # # Project: Sift implementation in Python + OpenCL diff --git a/src/silx/opencl/sift/plan.py b/src/silx/opencl/sift/plan.py index be0ebc3b1a..f9923966b9 100644 --- a/src/silx/opencl/sift/plan.py +++ b/src/silx/opencl/sift/plan.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # # Project: Sift implementation in Python + OpenCL diff --git a/src/silx/opencl/sift/sift.py b/src/silx/opencl/sift/sift.py index fdf66725e6..e0e323e776 100644 --- a/src/silx/opencl/sift/sift.py +++ b/src/silx/opencl/sift/sift.py @@ -1,4 +1,3 @@ -# coding: utf-8 # # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/opencl/sift/test/__init__.py b/src/silx/opencl/sift/test/__init__.py index 325c2c7fbf..45065f85b1 100644 --- a/src/silx/opencl/sift/test/__init__.py +++ b/src/silx/opencl/sift/test/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_algebra.py b/src/silx/opencl/sift/test/test_algebra.py index 445298c06c..253375c14d 100644 --- a/src/silx/opencl/sift/test/test_algebra.py +++ b/src/silx/opencl/sift/test/test_algebra.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_align.py b/src/silx/opencl/sift/test/test_align.py index f2f0dd344d..6e3aab1561 100755 --- a/src/silx/opencl/sift/test/test_align.py +++ b/src/silx/opencl/sift/test/test_align.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_convol.py b/src/silx/opencl/sift/test/test_convol.py index 527304e931..aee9129d7f 100755 --- a/src/silx/opencl/sift/test/test_convol.py +++ b/src/silx/opencl/sift/test/test_convol.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_gaussian.py b/src/silx/opencl/sift/test/test_gaussian.py index b07f630f35..8328f77497 100644 --- a/src/silx/opencl/sift/test/test_gaussian.py +++ b/src/silx/opencl/sift/test/test_gaussian.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_image.py b/src/silx/opencl/sift/test/test_image.py index 38b6e41136..2e5cdcc2b1 100755 --- a/src/silx/opencl/sift/test/test_image.py +++ b/src/silx/opencl/sift/test/test_image.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_image_functions.py b/src/silx/opencl/sift/test/test_image_functions.py index 924edbdee7..532f136c28 100644 --- a/src/silx/opencl/sift/test/test_image_functions.py +++ b/src/silx/opencl/sift/test/test_image_functions.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_image_setup.py b/src/silx/opencl/sift/test/test_image_setup.py index a62de98a1d..42b8a8ef05 100644 --- a/src/silx/opencl/sift/test/test_image_setup.py +++ b/src/silx/opencl/sift/test/test_image_setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_keypoints.py b/src/silx/opencl/sift/test/test_keypoints.py index d9aebf36cb..184d96b6bf 100755 --- a/src/silx/opencl/sift/test/test_keypoints.py +++ b/src/silx/opencl/sift/test/test_keypoints.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_matching.py b/src/silx/opencl/sift/test/test_matching.py index 18f0b51a4e..fb76d9f21d 100755 --- a/src/silx/opencl/sift/test/test_matching.py +++ b/src/silx/opencl/sift/test/test_matching.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_preproc.py b/src/silx/opencl/sift/test/test_preproc.py index 15b63109aa..96d091b101 100755 --- a/src/silx/opencl/sift/test/test_preproc.py +++ b/src/silx/opencl/sift/test/test_preproc.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_reductions.py b/src/silx/opencl/sift/test/test_reductions.py index decf5aa8a4..d8aa2a5f46 100755 --- a/src/silx/opencl/sift/test/test_reductions.py +++ b/src/silx/opencl/sift/test/test_reductions.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/test/test_transform.py b/src/silx/opencl/sift/test/test_transform.py index 03375f4fec..9b64fc058c 100755 --- a/src/silx/opencl/sift/test/test_transform.py +++ b/src/silx/opencl/sift/test/test_transform.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sift/utils.py b/src/silx/opencl/sift/utils.py index 53ac83df3f..d95a4660c1 100644 --- a/src/silx/opencl/sift/utils.py +++ b/src/silx/opencl/sift/utils.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/sinofilter.py b/src/silx/opencl/sinofilter.py index 583a91058f..890267ed0c 100644 --- a/src/silx/opencl/sinofilter.py +++ b/src/silx/opencl/sinofilter.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/sparse.py b/src/silx/opencl/sparse.py index e849cb3858..709e3c7f9e 100644 --- a/src/silx/opencl/sparse.py +++ b/src/silx/opencl/sparse.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/statistics.py b/src/silx/opencl/statistics.py index a96ee33980..9197dd14d5 100644 --- a/src/silx/opencl/statistics.py +++ b/src/silx/opencl/statistics.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: SILX # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/__init__.py b/src/silx/opencl/test/__init__.py index 92cda4a763..b1ecf1b56e 100644 --- a/src/silx/opencl/test/__init__.py +++ b/src/silx/opencl/test/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Project: silx # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/test_addition.py b/src/silx/opencl/test/test_addition.py index 3b668bf9f8..d6cf1ac32b 100644 --- a/src/silx/opencl/test/test_addition.py +++ b/src/silx/opencl/test/test_addition.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/test_array_utils.py b/src/silx/opencl/test/test_array_utils.py index 5bcf211b94..125d323679 100644 --- a/src/silx/opencl/test/test_array_utils.py +++ b/src/silx/opencl/test/test_array_utils.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/test/test_backprojection.py b/src/silx/opencl/test/test_backprojection.py index 9f305b44bb..501cf2faaf 100644 --- a/src/silx/opencl/test/test_backprojection.py +++ b/src/silx/opencl/test/test_backprojection.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/test/test_convolution.py b/src/silx/opencl/test/test_convolution.py index 7d539841fb..e38a36ab8c 100644 --- a/src/silx/opencl/test/test_convolution.py +++ b/src/silx/opencl/test/test_convolution.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/test/test_doubleword.py b/src/silx/opencl/test/test_doubleword.py index a33cf5a9ff..8ab594d499 100644 --- a/src/silx/opencl/test/test_doubleword.py +++ b/src/silx/opencl/test/test_doubleword.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # # Project: The silx project # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/test_image.py b/src/silx/opencl/test/test_image.py index e471cebe65..4ea8960125 100644 --- a/src/silx/opencl/test/test_image.py +++ b/src/silx/opencl/test/test_image.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: image manipulation in OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/test_kahan.py b/src/silx/opencl/test/test_kahan.py index 9e4a1e3944..62ed0476bb 100644 --- a/src/silx/opencl/test/test_kahan.py +++ b/src/silx/opencl/test/test_kahan.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # # Project: OpenCL numerical library # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/test_linalg.py b/src/silx/opencl/test/test_linalg.py index 9764dc5b96..da99480d1c 100644 --- a/src/silx/opencl/test/test_linalg.py +++ b/src/silx/opencl/test/test_linalg.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/test/test_medfilt.py b/src/silx/opencl/test/test_medfilt.py index 71d3647630..e657d0d6fc 100644 --- a/src/silx/opencl/test/test_medfilt.py +++ b/src/silx/opencl/test/test_medfilt.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Median filter of images + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/test/test_projection.py b/src/silx/opencl/test/test_projection.py index cb95d24129..d093e4be7b 100644 --- a/src/silx/opencl/test/test_projection.py +++ b/src/silx/opencl/test/test_projection.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/test/test_sparse.py b/src/silx/opencl/test/test_sparse.py index 1d26b368a2..62a139958a 100644 --- a/src/silx/opencl/test/test_sparse.py +++ b/src/silx/opencl/test/test_sparse.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/opencl/test/test_stats.py b/src/silx/opencl/test/test_stats.py index 859271d1fa..f8ab1a702a 100644 --- a/src/silx/opencl/test/test_stats.py +++ b/src/silx/opencl/test/test_stats.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Project: Sift implementation in Python + OpenCL # https://github.com/silx-kit/silx diff --git a/src/silx/opencl/utils.py b/src/silx/opencl/utils.py index 9660d51299..cc9f62d074 100644 --- a/src/silx/opencl/utils.py +++ b/src/silx/opencl/utils.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # /*########################################################################## # Copyright (C) 2017 European Synchrotron Radiation Facility # diff --git a/src/silx/resources/__init__.py b/src/silx/resources/__init__.py index 5346f4893a..b53f15b292 100644 --- a/src/silx/resources/__init__.py +++ b/src/silx/resources/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/sx/__init__.py b/src/silx/sx/__init__.py index 7afc02b153..892298942a 100644 --- a/src/silx/sx/__init__.py +++ b/src/silx/sx/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2022 European Synchrotron Radiation Facility diff --git a/src/silx/sx/_plot.py b/src/silx/sx/_plot.py index b44c04201e..155adba32c 100644 --- a/src/silx/sx/_plot.py +++ b/src/silx/sx/_plot.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/sx/_plot3d.py b/src/silx/sx/_plot3d.py index 444d9e09f5..c6833ac00f 100644 --- a/src/silx/sx/_plot3d.py +++ b/src/silx/sx/_plot3d.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018-2019 European Synchrotron Radiation Facility diff --git a/src/silx/test/__init__.py b/src/silx/test/__init__.py index d3883a7673..31a892a708 100644 --- a/src/silx/test/__init__.py +++ b/src/silx/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2022 European Synchrotron Radiation Facility diff --git a/src/silx/test/test_resources.py b/src/silx/test/test_resources.py index 40302710d6..3344da0078 100644 --- a/src/silx/test/test_resources.py +++ b/src/silx/test/test_resources.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/test/test_sx.py b/src/silx/test/test_sx.py index 98362855e9..110796451b 100644 --- a/src/silx/test/test_sx.py +++ b/src/silx/test/test_sx.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/test/test_version.py b/src/silx/test/test_version.py index 80084f9622..c138d84587 100644 --- a/src/silx/test/test_version.py +++ b/src/silx/test/test_version.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2016 European Synchrotron Radiation Facility diff --git a/src/silx/test/utils.py b/src/silx/test/utils.py index 0c2d5bf4c9..5178e4b0b5 100644 --- a/src/silx/test/utils.py +++ b/src/silx/test/utils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/third_party/__init__.py b/src/silx/third_party/__init__.py index 156563c417..529ae3fb1f 100644 --- a/src/silx/third_party/__init__.py +++ b/src/silx/third_party/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2018 European Synchrotron Radiation Facility diff --git a/src/silx/third_party/_local/__init__.py b/src/silx/third_party/_local/__init__.py index 03973e5df0..5ea05a11bd 100644 --- a/src/silx/third_party/_local/__init__.py +++ b/src/silx/third_party/_local/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2015-2016 European Synchrotron Radiation Facility diff --git a/src/silx/third_party/_local/scipy_spatial/__init__.py b/src/silx/third_party/_local/scipy_spatial/__init__.py index c8fcd74447..7260a3fc61 100644 --- a/src/silx/third_party/_local/scipy_spatial/__init__.py +++ b/src/silx/third_party/_local/scipy_spatial/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/third_party/_local/scipy_spatial/setup.py b/src/silx/third_party/_local/scipy_spatial/setup.py index 28499bb86e..4c7912ee41 100644 --- a/src/silx/third_party/_local/scipy_spatial/setup.py +++ b/src/silx/third_party/_local/scipy_spatial/setup.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/third_party/scipy_spatial.py b/src/silx/third_party/scipy_spatial.py index 1e9f1c7b7b..13069b3273 100644 --- a/src/silx/third_party/scipy_spatial.py +++ b/src/silx/third_party/scipy_spatial.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2017 European Synchrotron Radiation Facility diff --git a/src/silx/utils/ExternalResources.py b/src/silx/utils/ExternalResources.py index 2c23c43326..429314e7eb 100644 --- a/src/silx/utils/ExternalResources.py +++ b/src/silx/utils/ExternalResources.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/__init__.py b/src/silx/utils/__init__.py index f803a5fae2..6505e84d88 100644 --- a/src/silx/utils/__init__.py +++ b/src/silx/utils/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2018 European Synchrotron Radiation Facility diff --git a/src/silx/utils/_have_openmp.pxd b/src/silx/utils/_have_openmp.pxd index 89a385ca8d..7302956db9 100644 --- a/src/silx/utils/_have_openmp.pxd +++ b/src/silx/utils/_have_openmp.pxd @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/utils/array_like.py b/src/silx/utils/array_like.py index 4da4f2d057..d9c7b7331b 100644 --- a/src/silx/utils/array_like.py +++ b/src/silx/utils/array_like.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/debug.py b/src/silx/utils/debug.py index 3d50fc95ac..ec361acb9f 100644 --- a/src/silx/utils/debug.py +++ b/src/silx/utils/debug.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/deprecation.py b/src/silx/utils/deprecation.py index 745879c7a1..81d7ed1f57 100644 --- a/src/silx/utils/deprecation.py +++ b/src/silx/utils/deprecation.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/utils/enum.py b/src/silx/utils/enum.py index d3fe9d785f..176d429cf4 100644 --- a/src/silx/utils/enum.py +++ b/src/silx/utils/enum.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/utils/exceptions.py b/src/silx/utils/exceptions.py index addba89cbd..d7e5533605 100644 --- a/src/silx/utils/exceptions.py +++ b/src/silx/utils/exceptions.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/utils/files.py b/src/silx/utils/files.py index 1982c0d572..ab8d417887 100644 --- a/src/silx/utils/files.py +++ b/src/silx/utils/files.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/utils/html.py b/src/silx/utils/html.py index 9b39b9523c..654c780588 100644 --- a/src/silx/utils/html.py +++ b/src/silx/utils/html.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/launcher.py b/src/silx/utils/launcher.py index c46256ab0a..20752b32cb 100644 --- a/src/silx/utils/launcher.py +++ b/src/silx/utils/launcher.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2017 European Synchrotron Radiation Facility diff --git a/src/silx/utils/number.py b/src/silx/utils/number.py index f852a39388..72106e726e 100755 --- a/src/silx/utils/number.py +++ b/src/silx/utils/number.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/src/silx/utils/property.py b/src/silx/utils/property.py index b2ae45416b..029f28e20d 100644 --- a/src/silx/utils/property.py +++ b/src/silx/utils/property.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/utils/proxy.py b/src/silx/utils/proxy.py index 30dc94815d..7801b4baff 100644 --- a/src/silx/utils/proxy.py +++ b/src/silx/utils/proxy.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/retry.py b/src/silx/utils/retry.py index adc43bca6c..b9f944cbef 100644 --- a/src/silx/utils/retry.py +++ b/src/silx/utils/retry.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/utils/test/__init__.py b/src/silx/utils/test/__init__.py index 14fd94018e..88135c38c6 100755 --- a/src/silx/utils/test/__init__.py +++ b/src/silx/utils/test/__init__.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_array_like.py b/src/silx/utils/test/test_array_like.py index a0b4b7b048..309b9ff26f 100644 --- a/src/silx/utils/test/test_array_like.py +++ b/src/silx/utils/test/test_array_like.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2017 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_debug.py b/src/silx/utils/test/test_debug.py index 09f4b013a2..6b7b5d6f92 100644 --- a/src/silx/utils/test/test_debug.py +++ b/src/silx/utils/test/test_debug.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_deprecation.py b/src/silx/utils/test/test_deprecation.py index d52cb26063..798221a84e 100644 --- a/src/silx/utils/test/test_deprecation.py +++ b/src/silx/utils/test/test_deprecation.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_enum.py b/src/silx/utils/test/test_enum.py index c256482554..df6b266204 100644 --- a/src/silx/utils/test/test_enum.py +++ b/src/silx/utils/test/test_enum.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2019 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_external_resources.py b/src/silx/utils/test/test_external_resources.py index bd672653c7..62794603ad 100644 --- a/src/silx/utils/test/test_external_resources.py +++ b/src/silx/utils/test/test_external_resources.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2022 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_launcher.py b/src/silx/utils/test/test_launcher.py index 9e9024c948..3261df5606 100644 --- a/src/silx/utils/test/test_launcher.py +++ b/src/silx/utils/test/test_launcher.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_launcher_command.py b/src/silx/utils/test/test_launcher_command.py index ccf4601c21..ff9f336ade 100644 --- a/src/silx/utils/test/test_launcher_command.py +++ b/src/silx/utils/test/test_launcher_command.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_number.py b/src/silx/utils/test/test_number.py index 3eb8e91a28..8c6d1a2e71 100644 --- a/src/silx/utils/test/test_number.py +++ b/src/silx/utils/test/test_number.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2021 European Synchrotron Radiation Facility # diff --git a/src/silx/utils/test/test_proxy.py b/src/silx/utils/test/test_proxy.py index e165267a78..7af4d1f052 100644 --- a/src/silx/utils/test/test_proxy.py +++ b/src/silx/utils/test/test_proxy.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_retry.py b/src/silx/utils/test/test_retry.py index 39bfdcfa6d..fc56d123e5 100644 --- a/src/silx/utils/test/test_retry.py +++ b/src/silx/utils/test/test_retry.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # Copyright (C) 2016-2017 European Synchrotron Radiation Facility # diff --git a/src/silx/utils/test/test_testutils.py b/src/silx/utils/test/test_testutils.py index 4f07c4e217..a0624b1645 100755 --- a/src/silx/utils/test/test_testutils.py +++ b/src/silx/utils/test/test_testutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/test/test_weakref.py b/src/silx/utils/test/test_weakref.py index 06f3adf71d..4e3bf211f8 100644 --- a/src/silx/utils/test/test_weakref.py +++ b/src/silx/utils/test/test_weakref.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2019 European Synchrotron Radiation Facility diff --git a/src/silx/utils/testutils.py b/src/silx/utils/testutils.py index 4177e337ec..b331829716 100755 --- a/src/silx/utils/testutils.py +++ b/src/silx/utils/testutils.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2021 European Synchrotron Radiation Facility diff --git a/src/silx/utils/weakref.py b/src/silx/utils/weakref.py index 77b077d7d5..62a9232c60 100644 --- a/src/silx/utils/weakref.py +++ b/src/silx/utils/weakref.py @@ -1,4 +1,3 @@ -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2018 European Synchrotron Radiation Facility diff --git a/tools/create_h5_sample.py b/tools/create_h5_sample.py index ea3df1bf60..dd555c49ad 100755 --- a/tools/create_h5_sample.py +++ b/tools/create_h5_sample.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016-2020 European Synchrotron Radiation Facility diff --git a/tools/update_icons_rst.py b/tools/update_icons_rst.py index a8a4d6fc01..cd8f79f852 100755 --- a/tools/update_icons_rst.py +++ b/tools/update_icons_rst.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# coding: utf-8 # /*########################################################################## # # Copyright (c) 2016 European Synchrotron Radiation Facility