Skip to content

Commit

Permalink
try again skip ci (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester authored Dec 13, 2024
1 parent 8fb54f3 commit 36213a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 36213a0

Please sign in to comment.