viscube 0.4.2__tar.gz → 0.4.6__tar.gz

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 (46) hide show
  1. {viscube-0.4.2/viscube.egg-info → viscube-0.4.6}/PKG-INFO +1 -1
  2. {viscube-0.4.2 → viscube-0.4.6}/docs/source/extracting_ms_to_py.md +1 -1
  3. viscube-0.4.6/docs/source/notebooks/combining_low_high_res_casa.ipynb +1449 -0
  4. viscube-0.4.6/docs/source/notebooks/example_basic.ipynb +622 -0
  5. {viscube-0.4.2 → viscube-0.4.6}/docs/source/statistics.md +2 -1
  6. {viscube-0.4.2 → viscube-0.4.6}/readthedocs.yaml +1 -1
  7. {viscube-0.4.2 → viscube-0.4.6}/viscube/__meta__.py +1 -1
  8. {viscube-0.4.2 → viscube-0.4.6/viscube.egg-info}/PKG-INFO +1 -1
  9. viscube-0.4.6/viscube.egg-info/scm_version.json +8 -0
  10. viscube-0.4.2/docs/source/notebooks/combining_low_high_res_casa.ipynb +0 -1623
  11. viscube-0.4.2/docs/source/notebooks/example_basic.ipynb +0 -365
  12. viscube-0.4.2/viscube.egg-info/scm_version.json +0 -8
  13. {viscube-0.4.2 → viscube-0.4.6}/.github/workflows/PyPI.yaml +0 -0
  14. {viscube-0.4.2 → viscube-0.4.6}/.gitignore +0 -0
  15. {viscube-0.4.2 → viscube-0.4.6}/LICENSE +0 -0
  16. {viscube-0.4.2 → viscube-0.4.6}/README.md +0 -0
  17. {viscube-0.4.2 → viscube-0.4.6}/Viscube_logo.svg +0 -0
  18. {viscube-0.4.2 → viscube-0.4.6}/docs/Makefile +0 -0
  19. {viscube-0.4.2 → viscube-0.4.6}/docs/requirements.txt +0 -0
  20. {viscube-0.4.2 → viscube-0.4.6}/docs/source/_config.yml +0 -0
  21. {viscube-0.4.2 → viscube-0.4.6}/docs/source/_toc.yml +0 -0
  22. {viscube-0.4.2 → viscube-0.4.6}/docs/source/api.rst +0 -0
  23. {viscube-0.4.2 → viscube-0.4.6}/docs/source/install.md +0 -0
  24. {viscube-0.4.2 → viscube-0.4.6}/docs/source/intro.md +0 -0
  25. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/casa_io_basic.ipynb +0 -0
  26. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/casa_io_basic_old.ipynb +0 -0
  27. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/casa_io_casacore_table.ipynb +0 -0
  28. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/casa_io_large_ms.ipynb +0 -0
  29. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/casa_io_large_ms_bychan.ipynb +0 -0
  30. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/example_basic_old.ipynb +0 -0
  31. {viscube-0.4.2 → viscube-0.4.6}/docs/source/notebooks/xradio_uvw_continuum.ipynb +0 -0
  32. {viscube-0.4.2 → viscube-0.4.6}/pyproject.toml +0 -0
  33. {viscube-0.4.2 → viscube-0.4.6}/requirements.txt +0 -0
  34. {viscube-0.4.2 → viscube-0.4.6}/setup.cfg +0 -0
  35. {viscube-0.4.2 → viscube-0.4.6}/setup.py +0 -0
  36. {viscube-0.4.2 → viscube-0.4.6}/viscube/__init__.py +0 -0
  37. {viscube-0.4.2 → viscube-0.4.6}/viscube/deapodization.py +0 -0
  38. {viscube-0.4.2 → viscube-0.4.6}/viscube/grid_cube.py +0 -0
  39. {viscube-0.4.2 → viscube-0.4.6}/viscube/gridder.py +0 -0
  40. {viscube-0.4.2 → viscube-0.4.6}/viscube/sigma_per_baseline.py +0 -0
  41. {viscube-0.4.2 → viscube-0.4.6}/viscube/windows.py +0 -0
  42. {viscube-0.4.2 → viscube-0.4.6}/viscube.egg-info/SOURCES.txt +0 -0
  43. {viscube-0.4.2 → viscube-0.4.6}/viscube.egg-info/dependency_links.txt +0 -0
  44. {viscube-0.4.2 → viscube-0.4.6}/viscube.egg-info/requires.txt +0 -0
  45. {viscube-0.4.2 → viscube-0.4.6}/viscube.egg-info/scm_file_list.json +0 -0
  46. {viscube-0.4.2 → viscube-0.4.6}/viscube.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: viscube
3
- Version: 0.4.2
3
+ Version: 0.4.6
4
4
  Summary: Visibility-space gridder for image cubes
5
5
  Home-page:
6
6
  Author: Michael James Yantovski Barth
@@ -8,7 +8,7 @@ One of the critical preprocessing steps one must take in order to use VisCube is
8
8
 
9
9
  Of these, option 1 is the least flexible, so I do not include instructions on how to do it.
10
10
 
11
- For option 2, see the [intro tutorial on extracting data with CASA](https://viscube.readthedocs.io/en/latest/notebooks/casa_io_basic.html), the [lower-level CASA interface tutorial](https://viscube.readthedocs.io/en/latest/notebooks/casa_io_casacore_table.html) as well as the [tutorial on combining multiple observations with CASA](https://viscube.readthedocs.io/en/latest/notebooks/combining_low_high_res_casa.html). If you run out of memory in the process, you can pay a visit to [this notebook](https://viscube.readthedocs.io/en/latest/notebooks/casa_io_large_ms_bychan.html).
11
+ For option 2, see the [intro tutorial on extracting data with CASA](https://viscube.readthedocs.io/en/latest/notebooks/casa_io_basic.html), the [lower-level CASA interface tutorial](https://viscube.readthedocs.io/en/latest/notebooks/casa_io_casacore_table.html) as well as the [tutorial on combining multiple observations with CASA](https://viscube.readthedocs.io/en/latest/notebooks/combining_low_high_res_casa.html) (which continues past extraction, all the way through gridding and half-plane storage of the combined dataset). If you run out of memory in the process, you can pay a visit to [this notebook](https://viscube.readthedocs.io/en/latest/notebooks/casa_io_large_ms_bychan.html).
12
12
 
13
13
  For an example of option 3, see the [intro tutorial on XRADIO with VisCube](https://viscube.readthedocs.io/en/latest/notebooks/xradio_uvw_continuum.html). Between option 2 and option 3, you should be able to find a reliable solution for your specific data.
14
14