cubevis 0.5.19__py3-none-any.whl → 0.5.21__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 cubevis might be problematic. Click here for more details.

@@ -56,7 +56,7 @@ def _iclean_t( *args, **kwargs ):
56
56
 
57
57
 
58
58
  class _iclean:
59
- """
59
+ r"""
60
60
  tclean ---- Radio Interferometric Image Reconstruction
61
61
 
62
62
  Form images from visibilities and reconstruct a sky model.
@@ -43,7 +43,7 @@ def _iclean_t( *args, **kwargs ):
43
43
  return ic( )
44
44
 
45
45
  class _iclean:
46
- """
46
+ r"""
47
47
  tclean ---- Radio Interferometric Image Reconstruction
48
48
 
49
49
  Form images from visibilities and reconstruct a sky model.
@@ -30,3 +30,4 @@
30
30
  from ._cube import CubeMask
31
31
  from ._app_context import AppContext
32
32
  from ._region_list import RegionList
33
+ from ._interactive_clean_ui import InteractiveCleanUI