tomwer 1.5.0rc0__py3-none-any.whl → 1.5.1__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.
Files changed (69) hide show
  1. orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +1 -1
  2. orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +1 -1
  3. tomwer/app/axis.py +1 -1
  4. tomwer/core/process/control/datalistener/rpcserver.py +2 -8
  5. tomwer/core/process/drac/binning.py +2 -2
  6. tomwer/core/process/drac/output.py +1 -1
  7. tomwer/core/process/reconstruction/axis/mode.py +2 -2
  8. tomwer/core/process/reconstruction/axis/params.py +4 -4
  9. tomwer/core/process/reconstruction/axis/projectiontype.py +1 -1
  10. tomwer/core/process/reconstruction/axis/side.py +1 -1
  11. tomwer/core/process/reconstruction/darkref/params.py +1 -2
  12. tomwer/core/process/reconstruction/nabu/nabucommon.py +2 -2
  13. tomwer/core/process/reconstruction/nabu/nabuslices.py +18 -5
  14. tomwer/core/process/reconstruction/nabu/target.py +1 -1
  15. tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +9 -0
  16. tomwer/core/process/reconstruction/nabu/utils.py +3 -0
  17. tomwer/core/process/reconstruction/normalization/normalization.py +1 -1
  18. tomwer/core/process/reconstruction/normalization/params.py +3 -3
  19. tomwer/core/process/reconstruction/saaxis/params.py +3 -3
  20. tomwer/core/process/reconstruction/saaxis/saaxis.py +5 -1
  21. tomwer/core/process/reconstruction/scores/params.py +2 -2
  22. tomwer/core/process/reconstruction/scores/scores.py +3 -3
  23. tomwer/core/process/reconstruction/tests/test_saaxis.py +56 -66
  24. tomwer/core/process/tests/test_normalization.py +2 -1
  25. tomwer/core/scan/scanbase.py +1 -1
  26. tomwer/core/scan/scantype.py +1 -1
  27. tomwer/core/settings.py +1 -1
  28. tomwer/gui/cluster/slurm.py +3 -3
  29. tomwer/gui/configuration/level.py +1 -1
  30. tomwer/gui/control/actions.py +1 -1
  31. tomwer/gui/control/datalist.py +1 -1
  32. tomwer/gui/control/series/seriescreator.py +5 -5
  33. tomwer/gui/control/tomoobjdisplaymode.py +1 -1
  34. tomwer/gui/dataportal/gallery.py +6 -6
  35. tomwer/gui/edit/tests/test_nx_editor.py +1 -1
  36. tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +2 -2
  37. tomwer/gui/reconstruction/axis/InputWidget.py +3 -3
  38. tomwer/gui/reconstruction/nabu/nabuconfig/base.py +1 -3
  39. tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +6 -6
  40. tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +3 -3
  41. tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +3 -3
  42. tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +7 -3
  43. tomwer/gui/reconstruction/nabu/slices.py +6 -6
  44. tomwer/gui/reconstruction/nabu/volume.py +1 -1
  45. tomwer/gui/reconstruction/normalization/intensity.py +6 -10
  46. tomwer/gui/reconstruction/saaxis/corrangeselector.py +2 -2
  47. tomwer/gui/reconstruction/sacommon.py +2 -2
  48. tomwer/gui/reconstruction/scores/scoreplot.py +3 -3
  49. tomwer/gui/reconstruction/tests/test_nabu.py +2 -2
  50. tomwer/gui/stitching/config/positionoveraxis.py +1 -1
  51. tomwer/gui/utils/buttons.py +1 -1
  52. tomwer/gui/utils/flow.py +1 -1
  53. tomwer/gui/utils/loadingmode.py +1 -1
  54. tomwer/gui/utils/vignettes.py +1 -1
  55. tomwer/gui/visualization/dataviewer.py +7 -7
  56. tomwer/gui/visualization/reconstructionparameters.py +35 -23
  57. tomwer/gui/visualization/scanoverview.py +28 -11
  58. tomwer/gui/visualization/test/test_reconstruction_parameters.py +2 -2
  59. tomwer/resources/gui/icons/borders.png +0 -0
  60. tomwer/synctools/stacks/processingstack.py +19 -3
  61. tomwer/synctools/stacks/reconstruction/nabu.py +5 -0
  62. tomwer/synctools/utils/scanstages.py +3 -3
  63. tomwer/version.py +2 -2
  64. {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/METADATA +1 -1
  65. {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/RECORD +69 -68
  66. {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/WHEEL +0 -0
  67. {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/entry_points.txt +0 -0
  68. {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/licenses/LICENSE +0 -0
  69. {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/top_level.txt +0 -0