Skip to content

Commit

Permalink
Merge pull request #7 from landmanbester/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
landmanbester authored Jul 8, 2022
2 parents 5bf2bf8 + 2bbe8df commit 279080a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ optional arguments:
The ```spimple-imconv``` executable convolves images to a common resolution
and optionally performs a primary beam correction. Usage is as follows:
```
usage: spimple-imconv [-h] -image IMAGE -o OUTPUT_FILENAME [-pp PSF_PARS [PSF_PARS ...]] [-nthreads NTHREADS] [-cp] [-bm BEAM_MODEL] [-band BAND] [-pb-min PB_MIN] [-pf PADDING_FRAC] [-otype OUT_DTYPE]
usage: spimple-imconv [-h] -image IMAGE -o OUTPUT_FILENAME [-pp PSF_PARS [PSF_PARS ...]] [-nthreads NTHREADS] [-cp]
[-dilate DILATE] [-bm BEAM_MODEL] [-band BAND] [-pb-min PB_MIN] [-pf PADDING_FRAC]
[-otype OUT_DTYPE]
Convolve images to a common resolution.
Expand All @@ -106,6 +108,8 @@ optional arguments:
Number of threads to use.
Default of zero means use all threads
-cp, --circ-psf Passing this flag will convolve with a circularised beam instead of an elliptical one
-dilate DILATE, --dilate DILATE
Dilate the psf-pars in fits header by this amount.This is sometimes required for stability.
-bm BEAM_MODEL, --beam-model BEAM_MODEL
Fits beam model to use.
Use power_beam_maker to make power beam corresponding to image.
Expand Down
2 changes: 1 addition & 1 deletion spimple/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
date - 16/06/2022
"""

__version__='0.0.2'
__version__='0.0.3'

0 comments on commit 279080a

Please sign in to comment.