Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try again skip ci #129

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pfb-imaging
Radio interferometric imaging suite base on the pre-conditioned forward-backward algorithm.

Installation
~~~~~~~~~~~~
~~~~~~~~~~~~~~

Install the package by cloning and running

Expand All @@ -25,7 +25,7 @@ no binary mode eg
:code:`$ pip install -e ducc`

Default naming conventions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The default outputs are named using a conbination of the following parameters

Expand Down Expand Up @@ -61,7 +61,7 @@ Logs are stored by application name with a time stamp to prevent inadvertently o
The output paths for all files are reported in the log.

Parallelism settings
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~

There are two settings controlling parallelism viz.

Expand All @@ -77,7 +77,7 @@ It is usually advisable to set `--nworkers` to the number of desired imaging ban
The product of `--nworkers` and `--nthreads-per-worker` should not exceed the available resources.

Module of workers
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~

Each worker module can be run as a standalone program.
Run
Expand All @@ -92,7 +92,7 @@ Documentation for each worker is listed under


Acknowledgement
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~

If you find any of this useful please cite (for now)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pfb-imaging"
version = "0.0.5"
version = "0.0.4"
description = "Radio interferometric imaging suite based on a preconditioned forward-backward approach"
authors = ["Landman Bester <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/ratt-ru/pfb-imaging/"

[version]
current = "0.0.5"
current = "0.0.4"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
Loading