-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Scripts fetches and converts ALMA config files into OSKAR files 📟 * Latest configs for ALMA cycles 9, 10, 11 🚑 * Resolved type conflict (was complained about by mypy) 😕 * Updated documentation as suggested in comments to PR #634 ♍ * Adding link to Karabo workshop on Renkulab 📃 * Section 'Show telescope config' belongs to basic examples * Revert "Section 'Show telescope config' belongs to basic examples ". The changes were made in the wrong file. This reverts commit 50e885f. * Moved section up because it's of general interest and not only SRC related. 🍕 * Fixed more formatting issues 📁 * Added module descriptions 👶 * Fixed formatting issues 👅 * Rewritten docu for imaging module 🚻 * Added a link in README and documentation to the Karabo Workshop on Renkulab ⚡ * Added note to limited server resources on Renkulab. * Added 'napoleon' extension. This renders Google docstyle properly. 💗 * Added docu for WSClean imager (as requested) 💃 * Switched to Google docstring wherever possible. 🌚
- Loading branch information
Showing
9 changed files
with
308 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
karabo.imaging.imager_wsclean | ||
============================= | ||
|
||
Overview | ||
------------ | ||
This package summarizes tools and functions to be used with the imager | ||
based on the WSClean algorithm. | ||
|
||
|
||
Classes | ||
------- | ||
|
||
.. autoclass:: karabo.imaging.imager_wsclean.WscleanDirtyImager | ||
:members: | ||
:special-members: __init__ | ||
:exclude-members: | ||
|
||
|
||
.. autoclass:: karabo.imaging.imager_wsclean.WscleanImageCleanerConfig | ||
:members: | ||
:special-members: __init__ | ||
:exclude-members: | ||
|
||
|
||
.. autoclass:: karabo.imaging.imager_wsclean.WscleanImageCleaner | ||
:members: | ||
:special-members: __init__ | ||
:exclude-members: | ||
|
||
|
||
Functions | ||
--------- | ||
|
||
.. autofunction:: karabo.imaging.imager_wsclean.create_image_custom_command |
Oops, something went wrong.