cubevis 0.5.7__py3-none-any.whl → 0.5.11__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.
cubevis/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.5.7'
1
+ __version__ = '0.5.11'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cubevis
3
- Version: 0.5.7
3
+ Version: 0.5.11
4
4
  Summary: visualization toolkit and apps for casa
5
5
  License: LGPL
6
6
  Author-email: Darrell Schiebel <darrell@schiebel.us>,Pam Harris <pharris@nrao.edu>
@@ -11,6 +11,9 @@ Requires-Dist: certifi
11
11
  Requires-Dist: matplotlib
12
12
  Requires-Dist: regions>=0.6
13
13
  Requires-Dist: websockets>=10.3
14
+ Project-URL: Bug Tracker, https://github.com/casangi/cubevis/issues
15
+ Project-URL: Homepage, https://github.com/casangi/cubevis?tab=readme-ov-file#cubevis---visualization-tools-for-casa-images
16
+ Project-URL: Source, https://github.com/casangi/cubevis
14
17
  Description-Content-Type: text/x-rst
15
18
 
16
19
  cubevis - visualization tools for CASA images
@@ -42,10 +45,27 @@ perform the image reconstruction are
42
45
  Usage
43
46
  ^^^^^
44
47
 
45
- This example provide a summary of how to use interactive clean from Python
48
+ This example provide a summary of how to use interactive clean from Python:
49
+
50
+ .. code-block:: python
51
+
52
+ from cubevis import iclean
53
+
54
+ iclean( vis='refim_twopoints_twochan.ms', imagename='test',
55
+ imsize=100, cell='8.0arcsec',
56
+ phasecenter="J2000 19:59:28.500 +40.44.01.50",
57
+ outlierfile='test_outlier.txt',
58
+ niter=50, cycleniter=10, deconvolver='hogbom',
59
+ specmode='mfs', spw='0:0' )
46
60
 
47
61
 
48
62
  For this sample, the test measurement set is
49
63
  `available <https://casa.nrao.edu/download/devel/casavis/data/refim_twopoints_twochan-ms.tar.gz>`_,
50
- while the `outlierfile` would look something like
64
+ while the `outlierfile` would look something like::
65
+
66
+ imagename=try_multifield_1
67
+ imsize=[80,80]
68
+ cell=[8.0arcsec,8.0arcsec]
69
+ phasecenter=J2000 19:58:41.095 +40.56.01.043
70
+
51
71
 
@@ -126,8 +126,8 @@ cubevis/utils/_pkgs.py,sha256=mu2CCzndmJZYP81UkFhxveW_CisWLUvagJVolHOEVgM,2294
126
126
  cubevis/utils/_regions.py,sha256=TdAg4ZUUyhg3nFmX9_KLboqmc0LkyOdEW8M1WDR5Udk,1669
127
127
  cubevis/utils/_static.py,sha256=rN-sqXNqQ5R2M3wmPHU1GPP5OTyyWQlUPRuimCrht-g,2347
128
128
  cubevis/utils/_tiles.py,sha256=A9W1X61VOhBMTOKXVajzOIoiV2FBdO5N2SFB9SUpDOo,7336
129
- cubevis/__version__.py,sha256=jR3u8xyb9ug4uh2IHlgd9VqSEn4enmk3_KpGlQQjNtM,21
130
- cubevis-0.5.7.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
131
- cubevis-0.5.7.dist-info/METADATA,sha256=HkC8-O19DulrfDARIluuxyEg53cP7E3-JcLUtmIgETI,1896
132
- cubevis-0.5.7.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
133
- cubevis-0.5.7.dist-info/RECORD,,
129
+ cubevis/__version__.py,sha256=IB1CJxlYThFf3KnjTGeCxoPXiCTJ_Y8r_YEqVfavyqQ,22
130
+ cubevis-0.5.11.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
131
+ cubevis-0.5.11.dist-info/METADATA,sha256=aJ3zH7H6h5nmNT9NndGFo8vlt0nbxq9mbW0oa_Ikkck,2629
132
+ cubevis-0.5.11.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
133
+ cubevis-0.5.11.dist-info/RECORD,,