pymodaq 4.2.4__py3-none-any.whl → 5.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pymodaq might be problematic. Click here for more details.
- pymodaq/__init__.py +30 -23
- pymodaq/control_modules/daq_move.py +27 -14
- pymodaq/control_modules/daq_move_ui.py +28 -12
- pymodaq/control_modules/daq_viewer.py +38 -28
- pymodaq/control_modules/daq_viewer_ui.py +6 -6
- pymodaq/control_modules/mocks.py +1 -1
- pymodaq/control_modules/move_utility_classes.py +19 -10
- pymodaq/control_modules/utils.py +18 -12
- pymodaq/control_modules/viewer_utility_classes.py +13 -4
- pymodaq/dashboard.py +164 -115
- pymodaq/examples/custom_app.py +13 -16
- pymodaq/examples/custom_viewer.py +6 -6
- pymodaq/examples/function_plotter.py +13 -12
- pymodaq/examples/parameter_ex.py +50 -25
- pymodaq/examples/tcp_client.py +1 -1
- pymodaq/extensions/__init__.py +1 -1
- pymodaq/extensions/bayesian/bayesian_optimisation.py +15 -12
- pymodaq/extensions/bayesian/utils.py +10 -10
- pymodaq/extensions/console.py +10 -13
- pymodaq/extensions/{daq_logger.py → daq_logger/daq_logger.py} +36 -56
- pymodaq/{utils/db/db_logger → extensions/daq_logger/db}/db_logger.py +16 -15
- pymodaq/{utils/db/db_logger → extensions/daq_logger/db}/db_logger_models.py +2 -0
- pymodaq/{utils/h5modules → extensions/daq_logger}/h5logging.py +7 -8
- pymodaq/extensions/daq_scan.py +153 -247
- pymodaq/extensions/daq_scan_ui.py +11 -9
- pymodaq/extensions/h5browser.py +8 -8
- pymodaq/extensions/pid/__init__.py +6 -3
- pymodaq/extensions/pid/daq_move_PID.py +4 -2
- pymodaq/extensions/pid/pid_controller.py +15 -12
- pymodaq/extensions/pid/utils.py +10 -5
- pymodaq/extensions/utils.py +5 -3
- pymodaq/post_treatment/load_and_plot.py +10 -7
- pymodaq/resources/preset_default.xml +1 -1
- pymodaq/utils/array_manipulation.py +4 -384
- pymodaq/utils/calibration_camera.py +12 -9
- pymodaq/utils/chrono_timer.py +7 -5
- pymodaq/utils/config.py +3 -450
- pymodaq/utils/daq_utils.py +6 -708
- pymodaq/utils/data.py +9 -2774
- pymodaq/utils/exceptions.py +0 -4
- pymodaq/utils/gui_utils/__init__.py +8 -8
- pymodaq/utils/gui_utils/loader_utils.py +38 -0
- pymodaq/utils/gui_utils/utils.py +6 -138
- pymodaq/utils/h5modules/__init__.py +0 -4
- pymodaq/utils/h5modules/module_saving.py +15 -8
- pymodaq/utils/leco/__init__.py +2 -2
- pymodaq/utils/leco/daq_move_LECODirector.py +2 -2
- pymodaq/utils/leco/daq_xDviewer_LECODirector.py +2 -2
- pymodaq/utils/leco/director_utils.py +2 -2
- pymodaq/utils/leco/leco_director.py +3 -3
- pymodaq/utils/leco/pymodaq_listener.py +2 -2
- pymodaq/utils/leco/utils.py +1 -1
- pymodaq/utils/logger.py +4 -76
- pymodaq/utils/managers/batchscan_manager.py +16 -19
- pymodaq/utils/managers/modules_manager.py +10 -7
- pymodaq/utils/managers/overshoot_manager.py +3 -5
- pymodaq/utils/managers/preset_manager.py +37 -15
- pymodaq/utils/managers/preset_manager_utils.py +11 -9
- pymodaq/utils/managers/remote_manager.py +12 -10
- pymodaq/utils/math_utils.py +4 -572
- pymodaq/utils/parameter/__init__.py +4 -11
- pymodaq/utils/parameter/utils.py +4 -299
- pymodaq/utils/scanner/scan_config.py +1 -1
- pymodaq/utils/scanner/scan_factory.py +16 -12
- pymodaq/utils/{plotting → scanner}/scan_selector.py +19 -20
- pymodaq/utils/scanner/scanner.py +10 -8
- pymodaq/utils/scanner/scanners/_1d_scanners.py +8 -5
- pymodaq/utils/scanner/scanners/_2d_scanners.py +5 -5
- pymodaq/utils/scanner/scanners/sequential.py +8 -8
- pymodaq/utils/scanner/scanners/tabular.py +9 -9
- pymodaq/utils/scanner/utils.py +6 -4
- pymodaq/utils/svg/svg_viewer2D.py +3 -4
- pymodaq/utils/tcp_ip/serializer.py +64 -16
- pymodaq/utils/tcp_ip/tcp_server_client.py +10 -8
- {pymodaq-4.2.4.dist-info → pymodaq-5.0.0.dist-info}/METADATA +5 -3
- pymodaq-5.0.0.dist-info/RECORD +123 -0
- pymodaq/post_treatment/process_to_scalar.py +0 -263
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/1d.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/2d.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/3d.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Add2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Add_Step.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Approve.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Approve_All.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Browse_Dir_Path.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Calculator.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ChnGroup.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ChnNum.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ChnText.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ChnTime.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ChnWave.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Close3.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/CollapseAll.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/CollapseAll_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ColorPicker.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Contract.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Create.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/DeleteLayer.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/EditOpen.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/EditRedo.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/EditUndo.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Ellipse.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/EllipseFilled.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Error.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ErrorMessage.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Error_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Exit.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Expand.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ExpandAll.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ExpandAll_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/FFT.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/HLM.ico +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Help.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Help_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Histogram.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/LUT_LookUpTable.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/MagnifyingGlass.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/MagnifyingGlass_24.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Marker.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Math.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/MeasurementStudio_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Move.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/MoveDown.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/MoveUp.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Multiply.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/NewFile.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/NewLayer.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/New_File.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/New_Folder.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Open.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Open_1D.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Open_2D.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Open_File.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Open_File_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Open_sim.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Options.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Oscilloscope.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Oscilloscope_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Pass.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/RGB.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Rectangle.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/RectangleFilled.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Redo.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Refresh.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Refresh2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Refresh_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Region.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Rendezvous.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/SELECT.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Save.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/SaveAll.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/SaveAll_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/SaveAs.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/SaveAs_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Save_24.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Save_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Search.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/SelectPolygon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Select_24.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Settings.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Snap&Save.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Snapshot.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Snapshot2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Snapshot2_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Snapshot2_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Spreadsheet.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Statistics.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Statistics2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Status.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Subtract.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Vision.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Volts.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Wait2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Zoom_1_1.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Zoom_in.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Zoom_out.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/Zoom_to_Selection.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/abort.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/advanced2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/autoscale.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/b_icon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/back.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/bg_icon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/camera.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/camera_snap.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/cartesian.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/clear2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/clear_ROI.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/close2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/cluster2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/color.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/color2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/continuous.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/data.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/delay.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/download.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/download2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/error2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ethernet.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/exit2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/fan.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/filter2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/g_icon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/gear2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/go_to.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/go_to_1.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/go_to_2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/grab.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/graph.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/greenLight2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/greenLight2_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/green_light.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/grey_icon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/greyscale.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/help1.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/help1_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/home2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/information2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/ini.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/integrator.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/joystick.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/light_green.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/light_green_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/light_red.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/light_red_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/light_yellow.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/light_yellow_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/limiter.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/load_ROI.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/meshPlot.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/meter.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/meter2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/meter_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/move_contour.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/move_straight_line.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/movie.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/multi_point.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/multiplexer.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/new.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/openArrow.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/openTree.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/oscilloscope2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/oscilloscope3.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/overlay.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/pass2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/pass2_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/pass_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/pause.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/permute.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/phase.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/play.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/polar.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/pole_zero.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/powerMeter.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/powerSwitch.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/powerSwitch_16.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/print2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/print2_32.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/properties.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/r_icon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/radiocontrolbutton.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/read2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/red_light.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/remove.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/reset.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/rgb_icon.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/robot.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/rotation2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/run2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/run_all.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/saturation.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/saveTree.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/save_ROI.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/scale_horizontally.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/scale_vertically.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/search2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/select2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/select_all.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/select_all2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/select_none.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/sequence.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/sequence2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/snap.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/sort_ascend.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/spectrumAnalyzer.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/start.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/status_cancelled.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/stop.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/stop2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/stop3.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/stop_all.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/sum.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/surfacePlot.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/tree.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/updateTree.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/utility2.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/utility_small.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/vector.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/verify.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/video.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/wait.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/waterfallPlot.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/watershed.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/yellow_light.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/zip_file.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/zoomAuto.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/Icon_Library/zoomReset.png +0 -0
- pymodaq/resources/QtDesigner_Ressources/QtDesigner_ressources.bat +0 -2
- pymodaq/resources/QtDesigner_Ressources/QtDesigner_ressources.qrc +0 -234
- pymodaq/resources/QtDesigner_Ressources/QtDesigner_ressources_rc.py +0 -127150
- pymodaq/resources/QtDesigner_Ressources/icons.svg +0 -142
- pymodaq/resources/VERSION +0 -1
- pymodaq/resources/config_template.toml +0 -94
- pymodaq/resources/triangulation_data.npy +0 -0
- pymodaq/utils/abstract/__init__.py +0 -48
- pymodaq/utils/db/__init__.py +0 -0
- pymodaq/utils/db/db_logger/__init__.py +0 -0
- pymodaq/utils/enums.py +0 -76
- pymodaq/utils/factory.py +0 -82
- pymodaq/utils/gui_utils/custom_app.py +0 -133
- pymodaq/utils/gui_utils/dock.py +0 -107
- pymodaq/utils/gui_utils/file_io.py +0 -93
- pymodaq/utils/gui_utils/layout.py +0 -34
- pymodaq/utils/gui_utils/list_picker.py +0 -38
- pymodaq/utils/gui_utils/widgets/__init__.py +0 -5
- pymodaq/utils/gui_utils/widgets/label.py +0 -24
- pymodaq/utils/gui_utils/widgets/lcd.py +0 -111
- pymodaq/utils/gui_utils/widgets/push.py +0 -149
- pymodaq/utils/gui_utils/widgets/qled.py +0 -62
- pymodaq/utils/gui_utils/widgets/spinbox.py +0 -24
- pymodaq/utils/gui_utils/widgets/table.py +0 -263
- pymodaq/utils/gui_utils/widgets/tree_layout.py +0 -188
- pymodaq/utils/gui_utils/widgets/tree_toml.py +0 -102
- pymodaq/utils/h5modules/backends.py +0 -1022
- pymodaq/utils/h5modules/browsing.py +0 -625
- pymodaq/utils/h5modules/data_saving.py +0 -1105
- pymodaq/utils/h5modules/exporter.py +0 -119
- pymodaq/utils/h5modules/exporters/__init__.py +0 -0
- pymodaq/utils/h5modules/exporters/base.py +0 -111
- pymodaq/utils/h5modules/exporters/flimj.py +0 -63
- pymodaq/utils/h5modules/exporters/hyperspy.py +0 -143
- pymodaq/utils/h5modules/saving.py +0 -866
- pymodaq/utils/h5modules/utils.py +0 -115
- pymodaq/utils/managers/action_manager.py +0 -489
- pymodaq/utils/managers/parameter_manager.py +0 -282
- pymodaq/utils/managers/roi_manager.py +0 -726
- pymodaq/utils/messenger.py +0 -66
- pymodaq/utils/parameter/ioxml.py +0 -542
- pymodaq/utils/parameter/pymodaq_ptypes/__init__.py +0 -38
- pymodaq/utils/parameter/pymodaq_ptypes/bool.py +0 -31
- pymodaq/utils/parameter/pymodaq_ptypes/date.py +0 -126
- pymodaq/utils/parameter/pymodaq_ptypes/filedir.py +0 -143
- pymodaq/utils/parameter/pymodaq_ptypes/itemselect.py +0 -265
- pymodaq/utils/parameter/pymodaq_ptypes/led.py +0 -44
- pymodaq/utils/parameter/pymodaq_ptypes/list.py +0 -150
- pymodaq/utils/parameter/pymodaq_ptypes/numeric.py +0 -18
- pymodaq/utils/parameter/pymodaq_ptypes/pixmap.py +0 -175
- pymodaq/utils/parameter/pymodaq_ptypes/slide.py +0 -145
- pymodaq/utils/parameter/pymodaq_ptypes/table.py +0 -135
- pymodaq/utils/parameter/pymodaq_ptypes/tableview.py +0 -149
- pymodaq/utils/parameter/pymodaq_ptypes/text.py +0 -142
- pymodaq/utils/plotting/__init__.py +0 -0
- pymodaq/utils/plotting/data_viewers/__init__.py +0 -10
- pymodaq/utils/plotting/data_viewers/base.py +0 -286
- pymodaq/utils/plotting/data_viewers/viewer.py +0 -274
- pymodaq/utils/plotting/data_viewers/viewer0D.py +0 -298
- pymodaq/utils/plotting/data_viewers/viewer1D.py +0 -826
- pymodaq/utils/plotting/data_viewers/viewer1Dbasic.py +0 -231
- pymodaq/utils/plotting/data_viewers/viewer2D.py +0 -1118
- pymodaq/utils/plotting/data_viewers/viewer2D_basic.py +0 -146
- pymodaq/utils/plotting/data_viewers/viewerND.py +0 -800
- pymodaq/utils/plotting/gant_chart.py +0 -123
- pymodaq/utils/plotting/image_viewer.py +0 -97
- pymodaq/utils/plotting/items/__init__.py +0 -0
- pymodaq/utils/plotting/items/axis_scaled.py +0 -93
- pymodaq/utils/plotting/items/crosshair.py +0 -94
- pymodaq/utils/plotting/items/image.py +0 -388
- pymodaq/utils/plotting/navigator.py +0 -353
- pymodaq/utils/plotting/plotter/plotter.py +0 -94
- pymodaq/utils/plotting/plotter/plotters/__init__.py +0 -0
- pymodaq/utils/plotting/plotter/plotters/matplotlib_plotters.py +0 -134
- pymodaq/utils/plotting/plotter/plotters/qt_plotters.py +0 -78
- pymodaq/utils/plotting/utils/__init__.py +0 -0
- pymodaq/utils/plotting/utils/axes_viewer.py +0 -88
- pymodaq/utils/plotting/utils/filter.py +0 -585
- pymodaq/utils/plotting/utils/lineout.py +0 -226
- pymodaq/utils/plotting/utils/plot_utils.py +0 -579
- pymodaq/utils/plotting/utils/signalND.py +0 -1347
- pymodaq/utils/plotting/widgets.py +0 -76
- pymodaq/utils/qvariant.py +0 -12
- pymodaq/utils/slicing.py +0 -63
- pymodaq/utils/units.py +0 -216
- pymodaq-4.2.4.dist-info/RECORD +0 -438
- /pymodaq/{post_treatment/daq_analysis → extensions/daq_logger}/__init__.py +0 -0
- /pymodaq/{utils/abstract/logger.py → extensions/daq_logger/abstract.py} +0 -0
- /pymodaq/{resources/QtDesigner_Ressources → extensions/daq_logger/db}/__init__.py +0 -0
- {pymodaq-4.2.4.dist-info → pymodaq-5.0.0.dist-info}/WHEEL +0 -0
- {pymodaq-4.2.4.dist-info → pymodaq-5.0.0.dist-info}/entry_points.txt +0 -0
- {pymodaq-4.2.4.dist-info → pymodaq-5.0.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import sys
|
|
2
|
-
from qtpy import QtWidgets
|
|
3
|
-
from qtpy.QtCore import QDateTime, Signal, QPointF, QObject
|
|
4
|
-
import numpy as np
|
|
5
|
-
import pyqtgraph as pg
|
|
6
|
-
from pymodaq.utils.plotting.widgets.image import ImageWidget
|
|
7
|
-
from pymodaq.utils.managers.roi_manager import ROIBrushable
|
|
8
|
-
|
|
9
|
-
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
10
|
-
|
|
11
|
-
pos = []
|
|
12
|
-
colors = []
|
|
13
|
-
for ticks in Gradients['thermal']['ticks']:
|
|
14
|
-
pos.append(ticks[0])
|
|
15
|
-
colors.append(ticks[1])
|
|
16
|
-
cmap = pg.ColorMap(pos, colors, Gradients['thermal']['mode'])
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def setTicksLabels(values):
|
|
20
|
-
strings = []
|
|
21
|
-
for v in values:
|
|
22
|
-
d = QDateTime()
|
|
23
|
-
d = d.fromSecsSinceEpoch(v * 30 * 60)
|
|
24
|
-
vstr = d.toString('HH:mm dd/MM/yy')
|
|
25
|
-
strings.append(vstr)
|
|
26
|
-
return strings
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
class AxisItemDate(pg.AxisItem):
|
|
30
|
-
|
|
31
|
-
def __init__(self, *args, **kwargs):
|
|
32
|
-
super().__init__(*args, **kwargs)
|
|
33
|
-
|
|
34
|
-
def tickStrings(self, values, scale, spacing):
|
|
35
|
-
if self.logMode:
|
|
36
|
-
return self.logTickStrings(values, scale, spacing)
|
|
37
|
-
|
|
38
|
-
places = max(0, np.ceil(-np.log10(spacing * scale)))
|
|
39
|
-
strings = setTicksLabels(values)
|
|
40
|
-
return strings
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
class GanttROI(ROIBrushable):
|
|
44
|
-
index_signal = Signal(int)
|
|
45
|
-
|
|
46
|
-
def __init__(self, task='No task', index=0, start=0, stop=1, brush=None, *args, **kwargs):
|
|
47
|
-
super().__init__(pos=[start, index], size=[stop - start, 1], brush=brush, pen=brush, snapSize=1, scaleSnap=True,
|
|
48
|
-
translateSnap=True, *args, **kwargs) # )
|
|
49
|
-
self.h1 = self.addScaleHandle([1, 0.5], [0, 0.5])
|
|
50
|
-
self.h2 = self.addScaleHandle([0, 0.5], [1, 0.5])
|
|
51
|
-
|
|
52
|
-
self.task = task
|
|
53
|
-
self.setToolTip(task)
|
|
54
|
-
self.index = index
|
|
55
|
-
self.sigRegionChangeFinished.connect(self.emit_index_signal)
|
|
56
|
-
self.sigRegionChangeFinished.connect(self.update_tooltip)
|
|
57
|
-
self.update_tooltip()
|
|
58
|
-
|
|
59
|
-
def update_tooltip(self):
|
|
60
|
-
self.h2.setToolTip(setTicksLabels([self.pos()[0]])[0])
|
|
61
|
-
self.h1.setToolTip(setTicksLabels([self.pos()[0] + self.size()[0]])[0])
|
|
62
|
-
|
|
63
|
-
def center(self):
|
|
64
|
-
return QPointF(self.pos().x() + self.size().x() / 2, self.pos().y() + self.size().y() / 2)
|
|
65
|
-
|
|
66
|
-
def emit_index_signal(self):
|
|
67
|
-
self.index_signal.emit(self.index)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
class GanttTask(QObject):
|
|
71
|
-
alpha = 255
|
|
72
|
-
|
|
73
|
-
def __init__(self, task_dict):
|
|
74
|
-
super().__init__()
|
|
75
|
-
|
|
76
|
-
self.task_dict = task_dict # taskdict=dict(name= ,idnumber= ,task_type=int(0 to 12), time_start=, time_end=)
|
|
77
|
-
qc = cmap.mapToQColor(task_dict['task_type'] / 12)
|
|
78
|
-
qc.setAlpha(self.alpha)
|
|
79
|
-
self.roi_item = GanttROI(task_dict['name'], task_dict['idnumber'], start=task_dict['time_start'],
|
|
80
|
-
stop=task_dict['time_end'], brush=qc)
|
|
81
|
-
self.roi_item.sigRegionChangeFinished.connect(self.show_hide_move_text())
|
|
82
|
-
self.roi_item.setZValue(-1000)
|
|
83
|
-
self.text_item = pg.TextItem(task_dict['name'])
|
|
84
|
-
self.text_item.setPos(task_dict['time_start'], task_dict['idnumber'])
|
|
85
|
-
self.roi_item.setZValue(-500)
|
|
86
|
-
|
|
87
|
-
def show_hide_move_text(self):
|
|
88
|
-
pass
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
class GanttChart(QObject):
|
|
92
|
-
def __init__(self):
|
|
93
|
-
super().__init__()
|
|
94
|
-
self.setupUI()
|
|
95
|
-
self.tasks = []
|
|
96
|
-
|
|
97
|
-
def setupUI(self):
|
|
98
|
-
axis = AxisItemDate(orientation='bottom')
|
|
99
|
-
axis_top = AxisItemDate(orientation='top')
|
|
100
|
-
|
|
101
|
-
self.widget = ImageWidget(axisItems=dict(bottom=axis, top=axis_top))
|
|
102
|
-
self.widget.plotitem.showAxis('top')
|
|
103
|
-
self.widget.plotitem.vb.setAspectLocked(lock=False)
|
|
104
|
-
self.widget.view.invertY(True)
|
|
105
|
-
self.widget.view.setLimits(yMin=0)
|
|
106
|
-
|
|
107
|
-
def add_task(self, task_dict):
|
|
108
|
-
self.tasks.append(GanttTask(task_dict))
|
|
109
|
-
self.widget.plotItem.addItem(self.tasks[-1].roi_item)
|
|
110
|
-
self.widget.plotItem.addItem(self.tasks[-1].text_item)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
# # create GUI
|
|
114
|
-
if __name__ == '__main__':
|
|
115
|
-
app = QtWidgets.QApplication(sys.argv)
|
|
116
|
-
gchart = GanttChart()
|
|
117
|
-
gchart.widget.show()
|
|
118
|
-
|
|
119
|
-
gchart.add_task(
|
|
120
|
-
dict(name='This is task 1, the best of all the tasks!yeeah baby', idnumber=1, task_type=1, time_start=5,
|
|
121
|
-
time_end=7))
|
|
122
|
-
|
|
123
|
-
sys.exit(app.exec_())
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
from qtpy import QtCore, QtGui, QtWidgets
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class Image_Viewer(QtWidgets.QGraphicsView):
|
|
5
|
-
def __init__(self, parent):
|
|
6
|
-
super(Image_Viewer, self).__init__(parent)
|
|
7
|
-
self._zoom = 0
|
|
8
|
-
self._scene = QtWidgets.QGraphicsScene(self)
|
|
9
|
-
self._image = QtWidgets.QGraphicsPixmapItem()
|
|
10
|
-
self._scene.addItem(self._image)
|
|
11
|
-
self.setScene(self._scene)
|
|
12
|
-
self.setTransformationAnchor(QtWidgets.QGraphicsView.AnchorUnderMouse)
|
|
13
|
-
self.setResizeAnchor(QtWidgets.QGraphicsView.AnchorUnderMouse)
|
|
14
|
-
|
|
15
|
-
self.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
|
|
16
|
-
self.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
|
|
17
|
-
self.setBackgroundBrush(QtGui.QBrush(QtGui.QColor(30, 30, 30)))
|
|
18
|
-
self.setFrameShape(QtWidgets.QFrame.NoFrame)
|
|
19
|
-
|
|
20
|
-
def fitInView(self):
|
|
21
|
-
rect = QtCore.QRectF(self._image.pixmap().rect())
|
|
22
|
-
if not rect.isNull():
|
|
23
|
-
unity = self.transform().mapRect(QtCore.QRectF(0, 0, 1, 1))
|
|
24
|
-
self.scale(1 / unity.width(), 1 / unity.height())
|
|
25
|
-
viewrect = self.viewport().rect()
|
|
26
|
-
scenerect = self.transform().mapRect(rect)
|
|
27
|
-
factor = min(viewrect.width() / scenerect.width(),
|
|
28
|
-
viewrect.height() / scenerect.height())
|
|
29
|
-
self.scale(factor, factor)
|
|
30
|
-
self.centerOn(rect.center())
|
|
31
|
-
self._zoom = 0
|
|
32
|
-
|
|
33
|
-
def setPhoto(self, pixmap=None):
|
|
34
|
-
self._zoom = 0
|
|
35
|
-
if pixmap and not pixmap.isNull():
|
|
36
|
-
self.setDragMode(QtWidgets.QGraphicsView.ScrollHandDrag)
|
|
37
|
-
self._image.setPixmap(pixmap)
|
|
38
|
-
# self.fitInView()
|
|
39
|
-
else:
|
|
40
|
-
self.setDragMode(QtWidgets.QGraphicsView.NoDrag)
|
|
41
|
-
self._image.setPixmap(QtGui.QPixmap())
|
|
42
|
-
|
|
43
|
-
def zoomFactor(self):
|
|
44
|
-
return self._zoom
|
|
45
|
-
|
|
46
|
-
def wheelEvent(self, event):
|
|
47
|
-
try:
|
|
48
|
-
if not self._image.pixmap().isNull():
|
|
49
|
-
# delta=QtCore.QPoint()
|
|
50
|
-
# delta.y
|
|
51
|
-
if event.angleDelta().y() > 0:
|
|
52
|
-
factor = 1.25
|
|
53
|
-
self._zoom += 1
|
|
54
|
-
else:
|
|
55
|
-
factor = 0.8
|
|
56
|
-
self._zoom -= 1
|
|
57
|
-
if self._zoom > 0:
|
|
58
|
-
self.scale(factor, factor)
|
|
59
|
-
elif self._zoom == 0:
|
|
60
|
-
self.fitInView()
|
|
61
|
-
else:
|
|
62
|
-
self._zoom = 0
|
|
63
|
-
except Exception as e:
|
|
64
|
-
pass
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
class Window(QtWidgets.QWidget):
|
|
68
|
-
def __init__(self):
|
|
69
|
-
super(Window, self).__init__()
|
|
70
|
-
self.viewer = Image_Viewer(self)
|
|
71
|
-
self.edit = QtWidgets.QLineEdit(self)
|
|
72
|
-
self.edit.setReadOnly(True)
|
|
73
|
-
self.button = QtWidgets.QToolButton(self)
|
|
74
|
-
self.button.setText('...')
|
|
75
|
-
self.button.clicked.connect(self.handleOpen)
|
|
76
|
-
layout = QtWidgets.QGridLayout(self)
|
|
77
|
-
layout.addWidget(self.viewer, 0, 0, 1, 2)
|
|
78
|
-
layout.addWidget(self.edit, 1, 0, 1, 1)
|
|
79
|
-
layout.addWidget(self.button, 1, 1, 1, 1)
|
|
80
|
-
|
|
81
|
-
def handleOpen(self):
|
|
82
|
-
path = QtWidgets.QFileDialog.getOpenFileName(
|
|
83
|
-
self, 'Choose Image', self.edit.text())
|
|
84
|
-
path = path[0]
|
|
85
|
-
if path:
|
|
86
|
-
self.edit.setText(path)
|
|
87
|
-
self.viewer.setPhoto(QtGui.QPixmap(path))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
if __name__ == '__main__':
|
|
91
|
-
import sys
|
|
92
|
-
|
|
93
|
-
app = QtWidgets.QApplication(sys.argv)
|
|
94
|
-
window = Window()
|
|
95
|
-
window.setGeometry(500, 300, 800, 600)
|
|
96
|
-
window.show()
|
|
97
|
-
sys.exit(app.exec_())
|
|
File without changes
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import pyqtgraph as pg
|
|
2
|
-
|
|
3
|
-
from pymodaq.utils.data import Axis
|
|
4
|
-
from pymodaq.utils import daq_utils as utils
|
|
5
|
-
|
|
6
|
-
AXIS_POSITIONS = ['top', 'bottom', 'right', 'left']
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
class AxisItem_Scaled(pg.AxisItem):
|
|
10
|
-
"""
|
|
11
|
-
Subclass of pg.AxisItem enabling scaling of the tick values with respect to the linked viewbox
|
|
12
|
-
"""
|
|
13
|
-
|
|
14
|
-
def __init__(self, *args, scaling=1, offset=0, **kwargs):
|
|
15
|
-
"""
|
|
16
|
-
============== ===============================================================
|
|
17
|
-
**Arguments:**
|
|
18
|
-
orientation one of 'left', 'right', 'top', or 'bottom'
|
|
19
|
-
scaling multiplicative coeff applied to the ticks
|
|
20
|
-
offset offset applied to the ticks after scaling
|
|
21
|
-
maxTickLength (px) maximum length of ticks to draw. Negative values draw
|
|
22
|
-
into the plot, positive values draw outward.
|
|
23
|
-
linkView (ViewBox) causes the range of values displayed in the axis
|
|
24
|
-
to be linked to the visible range of a ViewBox.
|
|
25
|
-
showValues (bool) Whether to display values adjacent to ticks
|
|
26
|
-
pen (QPen) Pen used when drawing ticks.
|
|
27
|
-
============== ===============================================================
|
|
28
|
-
"""
|
|
29
|
-
super().__init__(*args, **kwargs)
|
|
30
|
-
self._scaling = scaling
|
|
31
|
-
self._offset = offset
|
|
32
|
-
|
|
33
|
-
def axis_data(self, Npts):
|
|
34
|
-
return utils.linspace_step_N(self.axis_offset, self.axis_scaling, Npts)
|
|
35
|
-
|
|
36
|
-
def set_scaling_and_label(self, axis_info: Axis):
|
|
37
|
-
self.setLabel(axis_info.label, axis_info.units)
|
|
38
|
-
self.axis_offset = axis_info.offset
|
|
39
|
-
self.axis_scaling = axis_info.scaling
|
|
40
|
-
|
|
41
|
-
@property
|
|
42
|
-
def axis_label(self):
|
|
43
|
-
return self.labelText
|
|
44
|
-
|
|
45
|
-
@axis_label.setter
|
|
46
|
-
def axis_label(self, label: str):
|
|
47
|
-
self.setLabel(text=label, units=self.axis_units)
|
|
48
|
-
|
|
49
|
-
@property
|
|
50
|
-
def axis_units(self):
|
|
51
|
-
return self.labelUnits
|
|
52
|
-
|
|
53
|
-
@axis_units.setter
|
|
54
|
-
def axis_units(self, units: str):
|
|
55
|
-
self.setLabel(text=self.axis_label, units=units)
|
|
56
|
-
|
|
57
|
-
@property
|
|
58
|
-
def axis_scaling(self):
|
|
59
|
-
return self._scaling
|
|
60
|
-
|
|
61
|
-
@axis_scaling.setter
|
|
62
|
-
def axis_scaling(self, scaling_factor=1):
|
|
63
|
-
self._scaling = scaling_factor
|
|
64
|
-
self.linkedViewChanged()
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
def axis_offset(self):
|
|
68
|
-
return self._offset
|
|
69
|
-
|
|
70
|
-
@axis_offset.setter
|
|
71
|
-
def axis_offset(self, offset=0):
|
|
72
|
-
self._offset = offset
|
|
73
|
-
self.linkedViewChanged()
|
|
74
|
-
|
|
75
|
-
def linkedViewChanged(self, view=None, newRange=None):
|
|
76
|
-
if view is None:
|
|
77
|
-
if self.linkedView() is not None:
|
|
78
|
-
view = self.linkedView()
|
|
79
|
-
else:
|
|
80
|
-
return
|
|
81
|
-
|
|
82
|
-
if self.orientation in ['right', 'left']:
|
|
83
|
-
if newRange is None:
|
|
84
|
-
newRange = [pos * self._scaling + self._offset for pos in view.viewRange()[1]]
|
|
85
|
-
else:
|
|
86
|
-
newRange = [pos * self._scaling + self._offset for pos in newRange]
|
|
87
|
-
else:
|
|
88
|
-
if newRange is None:
|
|
89
|
-
newRange = [pos * self._scaling + self._offset for pos in view.viewRange()[0]]
|
|
90
|
-
else:
|
|
91
|
-
newRange = [pos * self._scaling + self._offset for pos in newRange]
|
|
92
|
-
|
|
93
|
-
super().linkedViewChanged(view, newRange=newRange)
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import os
|
|
2
|
-
import numpy as np
|
|
3
|
-
from qtpy import QtCore, QtGui
|
|
4
|
-
from qtpy.QtCore import Signal
|
|
5
|
-
import pyqtgraph as pg
|
|
6
|
-
import numpy as np
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
class Crosshair(pg.GraphicsObject):
|
|
10
|
-
crosshair_dragged = Signal(float, float, name='crosshair_dragged')
|
|
11
|
-
# signal used to pass crosshair position to other methods
|
|
12
|
-
|
|
13
|
-
def __init__(self, plotitem, orientation='both', pen=None):
|
|
14
|
-
super().__init__()
|
|
15
|
-
|
|
16
|
-
if hasattr(plotitem, 'plotitem'):
|
|
17
|
-
# in case one pass a plot or image widget
|
|
18
|
-
self.plotitem = plotitem.plotitem
|
|
19
|
-
else:
|
|
20
|
-
self.plotitem = plotitem
|
|
21
|
-
|
|
22
|
-
# self.crosshair_dragged[float,float].connect(self.print_pos) #exemple on how to use the crosshair_dragged signal
|
|
23
|
-
if orientation == 'both':
|
|
24
|
-
self.vline_visible = True
|
|
25
|
-
self.hline_visible = True
|
|
26
|
-
elif orientation == 'vertical':
|
|
27
|
-
self.vline_visible = True
|
|
28
|
-
self.hline_visible = False
|
|
29
|
-
else:
|
|
30
|
-
self.vline_visible = False
|
|
31
|
-
self.hline_visible = True
|
|
32
|
-
|
|
33
|
-
self.vLine = pg.InfiniteLine(angle=90, movable=True, pen=pen)
|
|
34
|
-
self.hLine = pg.InfiniteLine(angle=0, movable=True, pen=pen)
|
|
35
|
-
|
|
36
|
-
self.plotitem.addItem(self.vLine, ignoreBounds=True)
|
|
37
|
-
self.plotitem.addItem(self.hLine, ignoreBounds=True)
|
|
38
|
-
|
|
39
|
-
self.vLine.sigDragged.connect(self.update_hline)
|
|
40
|
-
self.hLine.sigDragged.connect(self.update_vline)
|
|
41
|
-
|
|
42
|
-
def show_hide_crosshair(self):
|
|
43
|
-
if self.vline_visible:
|
|
44
|
-
self.vLine.show()
|
|
45
|
-
else:
|
|
46
|
-
self.vLine.hide()
|
|
47
|
-
if self.hline_visible:
|
|
48
|
-
self.hLine.show()
|
|
49
|
-
else:
|
|
50
|
-
self.hLine.hide()
|
|
51
|
-
|
|
52
|
-
def set_crosshair_position(self, xpos=0, ypos=0):
|
|
53
|
-
self.vLine.setValue(xpos)
|
|
54
|
-
self.hLine.setValue(ypos)
|
|
55
|
-
self.crosshair_dragged.emit(xpos, ypos)
|
|
56
|
-
|
|
57
|
-
def update_hline(self):
|
|
58
|
-
self.hLine.sigDragged.disconnect(self.update_vline)
|
|
59
|
-
p = self.vLine.getYPos() - self.vLine.cursorOffset[1]
|
|
60
|
-
self.hLine.setPos(p)
|
|
61
|
-
self.hLine.sigDragged.connect(self.update_vline)
|
|
62
|
-
self.crosshair_dragged.emit(self.vLine.getXPos(), self.hLine.getYPos())
|
|
63
|
-
|
|
64
|
-
def get_positions(self):
|
|
65
|
-
return (self.vLine.getXPos(), self.hLine.getYPos())
|
|
66
|
-
|
|
67
|
-
def update_vline(self):
|
|
68
|
-
self.vLine.sigDragged.disconnect(self.update_hline)
|
|
69
|
-
p = self.hLine.getXPos() - self.hLine.cursorOffset[0]
|
|
70
|
-
self.vLine.setPos(p)
|
|
71
|
-
self.vLine.sigDragged.connect(self.update_hline)
|
|
72
|
-
self.crosshair_dragged.emit(self.vLine.getXPos(), self.hLine.getYPos())
|
|
73
|
-
|
|
74
|
-
def hide(self):
|
|
75
|
-
self.vLine.hide()
|
|
76
|
-
self.hLine.hide()
|
|
77
|
-
|
|
78
|
-
def show(self):
|
|
79
|
-
self.show_hide_crosshair()
|
|
80
|
-
|
|
81
|
-
def value(self):
|
|
82
|
-
"""
|
|
83
|
-
value returns a tuple containing (x,y) positions of the crosshair
|
|
84
|
-
"""
|
|
85
|
-
return (self.vLine.value(), self.hLine.value())
|
|
86
|
-
|
|
87
|
-
def setVisible(self, state):
|
|
88
|
-
self.hLine.setVisible(state)
|
|
89
|
-
self.vLine.setVisible(state)
|
|
90
|
-
if state:
|
|
91
|
-
self.show_hide_crosshair()
|
|
92
|
-
|
|
93
|
-
def isVisible(self):
|
|
94
|
-
return self.hLine.isVisible()
|